diff --git a/src/app/page.tsx b/src/app/page.tsx index 9463adc..d11cd5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,8 +36,6 @@ export default function LandingPage() { name: "Home", id: "hero"}, { name: "Services", id: "features"}, - { - name: "Vendors", id: "products"}, { name: "Reviews", id: "testimonials"}, { @@ -52,8 +50,6 @@ export default function LandingPage() { title="Your Trusted Marketplace for Quality Local Services" description="Connecting you with verified professional companies for home, health, and more in the US and UK. Seamless booking, real reviews, and guaranteed satisfaction." buttons={[ - { - text: "Browse Vendors", href: "#products"}, { text: "Sign In", href: "/signin"}, ]} @@ -130,31 +126,6 @@ export default function LandingPage() { /> -
- -
-
); -} \ No newline at end of file +}