From ced7d6eea7b6c179cc6362f5c49470de0f344b88 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 12:15:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9f1faa..26b8690 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,14 +25,14 @@ export default function HomePage() { const footerColumns = [ { title: "Company", items: [ - { label: "About Us", href: "/about" }, - { label: "Products", href: "/products" }, + { label: "About Us", href: "#about" }, + { label: "Products", href: "#products" }, { label: "Quality Standards", href: "#" }, ], }, { title: "Support", items: [ - { label: "Contact Us", href: "/contact" }, + { label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Order Status", href: "#" }, ], @@ -264,6 +264,8 @@ export default function HomePage() { columns={footerColumns} bottomLeftText="© 2024 Flavor Food. All rights reserved." bottomRightText="Premium B2B Ingredients Supplier • Dubai, UAE" + className="mt-20" + containerClassName="border-t border-foreground/10" />