|
|
|
|
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|
|
|
|
{ text: "Discover Flavors", href: "#flavors" },
|
|
|
|
|
{ text: "Find Us", href: "#locations" }
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337727.jpg"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AomnPi5C9Y7zXAJyJ1ri6nStFt/uploaded-1773268205209-ad80d7yk.png"
|
|
|
|
|
imageAlt="Premium frozen colorful cocktail with vibrant visual impact"
|
|
|
|
|
showDimOverlay={true}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
@@ -60,8 +60,8 @@ export default function LandingPage() {
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<InlineImageSplitTextAbout
|
|
|
|
|
heading={[
|
|
|
|
|
{ type: "text", content: "Zinful is not just a drink." },
|
|
|
|
|
{ type: "text", content: "It's an experience. A statement. Permission granted to feel something intensely beautiful." }
|
|
|
|
|
{ type: "text", content: "Zinful is not just a drink. It's an experience. A statement. Permission granted to feel something intensely beautiful." },
|
|
|
|
|
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AomnPi5C9Y7zXAJyJ1ri6nStFt/uploaded-1773268205209-f3aq3d81.png", alt: "Zinful brand image" }
|
|
|
|
|
]}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[
|
|
|
|
|
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", brand: "Zinful", name: "Fresa-Cereza", price: "€14.99", rating: 5,
|
|
|
|
|
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-daiquiri-cocktail_23-2149418276.jpg", imageAlt: "Strawberry Cherry frozen cocktail - vibrant pink and red slush drink"
|
|
|
|
|
reviewCount: "847", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AomnPi5C9Y7zXAJyJ1ri6nStFt/uploaded-1773268205209-gp6atj5q.jpg", imageAlt: "Strawberry Cherry frozen cocktail - vibrant pink and red slush drink"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", brand: "Zinful", name: "Mango-Maracuyá", price: "€14.99", rating: 5,
|
|
|
|
|
@@ -268,4 +268,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|