diff --git a/src/app/page.tsx b/src/app/page.tsx
index a014128..1625980 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextAbout from '@/components/sections/about/TextAbout';
-import { Eye, Gauge, ShieldCheck, Smartphone, Speaker, Zap } from "lucide-react";
+import { AirVent, Eye, Fuel, Gauge, ParkingMeter, ShieldCheck, Smartphone, Speaker, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,122 +32,75 @@ export default function LandingPage() {
@@ -401,45 +237,15 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- role: "Marketing Director",
- testimonial: "Auto Dealer made finding my dream car incredibly easy! The 3D showroom allowed me to explore every detail from home. Highly recommend!",
- imageSrc: "http://img.b2bpic.net/free-photo/man-taking-selfie-car-dealership_23-2148130205.jpg",
- imageAlt: "Sarah Johnson",
- },
+ id: "1", name: "Sarah Johnson", role: "Marketing Director", testimonial: "Auto Dealer made finding my dream car incredibly easy! The 3D showroom allowed me to explore every detail from home. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-selfie-car-dealership_23-2148130205.jpg", imageAlt: "Sarah Johnson"},
{
- id: "2",
- name: "Michael Chen",
- role: "Software Engineer",
- testimonial: "The interactive 3D models are a game-changer. I could customize my car's color and wheels before even stepping foot in the dealership. Fantastic experience!",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-car-keys-by-her-new-car_1303-28500.jpg",
- imageAlt: "Michael Chen",
- },
+ id: "2", name: "Michael Chen", role: "Software Engineer", testimonial: "The interactive 3D models are a game-changer. I could customize my car's color and wheels before even stepping foot in the dealership. Fantastic experience!", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-car-keys-by-her-new-car_1303-28500.jpg", imageAlt: "Michael Chen"},
{
- id: "3",
- name: "Emily Rodriguez",
- role: "Small Business Owner",
- testimonial: "Professional service and a truly modern approach to car sales. Auto Dealer helped me find the perfect family SUV with all the features I needed.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171285.jpg",
- imageAlt: "Emily Rodriguez",
- },
+ id: "3", name: "Emily Rodriguez", role: "Small Business Owner", testimonial: "Professional service and a truly modern approach to car sales. Auto Dealer helped me find the perfect family SUV with all the features I needed.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171285.jpg", imageAlt: "Emily Rodriguez"},
{
- id: "4",
- name: "David Kim",
- role: "Financial Analyst",
- testimonial: "Transparent pricing and an efficient process. The team was knowledgeable, and I appreciated the detailed technical specs available online.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1786.jpg",
- imageAlt: "David Kim",
- },
+ id: "4", name: "David Kim", role: "Financial Analyst", testimonial: "Transparent pricing and an efficient process. The team was knowledgeable, and I appreciated the detailed technical specs available online.", imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1786.jpg", imageAlt: "David Kim"},
{
- id: "5",
- name: "Jessica Lee",
- role: "Educator",
- testimonial: "I was hesitant to buy a car online, but Auto Dealer's 3D features made me confident in my choice. The car was exactly as I saw it virtually!",
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-sunglasses-trench-coat-opening-cabriolet-car-door-dreamily-looking-camera-outdoor_574295-4807.jpg",
- imageAlt: "Jessica Lee",
- },
+ id: "5", name: "Jessica Lee", role: "Educator", testimonial: "I was hesitant to buy a car online, but Auto Dealer's 3D features made me confident in my choice. The car was exactly as I saw it virtually!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-sunglasses-trench-coat-opening-cabriolet-car-door-dreamily-looking-camera-outdoor_574295-4807.jpg", imageAlt: "Jessica Lee"},
]}
title="What Our Customers Say"
description="Hear from satisfied customers who found their perfect vehicle and enjoyed our exceptional service and innovative 3D experience."
@@ -452,11 +258,8 @@ export default function LandingPage() {
title="Your Trusted Partner in Automotive Excellence"
buttons={[
{
- text: "Learn More About Us",
- href: "#contact",
- },
+ text: "Learn More About Us", href: "#contact"},
]}
- description="Auto Dealer is committed to providing a transparent, enjoyable, and cutting-edge car buying experience. With years of expertise and a focus on innovation, we leverage advanced 3D visualization to help you discover, explore, and confidently drive away in your dream car. Our dedicated team ensures exceptional service every step of the way."
/>
@@ -464,8 +267,7 @@ export default function LandingPage() {