diff --git a/src/app/page.tsx b/src/app/page.tsx index 160e096..c0627e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { @@ -28,24 +28,12 @@ export default function LandingPage() { > @@ -210,50 +136,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "James Viotto", - role: "Owner", - company: "'65 Mustang", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-near-his-modern-car_651396-2811.jpg", - imageAlt: "customer portrait smiling", - }, + id: "1", name: "James Viotto", role: "Owner", company: "'65 Mustang", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-near-his-modern-car_651396-2811.jpg", imageAlt: "customer portrait smiling"}, { - id: "2", - name: "Chris Ivanov", - role: "Enthusiast", - company: "Auto Revival", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-mature-business-man-office_1262-2979.jpg", - imageAlt: "man looking confident portrait", - }, + id: "2", name: "Chris Ivanov", role: "Enthusiast", company: "Auto Revival", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-mature-business-man-office_1262-2979.jpg", imageAlt: "man looking confident portrait"}, { - id: "3", - name: "Bill Sergakis", - role: "Client", - company: "Auto Revival", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", - imageAlt: "woman smiling portrait", - }, + id: "3", name: "Bill Sergakis", role: "Client", company: "Auto Revival", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", imageAlt: "woman smiling portrait"}, { - id: "4", - name: "Satisfied Customer", - role: "Patron", - company: "Auto Revival", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/communication-repairing-male-executive-abstract_1134-953.jpg", - imageAlt: "person portrait mechanic client", - }, + id: "4", name: "Satisfied Customer", role: "Patron", company: "Auto Revival", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/communication-repairing-male-executive-abstract_1134-953.jpg", imageAlt: "person portrait mechanic client"}, { - id: "5", - name: "Happy Client", - role: "Driver", - company: "Auto Revival", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-tennis-player-court_329181-14408.jpg", - imageAlt: "customer portrait friendly", - }, + id: "5", name: "Happy Client", role: "Driver", company: "Auto Revival", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-tennis-player-court_329181-14408.jpg", imageAlt: "customer portrait friendly"}, ]} title="Customer Experiences" description="See why our customers wouldn't use anyone else for their vehicles." @@ -266,20 +162,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Where are you located?", - content: "We are located at 7 Norfolk Ct, Coburg North VIC 3058.", - }, + id: "f1", title: "Where are you located?", content: "We are located at 7 Norfolk Ct, Coburg North VIC 3058."}, { - id: "f2", - title: "How can I contact you?", - content: "You can reach us at 0417 017 164.", - }, + id: "f2", title: "How can I contact you?", content: "You can reach us at 0417 017 164."}, { - id: "f3", - title: "What kind of cars do you service?", - content: "We handle everything from classic car restoration to general maintenance and custom fabrication work.", - }, + id: "f3", title: "What kind of cars do you service?", content: "We handle everything from classic car restoration to general maintenance and custom fabrication work."}, ]} title="Frequently Asked Questions" description="Need to know more about our services or location?" @@ -291,20 +178,15 @@ export default function LandingPage() { @@ -313,33 +195,21 @@ export default function LandingPage() {