diff --git a/src/app/page.tsx b/src/app/page.tsx
index aa74e30..afe6163 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -13,7 +13,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Award, Book, CalendarCheck, Car, CheckCircle, CreditCard, Leaf, MapPin, ShieldCheck, Smile, Sparkles, Star, Tag, Wallet } from "lucide-react";
+import { Award, Book, CalendarCheck, Car, CheckCircle, CreditCard, Headset, Leaf, MapPin, ShieldCheck, Smile, Sparkles, Star, Tag, Wallet } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,127 +34,80 @@ export default function LandingPage() {
@@ -453,20 +279,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "faq-1",
- title: "What types of vehicles do you offer?",
- content: "We specialize in a wide range of quality pre-owned cars, trucks, and SUVs from various makes and models. Our inventory is constantly updated, so check back often!",
- },
+ id: "faq-1", title: "What types of vehicles do you offer?", content: "We specialize in a wide range of quality pre-owned cars, trucks, and SUVs from various makes and models. Our inventory is constantly updated, so check back often!"},
{
- id: "faq-2",
- title: "Do you offer financing options?",
- content: "Yes, we work with multiple lenders to provide flexible financing solutions for all credit types. You can apply online or speak with our finance team for personalized assistance.",
- },
+ id: "faq-2", title: "Do you offer financing options?", content: "Yes, we work with multiple lenders to provide flexible financing solutions for all credit types. You can apply online or speak with our finance team for personalized assistance."},
{
- id: "faq-3",
- title: "Can I trade in my current vehicle?",
- content: "Absolutely! We offer competitive trade-in values. Bring your vehicle in for a free appraisal, or get an estimate online to see how much you can save on your next purchase.",
- },
+ id: "faq-3", title: "Can I trade in my current vehicle?", content: "Absolutely! We offer competitive trade-in values. Bring your vehicle in for a free appraisal, or get an estimate online to see how much you can save on your next purchase."},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-working-auto-repair-shop_637285-11583.jpg"
imageAlt="Customer service agent assisting a client"
@@ -481,8 +298,7 @@ export default function LandingPage() {