From f482721ba1364cce328637d0b703608741c54c8c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 07:29:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 278 ++++++++++------------------------------------- 1 file changed, 56 insertions(+), 222 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4a1a51..1277dfd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,54 +32,35 @@ export default function LandingPage() {
alert('Get a Free Quote clicked!')", + text: "Get a Free Quote", onClick: () => alert('Get a Free Quote clicked!'), }, { - text: "Call Us Now", - href: "tel:+1234567890", - }, + text: "Call Us Now", href: "tel:+1234567890"}, ]} />
@@ -368,62 +227,37 @@ export default function LandingPage() { logoText="TRIP ROOT" columns={[ { - title: "Destinations", - items: [ + title: "Destinations", items: [ { - label: "Europe", - href: "#products", - }, + label: "Europe", href: "#products"}, { - label: "Asia", - href: "#products", - }, + label: "Asia", href: "#products"}, { - label: "Africa", - href: "#products", - }, + label: "Africa", href: "#products"}, { - label: "Americas", - href: "#products", - }, + label: "Americas", href: "#products"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Why Choose Us", - href: "#features", - }, + label: "Why Choose Us", href: "#features"}, { - label: "Our Impact", - href: "#metrics", - }, + label: "Our Impact", href: "#metrics"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}