From da0b1a83ef3c8d36b9bc4fcf0ff1390c5108e651 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:49:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 159 +++++++++++++---------------------------------- 1 file changed, 43 insertions(+), 116 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b54cf1..f95d912 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,60 +44,37 @@ export default function LandingPage() {
@@ -128,59 +97,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "Luxury Series", - name: "Carrara Marble Tile", - price: "$12.00/sqft", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77601.jpg", - }, + id: "p1", brand: "Luxury Series", name: "Carrara Marble Tile", price: "$12.00/sqft", rating: 5, + 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", - }, + 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"}, { - 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", - }, + 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"}, { - id: "p4", - brand: "Luxury Series", - name: "Freestanding Bathtub", - price: "$1,499.00", - rating: 5, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-bathtub-bathroom-interior-with-window_169016-26296.jpg", - }, + id: "p4", brand: "Luxury Series", name: "Freestanding Bathtub", price: "$1,499.00", rating: 5, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-bathtub-bathroom-interior-with-window_169016-26296.jpg"}, { - id: "p5", - brand: "Timber Series", - name: "Oak Plank Tiles", - price: "$10.00/sqft", - rating: 4, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/home-entrance-with-furniture-modern-decor_23-2150831998.jpg", - }, + id: "p5", brand: "Timber Series", name: "Oak Plank Tiles", price: "$10.00/sqft", rating: 4, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/home-entrance-with-furniture-modern-decor_23-2150831998.jpg"}, { - id: "p6", - brand: "Elite Bath", - name: "Digital Shower System", - price: "$550.00", - rating: 5, - reviewCount: "62", - imageSrc: "http://img.b2bpic.net/free-photo/candles-spa-supplies_23-2147809171.jpg", - }, + id: "p6", brand: "Elite Bath", name: "Digital Shower System", price: "$550.00", rating: 5, + reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/candles-spa-supplies_23-2147809171.jpg"}, ]} title="Premium Collections" description="Hand-picked designs for your dream home." @@ -189,6 +122,13 @@ export default function LandingPage() {
@@ -219,29 +156,19 @@ export default function LandingPage() { logoText="Somany Studio" columns={[ { - title: "Products", - items: [ + title: "Products", items: [ { - label: "Tiles", - href: "#products", - }, + label: "Tiles", href: "#products"}, { - label: "Bathware", - href: "#products", - }, + label: "Bathware", href: "#products"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]} -- 2.49.1