From 387c74cd3c4ad6df9bc103545733bd79d45067b2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 07:39:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d9c4a3..487b5dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { 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" + 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={[ @@ -77,13 +77,13 @@ export default function LandingPage() { 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"}, + 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"}, + 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"}, + 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." @@ -97,12 +97,12 @@ export default function LandingPage() { 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" }, + { 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." @@ -157,7 +157,7 @@ export default function LandingPage() {