From b5fa3753c62633e07e1c31bc4f2cb7f0f82d86c9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 18:38:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 96 +++++++++++++++--------------------------------- 1 file changed, 29 insertions(+), 67 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13fc9ba..dadf4bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,27 +29,17 @@ export default function LandingPage() { @@ -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() {
@@ -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() {
@@ -183,4 +145,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1