Update src/app/page.tsx

This commit is contained in:
2026-03-02 20:08:57 +00:00
parent af4146d926
commit 526417fcaf

View File

@@ -16,11 +16,11 @@ export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="hover-bubble" defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur" defaultTextAnimation="entrance-slide"
borderRadius="rounded" borderRadius="rounded"
contentWidth="small" contentWidth="small"
sizing="largeSmallSizeLargeTitles" sizing="largeSmallSizeLargeTitles"
background="aurora" background="circleGradient"
cardStyle="gradient-bordered" cardStyle="gradient-bordered"
primaryButtonStyle="double-inset" primaryButtonStyle="double-inset"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -48,12 +48,12 @@ export default function LandingPage() {
{ text: "Explore Our Collection", href: "products" }, { text: "Explore Our Collection", href: "products" },
{ text: "Learn Our Craft", href: "about" }, { text: "Learn Our Craft", href: "about" },
]} ]}
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/red-flowers-violet-seeds-ice-blocks_23-2148216341.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/red-flowers-violet-seeds-ice-blocks_23-2148216341.jpg"
imageAlt="Luxury premium ice showcase" imageAlt="Luxury premium ice showcase"
frameStyle="card" frameStyle="card"
mediaAnimation="reveal-blur" mediaAnimation="blur-reveal"
buttonAnimation="reveal-blur" buttonAnimation="blur-reveal"
/> />
</div> </div>
@@ -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: "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, 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" },
{ 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" avatarsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -170,7 +170,7 @@ export default function LandingPage() {
tag="Get Started" tag="Get Started"
title="Join the GLACÉ Experience" title="Join the GLACÉ Experience"
description="Subscribe to our newsletter for exclusive access to new collections, special events, and luxury ice insights." 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} useInvertedBackground={false}
inputPlaceholder="your@email.com" inputPlaceholder="your@email.com"
buttonText="Subscribe" buttonText="Subscribe"