Update src/app/page.tsx

This commit is contained in:
2026-04-02 18:38:20 +00:00
parent 05d5a32212
commit b5fa3753c6

View File

@@ -29,27 +29,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="AnimStudio"
button={{
text: "Start Project",
href: "#contact",
}}
text: "Start Project", href: "#contact"}}
/>
</div>
@@ -60,13 +50,9 @@ export default function LandingPage() {
tag="Motion Excellence"
buttons={[
{
text: "View Our Work",
href: "#services",
},
text: "View Our Work", href: "#services"},
{
text: "Get a Quote",
href: "#contact",
},
text: "Get a Quote", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-sewing-machine_122409-62.jpg"
imageAlt="Animation Studio Hero"
@@ -76,8 +62,9 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
tag="About AnimStudio"
tag="Our Story"
title="Crafting Art Through Motion"
description="We are a team of passionate animators and designers dedicated to bringing brands to life. With over a decade of experience in motion design, character rigging, and 3D rendering, we help companies tell their unique stories with visual flair and technical precision."
/>
</div>
@@ -89,23 +76,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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="Creative Motion Services"
description="End-to-end animation services that bring your vision to life."
@@ -115,30 +90,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
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}
author="Marcus V., Lead Producer"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916010.jpg",
alt: "Client 1",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916010.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg",
alt: "Client 2",
},
src: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/elderly-client-looking-formal-blazers-shopping-mall_482257-93110.jpg",
alt: "Client 3",
},
src: "http://img.b2bpic.net/free-photo/elderly-client-looking-formal-blazers-shopping-mall_482257-93110.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/work-team-digital-art_23-2151492147.jpg",
alt: "Client 4",
},
src: "http://img.b2bpic.net/free-photo/work-team-digital-art_23-2151492147.jpg", 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",
alt: "Client 5",
},
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"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -148,29 +113,26 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Let's Start Animating"
description="Have a project in mind? Reach out and let's bring it to life."
title="Partner With Us"
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={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
name: "company", type: "text", placeholder: "Company / Brand Name", required: false,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about your project",
rows: 4,
name: "message", placeholder: "Describe your project requirements...", rows: 5,
required: true
}}
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-holding-vinyl-yellow-scene_23-2148184976.jpg"
mediaAnimation="slide-up"
buttonText="Submit Request"
/>
</div>
@@ -183,4 +145,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}