From dadb7f9f626ed7a41e015b066521a60b9cd81e94 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:37:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a4f598..7e87506 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,15 +79,15 @@ export default function LandingPage() { tag="Available Now" products={[ { - id: "1", brand: "BuildFrame", name: "Standard Interior Frames", price: "Starting at $145", rating: 5, + id: "1", brand: "BuildFrame", name: "Standard Interior Frames – Budget-Friendly Choice", price: "Starting at $145", rating: 5, reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52999.jpg", imageAlt: "Standard interior door frames" }, { - id: "2", brand: "BuildFrame", name: "Premium Custom Frames", price: "Starting at $325", rating: 5, + id: "2", brand: "BuildFrame", name: "Premium Custom Frames – Maximum Flexibility", price: "Starting at $325", rating: 5, reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-vector/islamic-background-golden-black-colors_1017-18247.jpg", imageAlt: "Premium custom door frames" }, { - id: "3", brand: "BuildFrame", name: "Commercial Grade Frames", price: "Starting at $450", rating: 5, + id: "3", brand: "BuildFrame", name: "Commercial Grade Frames – Heavy-Duty Performance", price: "Starting at $450", rating: 5, reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278582.jpg", imageAlt: "Commercial grade door frames" } ]} -- 2.49.1