From 94a4e2a9270254962fed58f6919a1f5f0c3aca7f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:42:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 183 ++++++++++------------------------------------- 1 file changed, 37 insertions(+), 146 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4c00ec..4b3c937 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,21 +48,16 @@ export default function LandingPage() {
@@ -81,7 +66,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Timeless Beauty, Precision, and Elegance" description="Every space we design tells a story of elegance, precision, and timeless beauty. Based in Hawally, we bring a personalized touch to high-end interior design for homes and offices." - imageSrc="http://img.b2bpic.net/free-photo/close-up-detail-beautiful-female-architect-hands-looking-through-apartments-design-examples-internet-digital-table-working-new-project_176420-8504.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-detail-beautiful-female-architect-hands-looking-through-apartments-design-examples-internet-digital-table-working-new-project_176420-8504.jpg" /> @@ -92,49 +77,31 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Residential", - description: "Elegant design solutions for private homes and villas.", - icon: Home, + title: "Residential", description: "Elegant design solutions for private homes and villas.", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hanging-dusty-lamp-cafe_53876-16229.jpg?_wi=1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hanging-dusty-lamp-cafe_53876-16229.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hanging-dusty-lamp-cafe_53876-16229.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hanging-dusty-lamp-cafe_53876-16229.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-pretty-blonde-hair-woman-outdoor-kitchen-villa-female-with-light-makeup-summer-white-dress-straw-hat-vacation_343596-2522.jpg?_wi=2", - imageAlt: "luxury villa living room modern", }, { - title: "Commercial", - description: "Sophisticated designs for offices, cafes, and boutiques.", - icon: Briefcase, + title: "Commercial", description: "Sophisticated designs for offices, cafes, and boutiques.", icon: Briefcase, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-business-meeting-yellow-working-room-with-stair_105762-1996.jpg?_wi=1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-business-meeting-yellow-working-room-with-stair_105762-1996.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-business-meeting-yellow-working-room-with-stair_105762-1996.jpg?_wi=2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-business-meeting-yellow-working-room-with-stair_105762-1996.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-detail-beautiful-female-architect-hands-looking-through-apartments-design-examples-internet-digital-table-working-new-project_176420-8504.jpg?_wi=2", - imageAlt: "luxury interior design architect office", }, { - title: "Space Planning", - description: "Strategic layout optimization for functional luxury.", - icon: Layout, + title: "Space Planning", description: "Strategic layout optimization for functional luxury.", icon: Layout, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hanging-dusty-lamp-cafe_53876-16229.jpg?_wi=3", - }, + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hanging-dusty-lamp-cafe_53876-16229.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hanging-dusty-lamp-cafe_53876-16229.jpg?_wi=4", - }, + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hanging-dusty-lamp-cafe_53876-16229.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hanging-dusty-lamp-cafe_53876-16229.jpg?_wi=5", - imageAlt: "residential interior design living room", }, ]} title="Bespoke Design Services" @@ -144,52 +111,23 @@ export default function LandingPage() {
@@ -288,14 +183,10 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, ]} /> -- 2.49.1