Merge version_1 into main #2
136
src/app/page.tsx
136
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AV8"
|
||||
/>
|
||||
@@ -48,41 +42,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="AV8 Simply Refreshing"
|
||||
description="The best decision you took in a while. Experience 100% natural hydration with our refreshing blends."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-white-paint-splash-cup_23-2148292454.jpg",
|
||||
imageAlt: "Refreshing AV8 Drink",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-white-paint-splash-cup_23-2148292454.jpg", imageAlt: "Refreshing AV8 Drink"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-blue-drink-cracked-coconut-wooden-table_23-2148145390.jpg",
|
||||
imageAlt: "Refreshing AV8 Drink",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-blue-drink-cracked-coconut-wooden-table_23-2148145390.jpg", imageAlt: "Refreshing AV8 Drink"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegan-dairy-free-drink_23-2151920759.jpg",
|
||||
imageAlt: "Refreshing AV8 Drink",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/vegan-dairy-free-drink_23-2151920759.jpg", imageAlt: "Refreshing AV8 Drink"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-can_23-2150995339.jpg",
|
||||
imageAlt: "Refreshing AV8 Drink",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-brightly-colored-soda-can_23-2150995339.jpg", imageAlt: "Refreshing AV8 Drink"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coconut-still-life_23-2151526774.jpg",
|
||||
imageAlt: "Refreshing AV8 Drink",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/coconut-still-life_23-2151526774.jpg", imageAlt: "Refreshing AV8 Drink"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plastic-straw-collection-can_23-2148877870.jpg",
|
||||
imageAlt: "Refreshing AV8 Drink",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/plastic-straw-collection-can_23-2148877870.jpg", imageAlt: "Refreshing AV8 Drink"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,23 +68,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "100% Natural",
|
||||
description: "Unlike competitors, we use truly 100% real coconut water, no concentrate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-sliced-coconut-pieces_23-2151989287.jpg?_wi=1",
|
||||
imageAlt: "100% Natural Coconut Water",
|
||||
},
|
||||
title: "100% Natural", description: "Unlike competitors, we use truly 100% real coconut water, no concentrate.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-sliced-coconut-pieces_23-2151989287.jpg", imageAlt: "100% Natural Coconut Water"},
|
||||
{
|
||||
title: "High in Fibre",
|
||||
description: "Each pack contains as much fibre as 200g of broccoli for your daily needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-sliced-coconut-pieces_23-2151989287.jpg?_wi=2",
|
||||
imageAlt: "High Fibre Content",
|
||||
},
|
||||
title: "High in Fibre", description: "Each pack contains as much fibre as 200g of broccoli for your daily needs.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-sliced-coconut-pieces_23-2151989287.jpg", imageAlt: "High Fibre Content"},
|
||||
{
|
||||
title: "No Added Sugar",
|
||||
description: "Pure, natural ingredients only, keeping you refreshed without the guilt.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-sliced-coconut-pieces_23-2151989287.jpg?_wi=3",
|
||||
imageAlt: "No Added Sugar",
|
||||
},
|
||||
title: "No Added Sugar", description: "Pure, natural ingredients only, keeping you refreshed without the guilt.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-sliced-coconut-pieces_23-2151989287.jpg", imageAlt: "No Added Sugar"},
|
||||
]}
|
||||
title="Four Reasons To Drink AV8"
|
||||
description="Quality you can taste, sourced from nature."
|
||||
@@ -124,47 +87,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Coconut Water",
|
||||
price: "€2.49",
|
||||
variant: "Natural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-red-soda-can-white-background_187299-46191.jpg",
|
||||
},
|
||||
id: "p1", name: "Coconut Water", price: "€2.49", variant: "Natural", imageSrc: "http://img.b2bpic.net/free-photo/yellow-red-soda-can-white-background_187299-46191.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Watermelon Coconut",
|
||||
price: "€2.49",
|
||||
variant: "Refreshing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-aluminum-can-green-background_23-2152003572.jpg",
|
||||
},
|
||||
id: "p2", name: "Watermelon Coconut", price: "€2.49", variant: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/silver-aluminum-can-green-background_23-2152003572.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mango Coconut",
|
||||
price: "€2.49",
|
||||
variant: "Tropical",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blank-minimal-white-tin-can-wooden-floor_53876-96708.jpg",
|
||||
},
|
||||
id: "p3", name: "Mango Coconut", price: "€2.49", variant: "Tropical", imageSrc: "http://img.b2bpic.net/free-photo/blank-minimal-white-tin-can-wooden-floor_53876-96708.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pineapple Coconut",
|
||||
price: "€2.49",
|
||||
variant: "Zesty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pineapple-with-sunglasses-arrangement_23-2148545963.jpg",
|
||||
},
|
||||
id: "p4", name: "Pineapple Coconut", price: "€2.49", variant: "Zesty", imageSrc: "http://img.b2bpic.net/free-photo/pineapple-with-sunglasses-arrangement_23-2148545963.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Mixed Tester Pack",
|
||||
price: "€12.99",
|
||||
variant: "Sampler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-kombucha-drink-arrangement_23-2148895723.jpg",
|
||||
},
|
||||
id: "p5", name: "Mixed Tester Pack", price: "€12.99", variant: "Sampler", imageSrc: "http://img.b2bpic.net/free-photo/delicious-kombucha-drink-arrangement_23-2148895723.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Subscription Pack",
|
||||
price: "€49.99",
|
||||
variant: "Monthly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-jar-with-watermelon-drink_23-2148606450.jpg",
|
||||
},
|
||||
id: "p6", name: "Subscription Pack", price: "€49.99", variant: "Monthly", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-jar-with-watermelon-drink_23-2148606450.jpg"},
|
||||
]}
|
||||
title="Our Hydration Blends"
|
||||
description="Discover your new favorite refreshment."
|
||||
@@ -177,6 +110,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Key Metrics"
|
||||
description="Our performance in numbers."
|
||||
metrics={[
|
||||
{
|
||||
label: "Happy Customers", value: "10k+"
|
||||
},
|
||||
{
|
||||
label: "Pure Coconut", value: "100%"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -184,8 +127,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Stay Informed"
|
||||
title="Get Early Access"
|
||||
description="Join our list to be the first to know when our tester packs drop."
|
||||
@@ -197,25 +139,17 @@ export default function LandingPage() {
|
||||
logoText="AV8 Hydration"
|
||||
columns={[
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "info@av8-hydration.com",
|
||||
href: "mailto:info@av8-hydration.com",
|
||||
},
|
||||
label: "info@av8-hydration.com", href: "mailto:info@av8-hydration.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user