diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ba2f75..ef5428d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,35 +32,21 @@ export default function LandingPage() { @@ -68,19 +54,14 @@ export default function LandingPage() {
@@ -353,62 +226,37 @@ export default function LandingPage() { logoText="Tinka Teknoloji" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Computer Repair", - href: "#services", - }, + label: "Computer Repair", href: "#services"}, { - label: "Mobile Phone Repair", - href: "#services", - }, + label: "Mobile Phone Repair", href: "#services"}, { - label: "CCTV Installation", - href: "#services", - }, + label: "CCTV Installation", href: "#services"}, { - label: "Diagnostics", - href: "#services", - }, + label: "Diagnostics", href: "#services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Get a Quote", - href: "#contact", - }, + label: "Get a Quote", href: "#contact"}, { - label: "Support", - href: "#contact", - }, + label: "Support", href: "#contact"}, { - label: "Schedule Service", - href: "#contact", - }, + label: "Schedule Service", href: "#contact"}, ], }, ]}