diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7c10728..6dc2f00 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,37 +32,21 @@ export default function LandingPage() {
@@ -71,38 +55,19 @@ export default function LandingPage() {
@@ -414,66 +241,39 @@ export default function LandingPage() {
logoText="Bas Dent"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Dental Implants",
- href: "#services",
- },
+ label: "Dental Implants", href: "#services"},
{
- label: "Teeth Whitening",
- href: "#services",
- },
+ label: "Teeth Whitening", href: "#services"},
{
- label: "Orthodontics",
- href: "#services",
- },
+ label: "Orthodontics", href: "#services"},
{
- label: "Preventive Care",
- href: "#services",
- },
+ label: "Preventive Care", href: "#services"},
],
},
{
- title: "Clinic",
- items: [
+ title: "Clinic", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Our Team",
- href: "#team",
- },
+ label: "Our Team", href: "#team"},
{
- label: "Testimonials",
- href: "#testimonials",
- },
+ label: "Testimonials", href: "#testimonials"},
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "Book Now",
- href: "#contact",
- },
+ label: "Book Now", href: "#contact"},
{
- label: "Location",
- href: "#contact",
- },
+ label: "Location", href: "#contact"},
{
- label: "Call Us",
- href: "tel:+77011234567",
- },
+ label: "Call Us", href: "tel:+77011234567"},
{
- label: "Email",
- href: "mailto:info@basdent.kz",
- },
+ label: "Email", href: "mailto:info@basdent.kz"},
],
},
]}