From 1221f9bd3f8bc4ba229848b9ab779240d39814f5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:42:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 256 +++++++---------------------------------------- 1 file changed, 34 insertions(+), 222 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29c9858..07b76b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,8 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -28,26 +29,11 @@ export default function LandingPage() { @@ -152,48 +73,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "Ford Focus", - price: "£7,500", - variant: "Hatchback", - imageSrc: "http://img.b2bpic.net/free-photo/boy-dad-near-electric-car_23-2149171017.jpg", - }, - { - id: "2", - name: "Nissan Qashqai", - price: "£12,995", - variant: "SUV", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434356.jpg", - }, - { - id: "3", - name: "BMW 3 Series", - price: "£15,450", - variant: "Sedan", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-women-with-smartphone-near-man-looking-map-car-hood_23-2148039112.jpg", - }, - { - id: "4", - name: "Volkswagen Polo", - price: "£6,800", - variant: "Hatchback", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-car-trip_23-2147935474.jpg", - }, - { - id: "5", - name: "Kia Sportage", - price: "£11,200", - variant: "SUV", - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-opening-car-door-long-shot_23-2148266186.jpg", - }, - { - id: "6", - name: "Toyota Avensis", - price: "£5,900", - variant: "Sedan", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-headlights-gray-car_158538-8144.jpg", - }, + { id: "1", name: "Ford Focus", price: "£7,500", variant: "Hatchback", imageSrc: "http://img.b2bpic.net/free-photo/boy-dad-near-electric-car_23-2149171017.jpg" }, + { id: "2", name: "Nissan Qashqai", price: "£12,995", variant: "SUV", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434356.jpg" }, + { id: "3", name: "BMW 3 Series", price: "£15,450", variant: "Sedan", imageSrc: "http://img.b2bpic.net/free-photo/smiling-women-with-smartphone-near-man-looking-map-car-hood_23-2148039112.jpg" }, + { id: "4", name: "Volkswagen Polo", price: "£6,800", variant: "Hatchback", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-car-trip_23-2147935474.jpg" }, ]} title="Our Latest Stock" description="Browse our hand-selected range of reliable used vehicles, thoroughly inspected for your peace of mind." @@ -201,63 +84,28 @@ export default function LandingPage() {
-
@@ -265,50 +113,14 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1