Update src/app/page.tsx
This commit is contained in:
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Start a Project", href: "#contact"
|
||||
text: "Contact", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user