Merge version_1 into main #2
@@ -16,11 +16,11 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -48,12 +48,12 @@ export default function LandingPage() {
|
||||
{ text: "Explore Our Collection", href: "products" },
|
||||
{ text: "Learn Our Craft", href: "about" },
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-flowers-violet-seeds-ice-blocks_23-2148216341.jpg?_wi=1"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-flowers-violet-seeds-ice-blocks_23-2148216341.jpg"
|
||||
imageAlt="Luxury premium ice showcase"
|
||||
frameStyle="card"
|
||||
mediaAnimation="reveal-blur"
|
||||
buttonAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</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: "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"
|
||||
|
||||
Reference in New Issue
Block a user