change bg

This commit is contained in:
2025-08-25 13:37:02 +02:00
parent 8c750f0edd
commit 0e7c6d2a85
34 changed files with 42 additions and 41 deletions

View File

@@ -96,7 +96,7 @@ export default function Example() {
const [selectedColor, setSelectedColor] = useState(product.colors[0])
return (
<div className="bg-creme-600">
<div className="bg-bg-sand">
<div className="mx-auto max-w-2xl px-6 py-16 sm:px-6 sm:py-24 lg:max-w-7xl lg:px-8">
<div className="lg:grid lg:grid-cols-2 lg:gap-x-8">
{/* Image gallery */}