From a27709779e6ca5b31e47eb8142039fc7d7ec026e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 01:58:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 308 ++++++++--------------------------------------- 1 file changed, 52 insertions(+), 256 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a1b366..8c02cb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -169,53 +88,30 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Atmospheric Composition", - description: "Defining the mood through light, space, and materiality.", - icon: Sparkles, + title: "Atmospheric Composition", description: "Defining the mood through light, space, and materiality.", icon: Sparkles, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/minimal-closeup-bible-with-tabs-calm-reading-bible-closeup_169016-71406.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/camera-dust-optical-fiber-lights_23-2148241372.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/lights-prisms-effect-close-up_23-2148917879.jpg?_wi=2", - imageAlt: "curated luxury event table", + { imageSrc: "http://img.b2bpic.net/free-photo/minimal-closeup-bible-with-tabs-calm-reading-bible-closeup_169016-71406.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/camera-dust-optical-fiber-lights_23-2148241372.jpg" }, + ] }, { - title: "Systems Thinking", - description: "Orchestrating complex logistics into a cohesive aesthetic system.", - icon: Shield, + title: "Systems Thinking", description: "Orchestrating complex logistics into a cohesive aesthetic system.", icon: Shield, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/chairs-wedding-hall-wedding-ceremony-venue-white-violet_8353-10188.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-art-platform_171337-16786.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-arrangement_23-2149080521.jpg", - imageAlt: "curated luxury event table", + { imageSrc: "http://img.b2bpic.net/free-photo/chairs-wedding-hall-wedding-ceremony-venue-white-violet_8353-10188.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-art-platform_171337-16786.jpg" }, + ] }, { - title: "Material Intent", - description: "Every texture, surface, and fabric is chosen with deliberate purpose.", - icon: Award, + title: "Material Intent", description: "Every texture, surface, and fabric is chosen with deliberate purpose.", icon: Award, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixture-clay-pot-texture_23-2148761900.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-ceremony-white-style_8353-9894.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/black-couple-destination-beautiful-emotional_1304-3403.jpg?_wi=1", - imageAlt: "curated luxury event table", + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixture-clay-pot-texture_23-2148761900.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wedding-ceremony-white-style_8353-9894.jpg" }, + ] }, ]} title="Our Design Philosophy" description="We orchestrate atmospheres through refined composition and structural integrity." + animationType="slide-up" /> @@ -225,41 +121,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Elena V.", - role: "Client", - testimonial: "Pure spatial magic.", - imageSrc: "http://img.b2bpic.net/free-photo/black-couple-destination-beautiful-emotional_1304-3403.jpg?_wi=2", - }, - { - id: "2", - name: "Marcus R.", - role: "Architect", - testimonial: "Exceptional rigor and vision.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-wall_23-2148415941.jpg", - }, - { - id: "3", - name: "Sarah J.", - role: "Client", - testimonial: "Unparalleled atmosphere design.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg", - }, - { - id: "4", - name: "Julian D.", - role: "Designer", - testimonial: "A masterclass in event orchestration.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-make-up_23-2149190726.jpg", - }, - { - id: "5", - name: "Clara M.", - role: "Client", - testimonial: "Bespoke beauty in every system.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg", - }, + { id: "1", name: "Elena V.", role: "Client", testimonial: "Pure spatial magic.", imageSrc: "http://img.b2bpic.net/free-photo/black-couple-destination-beautiful-emotional_1304-3403.jpg" }, + { id: "2", name: "Marcus R.", role: "Architect", testimonial: "Exceptional rigor and vision.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-wall_23-2148415941.jpg" }, + { id: "3", name: "Sarah J.", role: "Client", testimonial: "Unparalleled atmosphere design.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg" }, + { id: "4", name: "Julian D.", role: "Designer", testimonial: "A masterclass in event orchestration.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-make-up_23-2149190726.jpg" }, + { id: "5", name: "Clara M.", role: "Client", testimonial: "Bespoke beauty in every system.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg" }, ]} title="Voices of Intent" description="Reflections from those who experienced our architectural orchestration." @@ -270,15 +136,7 @@ export default function LandingPage() { @@ -291,21 +149,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "150+", - description: "Atmospheric spaces curated", - }, - { - id: "m2", - value: "12", - description: "Material categories mastered", - }, - { - id: "m3", - value: "45+", - description: "Architecture partners engaged", - }, + { id: "m1", value: "150+", description: "Atmospheric spaces curated" }, + { id: "m2", value: "12", description: "Material categories mastered" }, + { id: "m3", value: "45+", description: "Architecture partners engaged" }, ]} title="The Arcadia Standard" description="Quantified commitment to design excellence." @@ -317,21 +163,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How is Arcadia different from planners?", - content: "We operate as an architectural design studio, focusing on spatial composition rather than just planning coordination.", - }, - { - id: "f2", - title: "Do you accept all project types?", - content: "We select projects that allow for deep creative collaboration and architectural intent.", - }, - { - id: "f3", - title: "What is your engagement timeline?", - content: "Due to the depth of our orchestration, we suggest starting conversations at least 12 months in advance.", - }, + { id: "f1", title: "How is Arcadia different from planners?", content: "We operate as an architectural design studio, focusing on spatial composition rather than just planning coordination." }, + { id: "f2", title: "Do you accept all project types?", content: "We select projects that allow for deep creative collaboration and architectural intent." }, + { id: "f3", title: "What is your engagement timeline?", content: "Due to the depth of our orchestration, we suggest starting conversations at least 12 months in advance." }, ]} mediaAnimation="blur-reveal" title="Design Inquiries" @@ -344,9 +178,7 @@ export default function LandingPage() {
-- 2.49.1