From d6bbaf58f211225333135844916b072c562b6e03 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 04:00:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 230 +++++++---------------------------------------- 1 file changed, 31 insertions(+), 199 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51b1cd3..63665a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -92,42 +71,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "w1", - name: "Cyber Character", - price: "4K Render", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-online-avatar-design_23-2149699881.jpg", - }, - { - id: "w2", - name: "Motion Wave", - price: "Animation", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-acrylic-shape-black-background_23-2148469394.jpg", - }, - { - id: "w3", - name: "Tech Gadget", - price: "Modeling", - imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349250.jpg", - }, - { - id: "w4", - name: "Architecture", - price: "Visualization", - imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695965.jpg", - }, - { - id: "w5", - name: "Particle Burst", - price: "VFX", - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-cyber-particles-background-design_1048-16913.jpg", - }, - { - id: "w6", - name: "Concept Art", - price: "Stylized", - imageSrc: "http://img.b2bpic.net/free-photo/collection-many-small-silver-christmas-baubles_23-2147968554.jpg", - }, + { id: "w1", name: "Cyber Character", price: "4K Render", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-online-avatar-design_23-2149699881.jpg" }, + { id: "w2", name: "Motion Wave", price: "Animation", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-acrylic-shape-black-background_23-2148469394.jpg" }, + { id: "w3", name: "Tech Gadget", price: "Modeling", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349250.jpg" }, + { id: "w4", name: "Architecture", price: "Visualization", imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-entryway_23-2150695965.jpg" }, + { id: "w5", name: "Particle Burst", price: "VFX", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-cyber-particles-background-design_1048-16913.jpg" }, + { id: "w6", name: "Concept Art", price: "Stylized", imageSrc: "http://img.b2bpic.net/free-photo/collection-many-small-silver-christmas-baubles_23-2147968554.jpg" }, ]} title="Selected 3D Works" description="A collection of our finest 4k motion graphics, character designs, and architectural renderings." @@ -139,24 +88,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Motion Graphics", - description: "High-fidelity 4k motion assets designed for maximum viewer engagement.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-composition-glass-spheres-yellow-green_23-2151972815.jpg", - imageAlt: "Motion", - }, - { - title: "Character Design", - description: "Rigged, textured, and expressive 3D models for games and film.", - imageSrc: "http://img.b2bpic.net/free-photo/creative-company-professional-digital-engineer-modeling-3d-mesh-while-improving-geometry-asset-creator-optimising-polygon-count-while-using-cad-create-advanced-virtual-sketch_482257-42940.jpg", - imageAlt: "Character", - }, - { - title: "Architectural Viz", - description: "Immersive environments built with physical accuracy and global illumination.", - imageSrc: "http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037577.jpg", - imageAlt: "Arch", - }, + { title: "Motion Graphics", description: "High-fidelity 4k motion assets designed for maximum viewer engagement.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-composition-glass-spheres-yellow-green_23-2151972815.jpg", imageAlt: "Motion" }, + { title: "Character Design", description: "Rigged, textured, and expressive 3D models for games and film.", imageSrc: "http://img.b2bpic.net/free-photo/creative-company-professional-digital-engineer-modeling-3d-mesh-while-improving-geometry-asset-creator-optimising-polygon-count-while-using-cad-create-advanced-virtual-sketch_482257-42940.jpg", imageAlt: "Character" }, + { title: "Architectural Viz", description: "Immersive environments built with physical accuracy and global illumination.", imageSrc: "http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037577.jpg", imageAlt: "Arch" }, ]} title="Our Core Specializations" description="Nexowoks delivers industry-leading 3D solutions for modern brands." @@ -169,36 +103,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "150+", - title: "Projects Completed", - items: [ - "Commercials", - "Films", - "Websites", - ], - }, - { - id: "m2", - value: "20K+", - title: "Rendered Frames", - items: [ - "4K Quality", - "60FPS", - "Global Lighting", - ], - }, - { - id: "m3", - value: "45+", - title: "Happy Global Clients", - items: [ - "Fortune 500", - "Startups", - "Agencies", - ], - }, + { id: "m1", value: "150+", title: "Projects Completed", items: ["Commercials", "Films", "Websites"] }, + { id: "m2", value: "20K+", title: "Rendered Frames", items: ["4K Quality", "60FPS", "Global Lighting"] }, + { id: "m3", value: "45+", title: "Happy Global Clients", items: ["Fortune 500", "Startups", "Agencies"] }, ]} title="Our Impact" description="Numbers behind the creative excellence." @@ -209,15 +116,7 @@ export default function LandingPage() { @@ -288,45 +156,9 @@ export default function LandingPage() { -- 2.49.1