Merge version_1 into main #3
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Shield } from 'lucide-react';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
@@ -28,12 +29,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="AV8"
|
||||
/>
|
||||
@@ -41,23 +39,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
background={{ 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: "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: "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: "6", imageSrc: "http://img.b2bpic.net/free-photo/plastic-straw-collection-can_23-2148877870.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: "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: "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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -67,12 +58,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
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", 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", 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", imageAlt: "No Added Sugar"},
|
||||
{ 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", 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", imageAlt: "No Added Sugar" },
|
||||
]}
|
||||
title="Four Reasons To Drink AV8"
|
||||
description="Quality you can taste, sourced from nature."
|
||||
@@ -86,18 +74,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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: "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: "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: "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: "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: "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: "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" },
|
||||
]}
|
||||
title="Our Hydration Blends"
|
||||
description="Discover your new favorite refreshment."
|
||||
@@ -113,12 +95,8 @@ export default function LandingPage() {
|
||||
title="Key Metrics"
|
||||
description="Our performance in numbers."
|
||||
metrics={[
|
||||
{
|
||||
label: "Happy Customers", value: "10k+"
|
||||
},
|
||||
{
|
||||
label: "Pure Coconut", value: "100%"
|
||||
}
|
||||
{ icon: Zap, value: "10k+" },
|
||||
{ icon: Shield, value: "100%" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,8 +104,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static"}}
|
||||
background={{ 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."
|
||||
@@ -140,16 +117,13 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Impressum", href: "#"},
|
||||
{
|
||||
label: "Datenschutz", href: "#"},
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
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