diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 314b27e..b31438c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,9 +6,9 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import { Facebook, Film, Instagram } from "lucide-react"; +import { Facebook, Film, Instagram, Linkedin } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -71,29 +61,11 @@ export default function LandingPage() { useInvertedBackground={true} members={[ { - id: "tm-1", - name: "Sanjay Kapoor", - role: "General Manager", - description: "With over 20 years in the automotive industry, Sanjay leads our team with vision and a deep understanding of customer needs.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-man-standing-room-white-shirt_1157-13679.jpg", - imageAlt: "Sanjay Kapoor portrait", - }, + id: "tm-1", name: "Sanjay Kapoor", role: "General Manager", description: "With over 20 years in the automotive industry, Sanjay leads our team with vision and a deep understanding of customer needs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-man-standing-room-white-shirt_1157-13679.jpg", imageAlt: "Sanjay Kapoor portrait", socialLinks: [{ icon: Linkedin, url: "#" }]}, { - id: "tm-2", - name: "Pooja Mehta", - role: "Sales & Customer Relations Head", - description: "Pooja ensures every customer receives personalized attention and a smooth buying experience.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg", - imageAlt: "Pooja Mehta portrait", - }, + id: "tm-2", name: "Pooja Mehta", role: "Sales & Customer Relations Head", description: "Pooja ensures every customer receives personalized attention and a smooth buying experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg", imageAlt: "Pooja Mehta portrait", socialLinks: [{ icon: Linkedin, url: "#" }]}, { - id: "tm-3", - name: "Ravi Kumar", - role: "Chief Service Advisor", - description: "Ravi's expertise keeps your ride in top condition, ensuring safety and performance for years to come.", - imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg", - imageAlt: "Ravi Kumar portrait", - }, + id: "tm-3", name: "Ravi Kumar", role: "Chief Service Advisor", description: "Ravi's expertise keeps your ride in top condition, ensuring safety and performance for years to come.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg", imageAlt: "Ravi Kumar portrait", socialLinks: [{ icon: Linkedin, url: "#" }]}, ]} title="Meet Our Dedicated Team" description="Our passionate professionals are here to guide you every step of the way." @@ -109,68 +81,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/atozautomotives", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/atozautomotives", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/atozautomotives", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/atozautomotives", ariaLabel: "Instagram"}, { icon: Film, - href: "https://youtube.com/atozautomotives", - ariaLabel: "YouTube", - }, - ]} - columns={[ - { - title: "Company", - items: [ - { - label: "About Us", - href: "/about", - }, - { - label: "Brands", - href: "/brands", - }, - { - label: "Contact", - href: "/contact", - }, - ], - }, - { - title: "Services", - items: [ - { - label: "Financing Options", - href: "#", - }, - { - label: "Service & Maintenance", - href: "#", - }, - { - label: "Testimonials", - href: "#", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], - }, + href: "https://youtube.com/atozautomotives", ariaLabel: "YouTube"}, ]} />