From 137a87744e86cc07109b9eb4b806f86b6bbee763 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 16:37:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a15549..b0854a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,12 +75,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: "s1", title: "Branding Design", descriptions: ["Crafting timeless identities that define market leaders."], imageSrc: "http://img.b2bpic.net/free-photo/artistic-concept-musician-hugging-classical-guitar_23-2148465343.jpg", imageAlt: "Artistic concept of musician hugging the classical guitar" }, - { id: "s2", title: "Web Development", descriptions: ["High-performance, cinematic web experiences built for impact."], imageSrc: "http://img.b2bpic.net/free-photo/seductive-blonde-woman-looks-her-bronze-shoulders-while-she_8353-403.jpg?_wi=2", imageAlt: "Artistic concept of musician hugging the classical guitar" }, - { id: "s3", title: "Motion Design", descriptions: ["Fluid motion systems that bring digital products to life."], imageSrc: "http://img.b2bpic.net/free-photo/black-wallpaper-pattern-circle-white_1258-281.jpg?_wi=2", imageAlt: "Artistic concept of musician hugging the classical guitar" }, - { id: "s4", title: "AI Automation", descriptions: ["Integrating advanced AI to streamline complex workflows."], imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-loft-with-cozy-corner-trendy-furniture_482257-125665.jpg", imageAlt: "Artistic concept of musician hugging the classical guitar" }, - { id: "s5", title: "Video Editing", descriptions: ["Story-driven production for digital-first audiences."], imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg?_wi=1", imageAlt: "Artistic concept of musician hugging the classical guitar" }, - { id: "s6", title: "Marketing Strategy", descriptions: ["Growth-focused campaigns that deliver measurable value."], imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-research-analysis-computer-screen-plan-financial-statistics-with-charts-graphs-data-male-employee-working-with-diagram-report-find-sales-profit-e-commerce_482257-40940.jpg?_wi=1", imageAlt: "Artistic concept of musician hugging the classical guitar" }, + { id: "s1", title: "Branding Design", descriptions: ["Market-leading identities that command attention."], imageSrc: "http://img.b2bpic.net/free-photo/artistic-concept-musician-hugging-classical-guitar_23-2148465343.jpg", imageAlt: "Artistic concept of musician hugging the classical guitar" }, + { id: "s2", title: "Web Development", descriptions: ["Conversion-optimized, high-speed cinematic platforms."], imageSrc: "http://img.b2bpic.net/free-photo/seductive-blonde-woman-looks-her-bronze-shoulders-while-she_8353-403.jpg?_wi=2", imageAlt: "Artistic concept of musician hugging the classical guitar" }, + { id: "s3", title: "Motion Design", descriptions: ["Engaging motion systems that maximize user dwell time."], imageSrc: "http://img.b2bpic.net/free-photo/black-wallpaper-pattern-circle-white_1258-281.jpg?_wi=2", imageAlt: "Artistic concept of musician hugging the classical guitar" }, + { id: "s4", title: "AI Automation", descriptions: ["Reduced operational costs through automated workflows."], imageSrc: "http://img.b2bpic.net/free-photo/modern-apartment-loft-with-cozy-corner-trendy-furniture_482257-125665.jpg", imageAlt: "Artistic concept of musician hugging the classical guitar" }, + { id: "s5", title: "Video Editing", descriptions: ["Retention-focused content driving audience engagement."], imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg?_wi=1", imageAlt: "Artistic concept of musician hugging the classical guitar" }, + { id: "s6", title: "Marketing Strategy", descriptions: ["Data-backed campaigns ensuring measurable ROI."], imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-research-analysis-computer-screen-plan-financial-statistics-with-charts-graphs-data-male-employee-working-with-diagram-report-find-sales-profit-e-commerce_482257-40940.jpg?_wi=1", imageAlt: "Artistic concept of musician hugging the classical guitar" }, ]} title="Core Services" description="Engineering excellence meets artistic direction." @@ -152,7 +152,7 @@ export default function LandingPage() { title="Let’s Create Something Timeless." description="Join our journey into the next digital frontier." buttons={[ - { text: "Get a Proposal", href: "#" }, + { text: "Start a Project", href: "#" }, { text: "View Work", href: "#work" }, ]} /> @@ -170,4 +170,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1