Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-09 04:00:19 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Work",
id: "#work",
},
{
name: "Services",
id: "#services",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Work", id: "#work" },
{ name: "Services", id: "#services" },
{ name: "Contact", id: "#contact" },
]}
brandName="NEXOWOKS"
/>
@@ -57,14 +45,8 @@ export default function LandingPage() {
logoText="NEXOWOKS"
description="Crafting world-class 3D experiences. We turn imagination into high-performance visual reality with 4k precision animation."
buttons={[
{
text: "View Projects",
href: "#work",
},
{
text: "Contact Us",
href: "#contact",
},
{ text: "View Projects", href: "#work" },
{ text: "Contact Us", href: "#contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-digital-background-with-flowing-cyber-dots_1048-12641.jpg"
@@ -77,10 +59,7 @@ export default function LandingPage() {
tag="Our Philosophy"
title="Defining the Future of 3D Visuals"
buttons={[
{
text: "Learn Our Story",
href: "#",
},
{ text: "Learn Our Story", href: "#" },
]}
/>
</div>
@@ -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() {
<SocialProofOne
textboxLayout="split"
useInvertedBackground={false}
names={[
"Nexus",
"Gravity",
"Flux",
"Core",
"Zenith",
"Prime",
"Velocity",
]}
names={["Nexus", "Gravity", "Flux", "Core", "Zenith", "Prime", "Velocity"]}
title="Trusted Partners"
description="Collaborating with visionaries across the globe."
showCard={false}
@@ -226,44 +125,15 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Elena Vance",
handle: "@elena",
testimonial: "Nexowoks' 3D work is unparalleled. The 4k animations completely changed how our users perceive our brand.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg",
},
{
id: "t2",
name: "Marcus Thorne",
handle: "@mthorne",
testimonial: "Incredible communication and vision. Their character modeling is the best I've encountered in the industry.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tablet_23-2149442310.jpg",
},
{
id: "t3",
name: "Sarah Jenkins",
handle: "@sjenks",
testimonial: "They turned our complex architectural ideas into breathtaking immersive renders. Stunning quality.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
},
{
id: "t4",
name: "David Wu",
handle: "@dwu",
testimonial: "Fast turnaround, competitive pricing, and industry-leading creative output. Truly excellent experience.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-5081.jpg",
},
{
id: "t5",
name: "Anna Petrova",
handle: "@apetrova",
testimonial: "The motion graphics added that 'wow' factor we were missing for years. Nexowoks are legends.",
imageSrc: "http://img.b2bpic.net/free-photo/smart-pensive-redhead-hipster-with-full-beard-glasses-dressed-casual-clothes-poses-with-hand-chin-studio-isolated-dark-background_613910-20091.jpg",
},
{ id: "t1", name: "Elena Vance", handle: "@elena", testimonial: "Nexowoks' 3D work is unparalleled. The 4k animations completely changed how our users perceive our brand.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452672.jpg" },
{ id: "t2", name: "Marcus Thorne", handle: "@mthorne", testimonial: "Incredible communication and vision. Their character modeling is the best I've encountered in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tablet_23-2149442310.jpg" },
{ id: "t3", name: "Sarah Jenkins", handle: "@sjenks", testimonial: "They turned our complex architectural ideas into breathtaking immersive renders. Stunning quality.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
{ id: "t4", name: "David Wu", handle: "@dwu", testimonial: "Fast turnaround, competitive pricing, and industry-leading creative output. Truly excellent experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-5081.jpg" },
{ id: "t5", name: "Anna Petrova", handle: "@apetrova", testimonial: "The motion graphics added that 'wow' factor we were missing for years. Nexowoks are legends.", imageSrc: "http://img.b2bpic.net/free-photo/smart-pensive-redhead-hipster-with-full-beard-glasses-dressed-casual-clothes-poses-with-hand-chin-studio-isolated-dark-background_613910-20091.jpg" },
]}
title="What Clients Say"
description="Real feedback from the brands we've helped elevate."
@@ -272,13 +142,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "cell-wave",
}}
tag="Let's Collaborate"
title="Start Your 3D Project"
description="Ready to bring your next big idea to life with 4k animations? Reach out today for a consultation."
useInvertedBackground={false}
background={{ variant: "cell-wave" }}
imageSrc="http://img.b2bpic.net/free-photo/3d-neon-lights-background_23-2150710761.jpg"
mediaAnimation="slide-up"
/>
@@ -288,45 +156,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="NEXOWOKS"
columns={[
{
title: "Studio",
items: [
{
label: "About",
href: "#about",
},
{
label: "Portfolio",
href: "#work",
},
],
},
{
title: "Services",
items: [
{
label: "3D Animation",
href: "#services",
},
{
label: "Consulting",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ title: "Studio", items: [{ label: "About", href: "#about" }, { label: "Portfolio", href: "#work" }] },
{ title: "Services", items: [{ label: "3D Animation", href: "#services" }, { label: "Consulting", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
/>
</div>