Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
194
src/app/page.tsx
194
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Rentals",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Rentals", id: "#products"},
|
||||
{
|
||||
name: "Safety",
|
||||
id: "#safety",
|
||||
},
|
||||
name: "Safety", id: "#safety"},
|
||||
{
|
||||
name: "Support",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "Support", id: "#faq"},
|
||||
]}
|
||||
brandName="KayakExplore"
|
||||
/>
|
||||
@@ -54,15 +46,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Experience the Water Like Never Before"
|
||||
description="Rent high-quality kayaks and discover pristine nature routes. Easy booking, safety first, and unforgettable memories await."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Book Now", href: "#products"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d9e1o1"
|
||||
imageAlt="Kayak adventure on a peaceful lake"
|
||||
@@ -75,23 +64,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Top-Tier Gear",
|
||||
description: "Well-maintained kayaks suited for all skill levels.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f2trq7",
|
||||
imageAlt: "High quality kayaks",
|
||||
},
|
||||
title: "Top-Tier Gear", description: "Well-maintained kayaks suited for all skill levels.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f2trq7", imageAlt: "High quality kayaks"},
|
||||
{
|
||||
title: "Route Guidance",
|
||||
description: "Expertly mapped trails for every experience level.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d0ohcj",
|
||||
imageAlt: "Map guide",
|
||||
},
|
||||
title: "Route Guidance", description: "Expertly mapped trails for every experience level.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d0ohcj", imageAlt: "Map guide"},
|
||||
{
|
||||
title: "Safety First",
|
||||
description: "Certified life vests and safety briefings provided.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6m1091",
|
||||
imageAlt: "Safety equipment",
|
||||
},
|
||||
title: "Safety First", description: "Certified life vests and safety briefings provided.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6m1091", imageAlt: "Safety equipment"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="We provide everything you need for a safe and enjoyable journey on the water."
|
||||
@@ -106,47 +83,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Recreational Single",
|
||||
price: "$30/day",
|
||||
variant: "Standard",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l8r9sz",
|
||||
},
|
||||
id: "1", name: "Recreational Single", price: "$30/day", variant: "Standard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l8r9sz"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tandem Explorer",
|
||||
price: "$50/day",
|
||||
variant: "Double",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uc96y9",
|
||||
},
|
||||
id: "2", name: "Tandem Explorer", price: "$50/day", variant: "Double", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uc96y9"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pro Angler",
|
||||
price: "$45/day",
|
||||
variant: "Fishing",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g4o35t",
|
||||
},
|
||||
id: "3", name: "Pro Angler", price: "$45/day", variant: "Fishing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g4o35t"},
|
||||
{
|
||||
id: "4",
|
||||
name: "White Water King",
|
||||
price: "$60/day",
|
||||
variant: "Performance",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=55uckf",
|
||||
},
|
||||
id: "4", name: "White Water King", price: "$60/day", variant: "Performance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=55uckf"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sea Touring",
|
||||
price: "$55/day",
|
||||
variant: "Touring",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=662ow1",
|
||||
},
|
||||
id: "5", name: "Sea Touring", price: "$55/day", variant: "Touring", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=662ow1"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Portable Inflatable",
|
||||
price: "$35/day",
|
||||
variant: "Easy-Carry",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7qjziv",
|
||||
},
|
||||
id: "6", name: "Portable Inflatable", price: "$35/day", variant: "Easy-Carry", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7qjziv"},
|
||||
]}
|
||||
title="Our Kayak Fleet"
|
||||
description="Select the perfect kayak for your next adventure."
|
||||
@@ -160,20 +107,11 @@ export default function LandingPage() {
|
||||
tag="Trusted Quality"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
description: "Safe Trips Completed",
|
||||
},
|
||||
id: "m1", value: "10k+", description: "Safe Trips Completed"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
description: "Expertly Mapped Routes",
|
||||
},
|
||||
id: "m2", value: "50+", description: "Expertly Mapped Routes"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.9%",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
id: "m3", value: "99.9%", description: "Customer Satisfaction"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -186,45 +124,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice T.",
|
||||
handle: "@alicet",
|
||||
testimonial: "Best kayaking experience ever! The gear was perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3toea5",
|
||||
},
|
||||
id: "1", name: "Alice T.", handle: "@alicet", testimonial: "Best kayaking experience ever! The gear was perfect.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3toea5"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ben K.",
|
||||
handle: "@benk",
|
||||
testimonial: "Very friendly staff and beautiful routes. Will come back.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vlds2u",
|
||||
},
|
||||
id: "2", name: "Ben K.", handle: "@benk", testimonial: "Very friendly staff and beautiful routes. Will come back.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vlds2u"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Charlie D.",
|
||||
handle: "@charlied",
|
||||
testimonial: "Highly recommend the tandem rentals. So stable!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ut3x3u",
|
||||
},
|
||||
id: "3", name: "Charlie D.", handle: "@charlied", testimonial: "Highly recommend the tandem rentals. So stable!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ut3x3u"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dana R.",
|
||||
handle: "@danar",
|
||||
testimonial: "Great rates and safety briefings. Felt well looked after.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qabq65",
|
||||
},
|
||||
id: "4", name: "Dana R.", handle: "@danar", testimonial: "Great rates and safety briefings. Felt well looked after.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qabq65"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Evan G.",
|
||||
handle: "@evang",
|
||||
testimonial: "Incredible scenery and equipment quality is top notch.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ms2v4g",
|
||||
},
|
||||
id: "5", name: "Evan G.", handle: "@evang", testimonial: "Incredible scenery and equipment quality is top notch.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ms2v4g"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Explorers Say"
|
||||
@@ -237,20 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need experience?",
|
||||
content: "Not at all! We offer basic safety briefings for beginners.",
|
||||
},
|
||||
id: "f1", title: "Do I need experience?", content: "Not at all! Our guided routes and premium gear ensure a perfect, stress-free outing even for absolute beginners."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are life vests included?",
|
||||
content: "Yes, high-quality PFDs are included with every rental.",
|
||||
},
|
||||
id: "f2", title: "Are life vests included?", content: "Yes, high-quality PFDs are included with every rental."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I bring my dog?",
|
||||
content: "Unfortunately, no pets allowed on our premium kayak fleet.",
|
||||
},
|
||||
id: "f3", title: "Can I bring my dog?", content: "Unfortunately, no pets allowed on our premium kayak fleet."},
|
||||
]}
|
||||
sideTitle="Frequently Asked"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -261,8 +165,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Join Us"
|
||||
title="Ready to Paddle?"
|
||||
description="Sign up for our newsletter for seasonal rental discounts."
|
||||
@@ -274,42 +177,27 @@ export default function LandingPage() {
|
||||
logoText="KayakExplore"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user