From c5876ebb814c26faa44067b8db84dad01fc390de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:49:41 +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 f95d912..6eb059c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,7 @@ export default function LandingPage() { reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77601.jpg"}, { id: "p2", brand: "Modern Bath", name: "Chrome Rainfall Faucet", price: "$299.00", rating: 4, - reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/kitchen-faucet-with-near-white-wall_181624-9366.jpg"}, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/kitchen-faucet-with-near-white-wall_181624-9366.jpg"}, { id: "p3", brand: "Decor Series", name: "Mosaic Wall Tile", price: "$8.50/sqft", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-texture-copper_53876-63404.jpg"}, @@ -126,8 +126,8 @@ export default function LandingPage() { description="Everything you need to know about our products and services." faqsAnimation="slide-up" faqs={[ - { question: "Do you offer installation services?", answer: "Yes, we partner with certified professionals to ensure seamless installation." }, - { question: "Can I request a custom design?", answer: "Absolutely, our design team is here to bring your vision to life." } + { id: "f1", title: "Do you offer installation services?", content: "Yes, we partner with certified professionals to ensure seamless installation." }, + { id: "f2", title: "Can I request a custom design?", content: "Absolutely, our design team is here to bring your vision to life." } ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1