diff --git a/src/app/page.tsx b/src/app/page.tsx index 05d0ffa..6675df0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +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 BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import { Award, Calendar, CheckCircle, MapPin, ShieldCheck, Star } from "lucide-react"; export default function LandingPage() { @@ -32,16 +32,12 @@ export default function LandingPage() {
- @@ -141,15 +119,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Transparent Sales", description: "No hidden fees, no pressure, just clear answers.", icon: ShieldCheck, - }, - { - title: "Quality Assured", description: "Every vehicle is inspected before it hits our lot.", icon: CheckCircle, - }, - { - title: "Local Roots", description: "Serving the Cannon Falls community for years.", icon: MapPin, - }, + { title: "Transparent Sales", description: "No hidden fees, no pressure, just clear answers.", icon: ShieldCheck }, + { title: "Quality Assured", description: "Every vehicle is inspected before it hits our lot.", icon: CheckCircle }, + { title: "Local Roots", description: "Serving the Cannon Falls community for years.", icon: MapPin }, ]} title="Why Kevin's Klassics?" description="We don't just sell cars; we build relationships. Honest, transparent, and hassle-free." @@ -163,16 +135,11 @@ export default function LandingPage() { rating={5} author="Kevin Manley" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/young-man-delivering-christmas-tree-car_1303-19511.jpg", alt: "Customer Photo 1"}, - { - src: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14544.jpg", alt: "Customer Photo 2"}, - { - src: "http://img.b2bpic.net/free-photo/smiley-man-coffee-break-city_23-2148289249.jpg", alt: "Customer Photo 3"}, - { - src: "http://img.b2bpic.net/free-photo/older-woman-with-red-car_1149-1161.jpg", alt: "Customer Photo 4"}, - { - src: "http://img.b2bpic.net/free-photo/happy-man-car-dealership_23-2148130231.jpg", alt: "Customer Photo 5"}, + { src: "http://img.b2bpic.net/free-photo/young-man-delivering-christmas-tree-car_1303-19511.jpg", alt: "Customer Photo 1" }, + { src: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14544.jpg", alt: "Customer Photo 2" }, + { src: "http://img.b2bpic.net/free-photo/smiley-man-coffee-break-city_23-2148289249.jpg", alt: "Customer Photo 3" }, + { src: "http://img.b2bpic.net/free-photo/older-woman-with-red-car_1149-1161.jpg", alt: "Customer Photo 4" }, + { src: "http://img.b2bpic.net/free-photo/happy-man-car-dealership_23-2148130231.jpg", alt: "Customer Photo 5" }, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -183,12 +150,9 @@ export default function LandingPage() {