From 4091e6c28f50803392b49e4970d3cd7550c1af02 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:33:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b059cd7..963a49f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,7 @@ export default function LandingPage() { products={[{id:"kitchen-remodeling",brand:"Old Florida Construction Co.",name:"Kitchen Remodeling",price:"Get Quote",rating:5,reviewCount:"125",imageSrc:"https://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-479.jpg",imageAlt:"Luxury kitchen remodel"},{id:"bathroom-remodeling",brand:"Old Florida Construction Co.",name:"Bathroom Remodeling",price:"Get Quote",rating:5,reviewCount:"98",imageSrc:"https://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg",imageAlt:"Luxury bathroom remodel"},{id:"full-home-renovations",brand:"Old Florida Construction Co.",name:"Full Home Renovations",price:"Get Quote",rating:5,reviewCount:"72",imageSrc:"https://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976540.jpg",imageAlt:"Full home renovation"},{id:"contractor-fix-repair",brand:"Old Florida Construction Co.",name:"Contractor Fix & Repair Work",price:"Get Quote",rating:5,reviewCount:"45",imageSrc:"https://img.b2bpic.net/free-photo/carpenter-using-pencil-measurement-tape-wood_53876-42742.jpg",imageAlt:"Contractor fixing poor work"},{id:"custom-interior-projects",brand:"Old Florida Construction Co.",name:"Custom Interior Projects",price:"Get Quote",rating:5,reviewCount:"30",imageSrc:"https://img.b2bpic.net/free-photo/design-team-busy-working-talking-concept_53876-31190.jpg",imageAlt:"Custom interior project"}]} gridVariant="three-columns-all-equal-width" animationType="slide-up" + textboxLayout="default" useInvertedBackground={false} className="py-16 md:py-24 text-foreground" cardClassName="bg-background-accent/20 border border-background-accent/40 rounded-pill shadow-lg hover:shadow-xl transition-all duration-300" @@ -93,12 +94,12 @@ export default function LandingPage() {