diff --git a/src/app/page.tsx b/src/app/page.tsx index 393418d..a8c8310 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,32 +45,15 @@ export default function LandingPage() {
@@ -102,18 +73,11 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Passion for Excellence in Aviation", - }, + type: "text", content: "Passion for Excellence in Aviation"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/musician-with-guitar-tablet_23-2147782094.jpg", - alt: "pilot reviewing flight plan papers", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/musician-with-guitar-tablet_23-2147782094.jpg", alt: "pilot reviewing flight plan papers"}, { - type: "text", - content: "With over 10 years of experience, I ensure every flight is smooth, punctual, and safe.", - }, + type: "text", content: "With over 10 years of experience, I ensure every flight is smooth, punctual, and safe."}, ]} /> @@ -124,23 +88,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Safety First", - description: "Rigorous checks and adherence to FAA standards for every departure.", - imageSrc: "http://img.b2bpic.net/free-photo/night-shift-airport_23-2151938703.jpg", - imageAlt: "private flight safety checklist icon", - }, + title: "Safety First", description: "Rigorous checks and adherence to FAA standards for every departure.", imageSrc: "http://img.b2bpic.net/free-photo/night-shift-airport_23-2151938703.jpg", imageAlt: "private flight safety checklist icon"}, { - title: "Advanced Navigation", - description: "Modern flight planning tools to ensure the most efficient and comfortable route.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lr6txe", - imageAlt: "flight navigation mapping icon", - }, + title: "Advanced Navigation", description: "Modern flight planning tools to ensure the most efficient and comfortable route.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lr6txe", imageAlt: "flight navigation mapping icon"}, { - title: "Charter Flexibility", - description: "Flight schedules that align with your business or personal agenda.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-tourism-day-logos_23-2148608834.jpg", - imageAlt: "custom charter flight schedule icon", - }, + title: "Charter Flexibility", description: "Flight schedules that align with your business or personal agenda.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-tourism-day-logos_23-2148608834.jpg", imageAlt: "custom charter flight schedule icon"}, ]} title="My Pilot Services" description="Professional flight services designed for safety and efficiency." @@ -154,45 +106,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alex R.", - role: "Entrepreneur", - testimonial: "The best private flight experience. Extremely professional and safe.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-travel-bag-booking-flight-laptop-airport_1303-20374.jpg", - imageAlt: "client testimonial pilot review professional", - }, + id: "1", name: "Alex R.", role: "Entrepreneur", testimonial: "The best private flight experience. Extremely professional and safe.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-travel-bag-booking-flight-laptop-airport_1303-20374.jpg", imageAlt: "client testimonial pilot review professional"}, { - id: "2", - name: "Sarah M.", - role: "Business Executive", - testimonial: "Reliable and precise scheduling. Highly recommended pilot.", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-summer-hat-holding-toy-airplane-happy-positive-smiling-cheerfully-showing-thumbs-up_141793-55344.jpg", - imageAlt: "traveler testimonial aviation service happy", - }, + id: "2", name: "Sarah M.", role: "Business Executive", testimonial: "Reliable and precise scheduling. Highly recommended pilot.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-summer-hat-holding-toy-airplane-happy-positive-smiling-cheerfully-showing-thumbs-up_141793-55344.jpg", imageAlt: "traveler testimonial aviation service happy"}, { - id: "3", - name: "David W.", - role: "Traveler", - testimonial: "Smooth flights every time. Couldn't ask for a better service.", - imageSrc: "http://img.b2bpic.net/free-photo/working-couple-travel_329181-13724.jpg", - imageAlt: "client review private pilot charter", - }, + id: "3", name: "David W.", role: "Traveler", testimonial: "Smooth flights every time. Couldn't ask for a better service.", imageSrc: "http://img.b2bpic.net/free-photo/working-couple-travel_329181-13724.jpg", imageAlt: "client review private pilot charter"}, { - id: "4", - name: "Elena P.", - role: "Property Developer", - testimonial: "Professionalism at its peak. Safe, on time, and comfortable.", - imageSrc: "http://img.b2bpic.net/free-photo/business-couple-traveling-by-train_329181-13734.jpg", - imageAlt: "happy flight passenger testimonial portrait", - }, + id: "4", name: "Elena P.", role: "Property Developer", testimonial: "Professionalism at its peak. Safe, on time, and comfortable.", imageSrc: "http://img.b2bpic.net/free-photo/business-couple-traveling-by-train_329181-13734.jpg", imageAlt: "happy flight passenger testimonial portrait"}, { - id: "5", - name: "Julian B.", - role: "Corporate Manager", - testimonial: "Exceptional aviation service. My go-to pilot for business trips.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-commuters-sitting-waiting-area_107420-95897.jpg", - imageAlt: "charter client aviation testimonial happy", - }, + id: "5", name: "Julian B.", role: "Corporate Manager", testimonial: "Exceptional aviation service. My go-to pilot for business trips.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-commuters-sitting-waiting-area_107420-95897.jpg", imageAlt: "charter client aviation testimonial happy"}, ]} title="Client Reviews" description="Hear from my satisfied passengers and partners." @@ -203,8 +125,7 @@ export default function LandingPage() {