Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 04:49:47 +00:00

View File

@@ -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}