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

@@ -101,7 +101,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-12 sm:px-6 lg:max-w-7xl lg:px-8">
<div className="lg:grid lg:grid-cols-2 lg:items-start lg:gap-x-8">
{/* Image gallery */}