diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d0758f..c91e2b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,11 +16,11 @@ export default function LandingPage() { return ( @@ -82,7 +82,7 @@ export default function LandingPage() { id: "clear-ice", name: "Crystal Clear Ice Cubes", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176759.jpg", imageAlt: "Crystal clear premium ice cubes", isFavorited: false, }, { - id: "specialty-ice", name: "Artisanal Specialty Shapes", price: "$64", imageSrc: "http://img.b2bpic.net/free-photo/red-flowers-violet-seeds-ice-blocks_23-2148216341.jpg?_wi=2", imageAlt: "Specialty shaped premium ice", isFavorited: false, + id: "specialty-ice", name: "Artisanal Specialty Shapes", price: "$64", imageSrc: "http://img.b2bpic.net/free-photo/red-flowers-violet-seeds-ice-blocks_23-2148216341.jpg", imageAlt: "Specialty shaped premium ice", isFavorited: false, }, { id: "ice-delivery", name: "Premium Ice Subscription", price: "$156", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-healthy-frozen-food_23-2148923203.jpg", imageAlt: "Ice delivery and packaging", isFavorited: false, @@ -130,7 +130,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "Client testimonial" }, { src: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", alt: "Client testimonial" }, ]} - ratingAnimation="reveal-blur" + ratingAnimation="blur-reveal" avatarsAnimation="slide-up" useInvertedBackground={false} /> @@ -170,7 +170,7 @@ export default function LandingPage() { tag="Get Started" title="Join the GLACÉ Experience" description="Subscribe to our newsletter for exclusive access to new collections, special events, and luxury ice insights." - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Subscribe"