diff --git a/src/app/page.tsx b/src/app/page.tsx
index f27468e..adb68ea 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextAbout from '@/components/sections/about/TextAbout';
-import { Car, CheckCircle2, Headphones, Percent, ShieldCheck } from "lucide-react";
+import { Car, CheckCircle2, Headphones, Percent, ShieldCheck, CheckCircle, Headset, CreditCard, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,68 +47,43 @@ export default function LandingPage() {
@@ -128,8 +95,7 @@ export default function LandingPage() {
title="Your Trusted Auto Partner"
buttons={[
{
- text: "Learn More",
- },
+ text: "Learn More"},
]}
/>
@@ -140,28 +106,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Rigorous Inspections",
- description: "Every vehicle undergoes a 150-point inspection.",
- imageSrc: "http://img.b2bpic.net/free-photo/industrial-man-pointing-pencil-clipboard-uniform-front-view_176474-38806.jpg",
- buttonIcon: "CheckCircle",
+ title: "Rigorous Inspections", description: "Every vehicle undergoes a 150-point inspection.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-man-pointing-pencil-clipboard-uniform-front-view_176474-38806.jpg", buttonIcon: CheckCircle,
},
{
- title: "24/7 Support",
- description: "Our experts are available around the clock.",
- imageSrc: "http://img.b2bpic.net/free-photo/finger-pushing-virtual-button_1134-264.jpg",
- buttonIcon: "Headset",
+ title: "24/7 Support", description: "Our experts are available around the clock.", imageSrc: "http://img.b2bpic.net/free-photo/finger-pushing-virtual-button_1134-264.jpg", buttonIcon: Headset,
},
{
- title: "Flexible Financing",
- description: "Tailored payment plans for every budget.",
- imageSrc: "http://img.b2bpic.net/free-photo/pile-coins-forming-graph-arrangement_23-2148783065.jpg",
- buttonIcon: "CreditCard",
+ title: "Flexible Financing", description: "Tailored payment plans for every budget.", imageSrc: "http://img.b2bpic.net/free-photo/pile-coins-forming-graph-arrangement_23-2148783065.jpg", buttonIcon: CreditCard,
},
{
- title: "Lifetime Maintenance",
- description: "Peace of mind with every purchase.",
- imageSrc: "http://img.b2bpic.net/free-vector/100-satisfaction-guaranteed-badge-collection_52683-48961.jpg",
- buttonIcon: "Wrench",
+ title: "Lifetime Maintenance", description: "Peace of mind with every purchase.", imageSrc: "http://img.b2bpic.net/free-vector/100-satisfaction-guaranteed-badge-collection_52683-48961.jpg", buttonIcon: Wrench,
},
]}
title="Why Choose AOR Autos"
@@ -177,41 +131,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Sport Coupe",
- price: "$85,000",
- imageSrc: "http://img.b2bpic.net/free-photo/view-silver-cup-trophy_23-2149458777.jpg",
- },
+ id: "p1", name: "Sport Coupe", price: "$85,000", imageSrc: "http://img.b2bpic.net/free-photo/view-silver-cup-trophy_23-2149458777.jpg"},
{
- id: "p2",
- name: "Luxury SUV",
- price: "$65,000",
- imageSrc: "http://img.b2bpic.net/free-photo/successful-arab-man-wear-striped-shirt-sunglasses-pose-near-his-white-suv-car-stylish-arabian-men-transport_627829-4283.jpg",
- },
+ id: "p2", name: "Luxury SUV", price: "$65,000", imageSrc: "http://img.b2bpic.net/free-photo/successful-arab-man-wear-striped-shirt-sunglasses-pose-near-his-white-suv-car-stylish-arabian-men-transport_627829-4283.jpg"},
{
- id: "p3",
- name: "Executive Sedan",
- price: "$52,000",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-car-with-simple-background_23-2150797048.jpg",
- },
+ id: "p3", name: "Executive Sedan", price: "$52,000", imageSrc: "http://img.b2bpic.net/free-photo/3d-car-with-simple-background_23-2150797048.jpg"},
{
- id: "p4",
- name: "Performance Pickup",
- price: "$48,000",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-pickup-truck-road-strength-motion-modern-freedom_169016-69739.jpg",
- },
+ id: "p4", name: "Performance Pickup", price: "$48,000", imageSrc: "http://img.b2bpic.net/free-photo/blue-pickup-truck-road-strength-motion-modern-freedom_169016-69739.jpg"},
{
- id: "p5",
- name: "Coastal Convertible",
- price: "$75,000",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sitting-trunk-his-black-muscle-car-rich-black-man_627829-2712.jpg",
- },
+ id: "p5", name: "Coastal Convertible", price: "$75,000", imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-sunglasses-posed-outdoor-street-sitting-trunk-his-black-muscle-car-rich-black-man_627829-2712.jpg"},
{
- id: "p6",
- name: "Eco Hybrid",
- price: "$42,000",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-car-france_23-2149169720.jpg",
- },
+ id: "p6", name: "Eco Hybrid", price: "$42,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-electric-car-france_23-2149169720.jpg"},
]}
title="Featured Inventory"
description="Browse our latest selection of luxury and performance vehicles."
@@ -226,20 +156,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "5000+",
- description: "Vehicles Delivered",
- },
+ id: "m1", value: "5000+", description: "Vehicles Delivered"},
{
- id: "m2",
- value: "98%",
- description: "Customer Satisfaction",
- },
+ id: "m2", value: "98%", description: "Customer Satisfaction"},
{
- id: "m3",
- value: "24/7",
- description: "Support Available",
- },
+ id: "m3", value: "24/7", description: "Support Available"},
]}
title="Quality You Can Measure"
description="Our track record speaks for itself in every vehicle sold."
@@ -253,40 +174,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Sarah J.",
- role: "Executive",
- testimonial: "The best dealership experience I've had. Transparent and efficient.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg",
- },
+ id: "t1", name: "Sarah J.", role: "Executive", testimonial: "The best dealership experience I've had. Transparent and efficient.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg"},
{
- id: "t2",
- name: "Michael R.",
- role: "Entrepreneur",
- testimonial: "Found my perfect luxury car within minutes. Exceptional service.",
- imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
- },
+ id: "t2", name: "Michael R.", role: "Entrepreneur", testimonial: "Found my perfect luxury car within minutes. Exceptional service.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"},
{
- id: "t3",
- name: "Emily P.",
- role: "Designer",
- testimonial: "Quality vehicles and a very friendly staff. Highly recommend.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg",
- },
+ id: "t3", name: "Emily P.", role: "Designer", testimonial: "Quality vehicles and a very friendly staff. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg"},
{
- id: "t4",
- name: "David W.",
- role: "Engineer",
- testimonial: "Transparent process and very reliable vehicle condition.",
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-938.jpg",
- },
+ id: "t4", name: "David W.", role: "Engineer", testimonial: "Transparent process and very reliable vehicle condition.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-938.jpg"},
{
- id: "t5",
- name: "Jessica L.",
- role: "Marketing",
- testimonial: "Everything was perfect from start to finish. Thank you!",
- imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-grandfather-cross-arms-chest-looking-happy_176420-31784.jpg",
- },
+ id: "t5", name: "Jessica L.", role: "Marketing", testimonial: "Everything was perfect from start to finish. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-grandfather-cross-arms-chest-looking-happy_176420-31784.jpg"},
]}
title="What Our Clients Say"
description="Discover why AOR Autos is the preferred choice for vehicle enthusiasts."
@@ -297,8 +193,7 @@ export default function LandingPage() {