Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed08748018 | |||
| 0daaccf423 | |||
| d26f5579a8 | |||
| cf59bdb0aa |
@@ -9,7 +9,6 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -43,26 +42,15 @@ export default function LandingPage() {
|
|||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Windward Aircraft Detailing"
|
title="Windward Aircraft Detailing"
|
||||||
description="Premium Aircraft Detailing at Edmonton International Airport. Reliable, professional, on-site service tailored for private aircraft owners and operators."
|
description="Premium Aircraft Detailing at Edmonton International Airport. Professional, on-site service tailored for private aircraft owners and operators."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book a Detail", href: "#contact" },
|
{ text: "Book a Detail", href: "#contact" },
|
||||||
{ text: "Request a Quote", 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"
|
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={[
|
marqueeItems={[
|
||||||
{ type: "text", text: "Premium Care" },
|
{ type: "text", text: "Premium Care" },
|
||||||
{ type: "text", text: "On-site Service" },
|
{ type: "text", text: "On-site Service" },
|
||||||
{ type: "text", text: "EIA Certified" },
|
|
||||||
{ type: "text", text: "Aviation-Safe" },
|
{ type: "text", text: "Aviation-Safe" },
|
||||||
{ type: "text", text: "Detailing Pros" },
|
{ type: "text", text: "Detailing Pros" },
|
||||||
]}
|
]}
|
||||||
@@ -79,10 +67,10 @@ export default function LandingPage() {
|
|||||||
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"],
|
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"},
|
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"],
|
id: "f2", title: "Flexible Scheduling", author: "Scheduling", 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"},
|
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"],
|
id: "f3", title: "Aviation Safety 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"},
|
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-looking-spaceship_23-2150675503.jpg?_wi=1"},
|
||||||
]}
|
]}
|
||||||
title="Why Choose Windward"
|
title="Why Choose Windward"
|
||||||
@@ -120,29 +108,10 @@ export default function LandingPage() {
|
|||||||
{ title: "Easy Communication", description: "Always accessible via text or phone for fast updates." },
|
{ 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." },
|
{ 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"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -157,7 +126,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-valet-holding-baggage_23-2149901448.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/mechanic-uniform-standing-near-war-fighter-interceptor-open-air-museum_613910-5436.jpg?_wi=2"
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3lnwgv"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3lnwgv"
|
||||||
logoText="Windward Aircraft"
|
logoText="Windward Aircraft"
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user