Merge version_1 into main #2
465
src/app/page.tsx
465
src/app/page.tsx
@@ -26,333 +26,158 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Windward Aircraft Detailing"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Why Choose Us", id: "features" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Windward Aircraft Detailing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Windward Aircraft Detailing"
|
||||
description="Premium Aircraft Detailing at Edmonton International Airport. Reliable, professional, on-site service tailored for private aircraft owners and operators."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Detail",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-valet-holding-baggage_23-2149901448.jpg?_wi=1"
|
||||
imageAlt="Private jet in hangar"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-pilot-angry-expression_1194-1872.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/old-general-uniform-front-view_23-2149742923.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-hero-happy-expression_1194-1870.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-posing-studio_23-2150197254.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 50+ aircraft owners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Care",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "On-site Service",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "EIA Certified",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Aviation-Safe",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Detailing Pros",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Windward Aircraft Detailing"
|
||||
description="Premium Aircraft Detailing at Edmonton International Airport. Reliable, professional, on-site service tailored for private aircraft owners and operators."
|
||||
buttons={[
|
||||
{ text: "Book a Detail", href: "#contact" },
|
||||
{ text: "Request a Quote", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-valet-holding-baggage_23-2149901448.jpg"
|
||||
imageAlt="Private jet in hangar"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/blond-pilot-angry-expression_1194-1872.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/old-general-uniform-front-view_23-2149742923.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/blond-man-hero-happy-expression_1194-1870.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-posing-studio_23-2150197254.jpg", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Trusted by 50+ aircraft owners"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Premium Care" },
|
||||
{ type: "text", text: "On-site Service" },
|
||||
{ type: "text", text: "EIA Certified" },
|
||||
{ type: "text", text: "Aviation-Safe" },
|
||||
{ type: "text", text: "Detailing Pros" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Hangar Mobile Service",
|
||||
author: "Convenience First",
|
||||
description: "We come directly to your hangar at Edmonton International—no moving your aircraft required.",
|
||||
tags: [
|
||||
"Mobile",
|
||||
"On-site",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-standing-near-war-fighter-interceptor-open-air-museum_613910-5436.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Flexible Scheduling",
|
||||
author: "Reliable",
|
||||
description: "Same-day availability when possible to suit your busy flying schedule.",
|
||||
tags: [
|
||||
"Flexible",
|
||||
"Fast",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilot-mechanic-full-flight-gear-checks-propeller-his-retro-military-aircraft-before-flight_613910-17899.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Aviation-Safe Detailing",
|
||||
author: "Safety Driven",
|
||||
description: "We use specialized aircraft-safe products to ensure your exterior and interior remain in peak condition.",
|
||||
tags: [
|
||||
"Safe",
|
||||
"High-Quality",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675503.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Windward"
|
||||
description="We specialize in professional detailing tailored for aircraft—not cars. Delivering premium care directly to your hangar."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Hangar Mobile Service", author: "Convenience First", description: "We come directly to your hangar at Edmonton International—no moving your aircraft required.", tags: ["Mobile", "On-site"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-standing-near-war-fighter-interceptor-open-air-museum_613910-5436.jpg"},
|
||||
{
|
||||
id: "f2", title: "Flexible Scheduling", author: "Reliable", description: "Same-day availability when possible to suit your busy flying schedule.", tags: ["Flexible", "Fast"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilot-mechanic-full-flight-gear-checks-propeller-his-retro-military-aircraft-before-flight_613910-17899.jpg"},
|
||||
{
|
||||
id: "f3", title: "Aviation-Safe Detailing", author: "Safety Driven", description: "We use specialized aircraft-safe products to ensure your exterior and interior remain in peak condition.", tags: ["Safe", "High-Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675503.jpg"},
|
||||
]}
|
||||
title="Why Choose Windward"
|
||||
description="We specialize in professional detailing tailored for aircraft—not cars. Delivering premium care directly to your hangar."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Exterior Wash",
|
||||
price: "Contact for Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-standing-near-war-fighter-interceptor-open-air-museum_613910-5436.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Full Detail",
|
||||
price: "Contact for Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilot-mechanic-full-flight-gear-checks-propeller-his-retro-military-aircraft-before-flight_613910-17899.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Interior Cleaning",
|
||||
price: "Contact for Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675503.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Brightwork Polishing",
|
||||
price: "Contact for Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-standing-near-war-fighter-interceptor-open-air-museum_613910-5436.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Wax Protection",
|
||||
price: "Contact for Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pilot-mechanic-full-flight-gear-checks-propeller-his-retro-military-aircraft-before-flight_613910-17899.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Cockpit Care",
|
||||
price: "Contact for Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675503.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Pricing varies based on aircraft size and condition. Reach out today for a quick, competitive quote."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Exterior Wash", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-standing-near-war-fighter-interceptor-open-air-museum_613910-5436.jpg" },
|
||||
{ id: "p2", name: "Full Detail", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/pilot-mechanic-full-flight-gear-checks-propeller-his-retro-military-aircraft-before-flight_613910-17899.jpg" },
|
||||
{ id: "p3", name: "Interior Cleaning", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675503.jpg" },
|
||||
{ id: "p4", name: "Brightwork Polishing", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-uniform-standing-near-war-fighter-interceptor-open-air-museum_613910-5436.jpg" },
|
||||
{ id: "p5", name: "Wax Protection", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/pilot-mechanic-full-flight-gear-checks-propeller-his-retro-military-aircraft-before-flight_613910-17899.jpg" },
|
||||
{ id: "p6", name: "Cockpit Care", price: "Contact for Quote", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675503.jpg" },
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="Pricing varies based on aircraft size and condition. Reach out today for a quick, competitive quote."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Locally Based & Aviation Passionate"
|
||||
description="Operating out of Edmonton International Airport, I provide reliable detailing tailored for aircraft. As an aviation student and enthusiast, attention to detail is my top priority for every client."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Direct Hangar Service",
|
||||
description: "We come to you, saving you time and logistics.",
|
||||
},
|
||||
{
|
||||
title: "Easy Communication",
|
||||
description: "Always accessible via text or phone for fast updates.",
|
||||
},
|
||||
{
|
||||
title: "Relationship Focused",
|
||||
description: "Building long-term trust for your aircraft's upkeep.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blond-man-hero-happy-expression_1194-1861.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Locally Based & Aviation Passionate"
|
||||
description="Operating out of Edmonton International Airport, I provide reliable detailing tailored for aircraft. As an aviation student and enthusiast, attention to detail is my top priority for every client."
|
||||
bulletPoints={[
|
||||
{ title: "Direct Hangar Service", description: "We come to you, saving you time and logistics." },
|
||||
{ title: "Easy Communication", description: "Always accessible via text or phone for fast updates." },
|
||||
{ title: "Relationship Focused", description: "Building long-term trust for your aircraft's upkeep." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blond-man-hero-happy-expression_1194-1861.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mark Stevens",
|
||||
handle: "Private Owner",
|
||||
testimonial: "Professional and easy to work with. My aircraft looks like new every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-pilot-angry-expression_1194-1872.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Linda Chen",
|
||||
handle: "Charter Operator",
|
||||
testimonial: "Unmatched attention to detail. Excellent communication and on-site service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-general-uniform-front-view_23-2149742923.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Miller",
|
||||
handle: "Pilot",
|
||||
testimonial: "Quick turnaround and thorough. Exactly what we needed for our operations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-hero-happy-expression_1194-1870.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Davis",
|
||||
handle: "Aircraft Owner",
|
||||
testimonial: "The best detailing service in Edmonton. Reliable and highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "James Wilson",
|
||||
handle: "Operations Manager",
|
||||
testimonial: "Very professional and accommodating with our scheduling needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-posing-studio_23-2150197254.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by aircraft operators and owners at Edmonton International."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Mark Stevens", handle: "Private Owner", testimonial: "Professional and easy to work with. My aircraft looks like new every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-pilot-angry-expression_1194-1872.jpg" },
|
||||
{ id: "2", name: "Linda Chen", handle: "Charter Operator", testimonial: "Unmatched attention to detail. Excellent communication and on-site service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/old-general-uniform-front-view_23-2149742923.jpg" },
|
||||
{ id: "3", name: "Robert Miller", handle: "Pilot", testimonial: "Quick turnaround and thorough. Exactly what we needed for our operations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-man-hero-happy-expression_1194-1870.jpg" },
|
||||
{ id: "4", name: "Sarah Davis", handle: "Aircraft Owner", testimonial: "The best detailing service in Edmonton. Reliable and highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg" },
|
||||
{ id: "5", name: "James Wilson", handle: "Operations Manager", testimonial: "Very professional and accommodating with our scheduling needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-posing-studio_23-2150197254.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by aircraft operators and owners at Edmonton International."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
text="Ready to book your aircraft detail? Call or text 780-721-3694 for a fast response."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call/Text 780-721-3694",
|
||||
href: "tel:7807213694",
|
||||
},
|
||||
{
|
||||
text: "Send Email",
|
||||
href: "mailto:info@windwardaircraft.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to book your aircraft detail? Call or text 780-721-3694 for a fast response."
|
||||
buttons={[
|
||||
{ text: "Call/Text 780-721-3694", href: "tel:7807213694" },
|
||||
{ text: "Send Email", href: "mailto:info@windwardaircraft.com" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-valet-holding-baggage_23-2149901448.jpg?_wi=2"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3lnwgv"
|
||||
logoText="Windward Aircraft"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Exterior Wash",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Full Detail",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Interior Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "780-721-3694",
|
||||
href: "tel:7807213694",
|
||||
},
|
||||
{
|
||||
label: "info@windwardaircraft.com",
|
||||
href: "mailto:info@windwardaircraft.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Windward Aircraft Detailing. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-valet-holding-baggage_23-2149901448.jpg"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3lnwgv"
|
||||
logoText="Windward Aircraft"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Exterior Wash", href: "#services" },
|
||||
{ label: "Full Detail", href: "#services" },
|
||||
{ label: "Interior Cleaning", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "780-721-3694", href: "tel:7807213694" },
|
||||
{ label: "info@windwardaircraft.com", href: "mailto:info@windwardaircraft.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Windward Aircraft Detailing. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user