From b80048cce049f8f84a63e71501cfed758617c5b0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 00:49:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 348 +++++++---------------------------------------- 1 file changed, 46 insertions(+), 302 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c17795..a902283 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -134,22 +69,10 @@ export default function LandingPage() { @@ -159,51 +82,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Home Styling", - description: "Curating spaces that balance beauty with daily comfort.", - icon: Sparkles, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418572.jpg?_wi=2", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-dining-room-comtemporary-style-concept_53876-31643.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149204643.jpg?_wi=3", - imageAlt: "home styling consultation modern", - }, - { - title: "Art Curation", - description: "Sourcing unique pieces that reflect your soul.", - icon: Palette, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-interior-designer-tools-arrangement_23-2150346493.jpg?_wi=2", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407600.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/content-african-american-designer-explaining-project-client-showing-draft_74855-9753.jpg?_wi=2", - imageAlt: "home styling consultation modern", - }, - { - title: "Spatial Planning", - description: "Optimizing floor plans for seamless living.", - icon: Maximize, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-holding-tablet-with-scheme_23-2147831921.jpg?_wi=2", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-divider-ruler-math-blocks-blueprint-wooden-desk_23-2147863924.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/cozy-living-room-interior-design_23-2150306973.jpg?_wi=1", - imageAlt: "home styling consultation modern", - }, + { title: "Home Styling", description: "Curating spaces that balance beauty with daily comfort.", icon: Sparkles, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418572.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/interior-design-dining-room-comtemporary-style-concept_53876-31643.jpg" }] }, + { title: "Art Curation", description: "Sourcing unique pieces that reflect your soul.", icon: Palette, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-interior-designer-tools-arrangement_23-2150346493.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407600.jpg" }] }, + { title: "Spatial Planning", description: "Optimizing floor plans for seamless living.", icon: Maximize, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-holding-tablet-with-scheme_23-2147831921.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-divider-ruler-math-blocks-blueprint-wooden-desk_23-2147863924.jpg" }] } ]} title="Our Expert Services" description="Comprehensive design solutions tailored to your unique requirements and aesthetic vision." @@ -214,50 +95,15 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1