diff --git a/src/app/page.tsx b/src/app/page.tsx
index e99d72f..c12be40 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,6 +11,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
+import BlogCardOne from '@/components/sections/blog/BlogCardOne';
import { Award, Calendar, CheckCircle, MapPin, ShieldCheck, Star } from "lucide-react";
export default function LandingPage() {
@@ -32,25 +33,15 @@ export default function LandingPage() {
@@ -59,37 +50,24 @@ export default function LandingPage() {
@@ -101,19 +79,13 @@ export default function LandingPage() {
title="Proven Excellence"
metrics={[
{
- label: "Perfect Rating",
- value: "5.0",
- icon: Star,
+ label: "Perfect Rating", value: "5.0", icon: Star,
},
{
- label: "Satisfied Clients",
- value: "100%",
- icon: Award,
+ label: "Satisfied Clients", value: "100%", icon: Award,
},
{
- label: "Years Served",
- value: "10+",
- icon: Calendar,
+ label: "Years Served", value: "10+", icon: Calendar,
},
]}
metricsAnimation="slide-up"
@@ -128,47 +100,41 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Vintage Cruiser",
- price: "Call for Price",
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-green-car-headlamps_181624-8290.jpg",
- },
+ id: "p1", name: "Vintage Cruiser", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-green-car-headlamps_181624-8290.jpg"},
{
- id: "p2",
- name: "Classic Sport",
- price: "Call for Price",
- imageSrc: "http://img.b2bpic.net/free-photo/vintage-car-headlight-vintage-auto-detail-selective-focus-idea-interior-article_166373-3398.jpg",
- },
+ id: "p2", name: "Classic Sport", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/vintage-car-headlight-vintage-auto-detail-selective-focus-idea-interior-article_166373-3398.jpg"},
{
- id: "p3",
- name: "Open-Top Roadster",
- price: "Call for Price",
- imageSrc: "http://img.b2bpic.net/free-photo/transportation-detail-front-shiny-classic_1203-6155.jpg",
- },
+ id: "p3", name: "Open-Top Roadster", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/transportation-detail-front-shiny-classic_1203-6155.jpg"},
{
- id: "p4",
- name: "Reliable Commuter",
- price: "Call for Price",
- imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-with-abstract-spheres-background_23-2151005307.jpg",
- },
+ id: "p4", name: "Reliable Commuter", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-with-abstract-spheres-background_23-2151005307.jpg"},
{
- id: "p5",
- name: "Executive Sedan",
- price: "Call for Price",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-car-with-simple-background_23-2150797044.jpg",
- },
+ id: "p5", name: "Executive Sedan", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/3d-car-with-simple-background_23-2150797044.jpg"},
{
- id: "p6",
- name: "Project Special",
- price: "Call for Price",
- imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150165820.jpg",
- },
+ id: "p6", name: "Project Special", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150165820.jpg"},
]}
title="Current Inventory"
description="Browse our hand-picked classics and reliable daily drivers."
/>
+
+
+
+
);
-}
+}
\ No newline at end of file