From 1ef17e36e3bf86ac4e634c5cbea971612b37b249 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:29:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c56d231..1a83597 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Start a Project", href: "#contact" + text: "Contact", href: "#contact" }} /> @@ -54,8 +54,7 @@ export default function LandingPage() { tag="Automation Expert" tagAnimation="slide-up" buttons={[ - { text: "View My Work", href: "#projects" }, - { text: "Start a Project", href: "#contact" } + { text: "View My Work", href: "#projects" } ]} buttonAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndPFbpHqBEtlv0fG4wek8eWPV/a-sleek-ai-automation-dashboard-interfac-1773232935194-8f25812e.png?_wi=1" @@ -71,9 +70,6 @@ export default function LandingPage() { tagAnimation="slide-up" title="I design and build intelligent systems that automate business operations, streamline workflows, and transform ideas into scalable digital products. My focus: build systems that work smarter than people." useInvertedBackground={false} - buttons={[ - { text: "Explore My Work", href: "#projects" } - ]} buttonAnimation="slide-up" /> @@ -88,33 +84,21 @@ export default function LandingPage() { { id: "ai-automation", label: "AI Automation", title: "AI Automation Systems", items: [ "Custom AI workflows for business processes", "Intelligent lead qualification and routing", "Automated customer support systems", "Smart business intelligence dashboards" - ], - buttons: [ - { text: "Learn More", href: "#contact" } ] }, { id: "web-development", label: "Web Solutions", title: "High-Performance Websites", items: [ "Modern conversion-focused design", "Lightning-fast performance optimization", "Scalable architecture for growth", "Mobile-first responsive development" - ], - buttons: [ - { text: "View Portfolio", href: "#contact" } ] }, { id: "workflows", label: "Workflows", title: "Automation Workflows", items: [ "Lead pipeline automation systems", "CRM integration and optimization", "Automated follow-up sequences", "Business process automation" - ], - buttons: [ - { text: "Explore", href: "#contact" } ] }, { id: "integrations", label: "Integration", title: "AI Tools & Integrations", items: [ "Custom API integrations", "AI model implementation", "Software ecosystem connectivity", "Advanced automation tooling" - ], - buttons: [ - { text: "Get Started", href: "#contact" } ] } ]} @@ -199,4 +183,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file