From 009fbc3c9820477427a89de2761ddb98bdcc51b6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 04:41:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04f45ab..5d4301d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Check, Clock, Shield, Star, ThumbsUp, User, Wrench, Zap, ShoppingCart } from "lucide-react"; +import { Award, Check, Clock, Shield, Star, ThumbsUp, User, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -102,6 +102,7 @@ export default function LandingPage() { title="Our Product Store" description="Shop our catalog of tires and batteries with ease." useInvertedBackground={true} + textboxLayout="default" products={[ { id: "t1", name: "Performance Tire - 18 inch", price: "$150", variant: "Car Tires", imageSrc: "https://img.b2bpic.net/free-photo/close-up-car-tires_23-2148816669.jpg" }, { id: "t2", name: "Standard Battery - 70Ah", price: "$95", variant: "Car Batteries", imageSrc: "https://img.b2bpic.net/free-photo/car-battery-charging-concept_23-2148816670.jpg" }