diff --git a/src/app/page.tsx b/src/app/page.tsx index e7af01d..fe06c75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,9 +3,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import BlogCardThree from '@/components/sections/blog/BlogCardThree'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -60,35 +50,21 @@ export default function LandingPage() { description="Trusted Car Dealership & Expert Service Center. Your reliable partner on the road." buttons={[ { - text: "Call Now", - href: "tel:+910000000000", - }, + text: "Call Now", href: "tel:+910000000000"}, { - text: "Book Service", - href: "/service", - }, + text: "Book Service", href: "/service"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=1", - imageAlt: "Kanal Ford Showroom 1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=1", imageAlt: "Kanal Ford Showroom 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=2", - imageAlt: "Kanal Ford Showroom 2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=2", imageAlt: "Kanal Ford Showroom 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=3", - imageAlt: "Kanal Ford Showroom 3", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=3", imageAlt: "Kanal Ford Showroom 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=4", - imageAlt: "Kanal Ford Showroom 4", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=4", imageAlt: "Kanal Ford Showroom 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=5", - imageAlt: "Kanal Ford Showroom 5", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14559.jpg?_wi=5", imageAlt: "Kanal Ford Showroom 5"}, ]} /> @@ -100,19 +76,13 @@ export default function LandingPage() { metrics={[ { icon: Users, - label: "Satisfied Customers", - value: "5000+", - }, + label: "Satisfied Customers", value: "5000+"}, { icon: Wrench, - label: "Services Performed", - value: "12000+", - }, + label: "Services Performed", value: "12000+"}, { icon: Award, - label: "Years Experience", - value: "15", - }, + label: "Years Experience", value: "15"}, ]} metricsAnimation="slide-up" /> @@ -128,17 +98,9 @@ export default function LandingPage() { description="The team behind your Ford's performance." members={[ { - id: "m1", - name: "Rahul Verma", - role: "Lead Mechanic", - imageSrc: "http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg?_wi=1", - }, + id: "m1", name: "Rahul Verma", role: "Lead Mechanic", imageSrc: "http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg?_wi=1"}, { - id: "m2", - name: "Anjali Singh", - role: "Service Manager", - imageSrc: "http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg?_wi=2", - }, + id: "m2", name: "Anjali Singh", role: "Service Manager", imageSrc: "http://img.b2bpic.net/free-photo/toolkit-box-isolated-white-background_93675-130624.jpg?_wi=2"}, ]} /> @@ -154,21 +116,15 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "f1", - title: "How do I book a service?", - content: "You can book online or call us directly.", - }, + id: "f1", title: "How do I book a service?", content: "You can book online or call us directly."}, { - id: "f2", - title: "Do you use genuine parts?", - content: "Yes, we use 100% authentic Ford parts.", - }, + id: "f2", title: "Do you use genuine parts?", content: "Yes, we use 100% authentic Ford parts."}, ]} />
-
); -} +} \ No newline at end of file