From 5ecd4f681d8d4b2122cf41a44ebc67d034b9f3b1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 13:44:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 52 ++++++++++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 612e913..14d5a53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,14 +17,14 @@ import { Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -33,17 +33,17 @@ export default function LandingPage() { @@ -63,9 +63,9 @@ export default function LandingPage() { description="AI-powered products, automation systems, and next-generation websites built to accelerate growth." buttons={[ { - text: "Start Your Transformation", href: "#contact"}, + text: "Start Your Transformation", href: "/contact"}, { - text: "View Our Solutions", href: "#services"}, + text: "View Our Solutions", href: "/#services"}, ]} mediaItems={[ { @@ -129,7 +129,7 @@ export default function LandingPage() { id: "leviaz-plan", badge: "Future-Proof", badgeIcon: Sparkles, price: "Unmatched Value", name: "LEVIAZ", buttons: [ { - text: "Discover LEVIAZ", href: "#"}, + text: "Discover LEVIAZ", href: "/"}, ], features: [ "✓ AI-first Approach", "✓ Faster Delivery", "✓ Automation Included", "✓ Scalable Architecture", "✓ Premium UX"], @@ -137,7 +137,7 @@ export default function LandingPage() { { id: "others-plan", badge: "Legacy Systems", price: "High Overhead", name: "Traditional Agencies", buttons: [ { - text: "Compare", href: "#"}, + text: "Compare", href: "/"}, ], features: [ "✗ Slow Processes", "✗ Manual Workflows", "✗ Generic Websites", "✗ Limited Innovation", "✗ Standard UX"], @@ -227,7 +227,7 @@ export default function LandingPage() { text="Ready to Build the Future? Partner with LEVIAZ and transform your business through intelligent technology." buttons={[ { - text: "Book a Free Strategy Call", href: "#"}, + text: "Book a Free Strategy Call", href: "/contact"}, ]} /> @@ -238,39 +238,35 @@ export default function LandingPage() { { title: "Company", items: [ { - label: "Home", href: "#"}, - { - label: "About Us", href: "#about"}, - { - label: "Our Vision", href: "#vision"}, + label: "Home", href: "/"}, ], }, { title: "Solutions", items: [ { - label: "AI Products", href: "#services"}, + label: "AI Products", href: "/#services"}, { - label: "Automation", href: "#services"}, + label: "Automation", href: "/#services"}, { - label: "SaaS Development", href: "#services"}, + label: "SaaS Development", href: "/#services"}, { - label: "Websites", href: "#services"}, + label: "Websites", href: "/#services"}, ], }, { title: "Resources", items: [ { - label: "Showcase", href: "#showcase"}, + label: "Showcase", href: "/#showcase"}, { - label: "Process", href: "#process"}, + label: "Process", href: "/#process"}, { - label: "Testimonials", href: "#testimonials"}, + label: "Testimonials", href: "/#testimonials"}, ], }, { title: "Connect", items: [ { - label: "Contact Us", href: "#contact"}, + label: "Contact Us", href: "/contact"}, { label: "LinkedIn", href: "https://linkedin.com/leviaz"}, {