4 Commits

Author SHA1 Message Date
a4c28e08f2 Merge version_2 into main
Merge version_2 into main
2026-04-02 18:38:52 +00:00
986986aa7a Update src/app/page.tsx 2026-04-02 18:38:49 +00:00
1b315692ea Merge version_2 into main
Merge version_2 into main
2026-04-02 18:38:23 +00:00
b5fa3753c6 Update src/app/page.tsx 2026-04-02 18:38:20 +00:00

View File

@@ -29,27 +29,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="AnimStudio" brandName="AnimStudio"
button={{ button={{
text: "Start Project", text: "Start Project", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
@@ -60,13 +50,9 @@ export default function LandingPage() {
tag="Motion Excellence" tag="Motion Excellence"
buttons={[ buttons={[
{ {
text: "View Our Work", text: "View Our Work", href: "#services"},
href: "#services",
},
{ {
text: "Get a Quote", text: "Get a Quote", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-sewing-machine_122409-62.jpg" imageSrc="http://img.b2bpic.net/free-photo/close-up-sewing-machine_122409-62.jpg"
imageAlt="Animation Studio Hero" imageAlt="Animation Studio Hero"
@@ -76,7 +62,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
useInvertedBackground={true} useInvertedBackground={true}
tag="About AnimStudio" tag="Our Story"
title="Crafting Art Through Motion" title="Crafting Art Through Motion"
/> />
</div> </div>
@@ -89,23 +75,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "3D Character Rigging", description: "Sophisticated rigging solutions for professional animation projects.", imageSrc: "http://img.b2bpic.net/free-photo/stakeholders-president-company-gather-via-video-link_482257-82326.jpg"},
title: "3D Character Rigging",
description: "Sophisticated rigging solutions for professional animation projects.",
imageSrc: "http://img.b2bpic.net/free-photo/stakeholders-president-company-gather-via-video-link_482257-82326.jpg",
},
{ {
id: "f2", id: "f2", title: "Storyboard Concepting", description: "Turning raw ideas into visual story maps for production.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320745.jpg"},
title: "Storyboard Concepting",
description: "Turning raw ideas into visual story maps for production.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320745.jpg",
},
{ {
id: "f3", id: "f3", title: "Final Motion Renders", description: "Stunning high-fidelity renders optimized for your platform.", imageSrc: "http://img.b2bpic.net/free-photo/spanish-traditional-comb-still-life_23-2150154120.jpg"},
title: "Final Motion Renders",
description: "Stunning high-fidelity renders optimized for your platform.",
imageSrc: "http://img.b2bpic.net/free-photo/spanish-traditional-comb-still-life_23-2150154120.jpg",
},
]} ]}
title="Creative Motion Services" title="Creative Motion Services"
description="End-to-end animation services that bring your vision to life." description="End-to-end animation services that bring your vision to life."
@@ -115,30 +89,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardFifteen
useInvertedBackground={true} useInvertedBackground={true}
testimonial="AnimStudio completely changed the way we communicate our product features. Their attention to motion detail is unmatched in the industry." testimonial="AnimStudio completely changed the way we communicate our product features. Their attention to motion detail is unmatched in the industry. The team's ability to interpret our vision and elevate it exceeded all expectations."
rating={5} rating={5}
author="Marcus V., Lead Producer" author="Marcus V., Lead Producer"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916010.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916010.jpg", alt: "Client 1"},
alt: "Client 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg", src: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg", alt: "Client 2"},
alt: "Client 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/elderly-client-looking-formal-blazers-shopping-mall_482257-93110.jpg", src: "http://img.b2bpic.net/free-photo/elderly-client-looking-formal-blazers-shopping-mall_482257-93110.jpg", alt: "Client 3"},
alt: "Client 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/work-team-digital-art_23-2151492147.jpg", src: "http://img.b2bpic.net/free-photo/work-team-digital-art_23-2151492147.jpg", alt: "Client 4"},
alt: "Client 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg", src: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg", alt: "Client 5"},
alt: "Client 5",
},
]} ]}
ratingAnimation="blur-reveal" ratingAnimation="blur-reveal"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -148,29 +112,26 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Let's Start Animating" title="Partner With Us"
description="Have a project in mind? Reach out and let's bring it to life." description="Ready to start your next animation project? Fill out the form below, and our team will get back to you shortly to discuss your vision and goals."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Full Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Email Address", required: true,
type: "email", },
placeholder: "Your Email", {
required: true, name: "company", type: "text", placeholder: "Company / Brand Name", required: false,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Describe your project requirements...", rows: 5,
placeholder: "Tell us about your project", required: true
rows: 4,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-holding-vinyl-yellow-scene_23-2148184976.jpg" imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-holding-vinyl-yellow-scene_23-2148184976.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttonText="Submit Request"
/> />
</div> </div>
@@ -183,4 +144,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }