Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-05-12 16:37:25 +00:00

View File

@@ -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="Lets 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() {
</ReactLenis>
</ThemeProvider>
);
}
}