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() {