From 584e9d363c7338873d11445bda734957d9705a87 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 15:32:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 194 ++++++++++------------------------------------- 1 file changed, 40 insertions(+), 154 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57c573e..e39e6b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,47 +48,26 @@ export default function LandingPage() {
@@ -117,32 +86,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Bespoke Woodworking", - tags: [ - "Artisanal", - "Handcrafted", - ], - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821268.jpg", - }, + id: "f1", title: "Bespoke Woodworking", tags: [ + "Artisanal", "Handcrafted"], + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821268.jpg"}, { - id: "f2", - title: "Architectural Lighting", - tags: [ - "Mood", - "Functional", - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg", - }, + id: "f2", title: "Architectural Lighting", tags: [ + "Mood", "Functional"], + imageSrc: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg"}, { - id: "f3", - title: "Premium Material Selection", - tags: [ - "Exclusive", - "Sustainable", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-leather-wooden-armchair_1232-1262.jpg", - }, + id: "f3", title: "Premium Material Selection", tags: [ + "Exclusive", "Sustainable"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-leather-wooden-armchair_1232-1262.jpg"}, ]} title="Unrivaled Craftsmanship" description="True luxury is found in the details that endure." @@ -152,45 +106,22 @@ export default function LandingPage() {
@@ -283,13 +173,9 @@ export default function LandingPage() {