diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d72fd1..c21fe68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -200,27 +83,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - tag: "01", - title: "Spatial Narrative", - subtitle: "Storytelling", - description: "Defining the emotional essence of a space through precise light and composition.", - imageSrc: "http://img.b2bpic.net/free-photo/astral-wallpapers-composition-with-rocks_23-2149687876.jpg", - }, - { - tag: "02", - title: "Atmospheric Design", - subtitle: "Visuals", - description: "Creating deep, textured visual worlds that push the boundaries of reality.", - imageSrc: "http://img.b2bpic.net/free-photo/designer-table_1098-16482.jpg", - }, - { - tag: "03", - title: "Cinematic Motion", - subtitle: "Motion", - description: "Dynamic storytelling sequences for high-stakes architectural branding.", - imageSrc: "http://img.b2bpic.net/free-photo/ferrofluid-magnet-wooden-background_23-2148253585.jpg", - }, + { tag: "01", title: "Spatial Narrative", subtitle: "Storytelling", description: "Defining the emotional essence of a space through precise light and composition.", imageSrc: "http://img.b2bpic.net/free-photo/astral-wallpapers-composition-with-rocks_23-2149687876.jpg" }, + { tag: "02", title: "Atmospheric Design", subtitle: "Visuals", description: "Creating deep, textured visual worlds that push the boundaries of reality.", imageSrc: "http://img.b2bpic.net/free-photo/designer-table_1098-16482.jpg" }, + { tag: "03", title: "Cinematic Motion", subtitle: "Motion", description: "Dynamic storytelling sequences for high-stakes architectural branding.", imageSrc: "http://img.b2bpic.net/free-photo/ferrofluid-magnet-wooden-background_23-2148253585.jpg" }, ]} title="Services" description="Our practice blends high-end architectural rendering with cinematic editorial direction." @@ -232,49 +97,14 @@ export default function LandingPage() { textboxLayout="split" gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} + animationType="blur-reveal" products={[ - { - id: "p1", - name: "The Obsidian Villa", - price: "Visualization", - variant: "Atmospheric", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-architect-background-blue-skye_53876-123078.jpg", - }, - { - id: "p2", - name: "Luminous Study", - price: "Visualization", - variant: "Cinematic", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199291.jpg", - }, - { - id: "p3", - name: "Abstract Volume", - price: "Spatial Art", - variant: "Experimental", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896914.jpg", - }, - { - id: "p4", - name: "Minimalist Void", - price: "Visualization", - variant: "Cinematic", - imageSrc: "http://img.b2bpic.net/free-photo/greyscale-low-angle-shot-building-with-cool-design_181624-23269.jpg", - }, - { - id: "p5", - name: "Light Design Study", - price: "Concept", - variant: "Atmospheric", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-pumpkins-mirror-table_23-2149446038.jpg", - }, - { - id: "p6", - name: "Grand Stairwell", - price: "Architectural", - variant: "Cinematic", - imageSrc: "http://img.b2bpic.net/free-photo/creative-background-with-curtain-shadow-from-window_23-2149657467.jpg", - }, + { id: "p1", name: "The Obsidian Villa", price: "Visualization", variant: "Atmospheric", imageSrc: "http://img.b2bpic.net/free-photo/minimal-architect-background-blue-skye_53876-123078.jpg" }, + { id: "p2", name: "Luminous Study", price: "Visualization", variant: "Cinematic", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199291.jpg" }, + { id: "p3", name: "Abstract Volume", price: "Spatial Art", variant: "Experimental", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896914.jpg" }, + { id: "p4", name: "Minimalist Void", price: "Visualization", variant: "Cinematic", imageSrc: "http://img.b2bpic.net/free-photo/greyscale-low-angle-shot-building-with-cool-design_181624-23269.jpg" }, + { id: "p5", name: "Light Design Study", price: "Concept", variant: "Atmospheric", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-pumpkins-mirror-table_23-2149446038.jpg" }, + { id: "p6", name: "Grand Stairwell", price: "Architectural", variant: "Cinematic", imageSrc: "http://img.b2bpic.net/free-photo/creative-background-with-curtain-shadow-from-window_23-2149657467.jpg" }, ]} title="Featured Works" description="A curated selection of our most immersive architectural compositions." @@ -288,30 +118,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "01", - title: "Mood Immersion", - description: "Defining the atmospheric core.", - icon: Star, - }, - { - id: "m2", - value: "02", - title: "Spatial Framing", - description: "Developing cinematic perspective.", - icon: Camera, - }, - { - id: "m3", - value: "03", - title: "Light Crafting", - description: "Emotional light interpretation.", - icon: Sun, - }, + { id: "m1", value: "01", title: "Mood Immersion", description: "Defining the atmospheric core.", icon: Star }, + { id: "m2", value: "02", title: "Spatial Framing", description: "Developing cinematic perspective.", icon: Camera }, + { id: "m3", value: "03", title: "Light Crafting", description: "Emotional light interpretation.", icon: Sun }, ]} title="Our Process" - description="Slow, methodical, and deeply considered. From conceptual mood-boarding to final high-fidelity cinematic render." + description="Slow, methodical, and deeply considered." /> @@ -319,42 +131,13 @@ export default function LandingPage() {