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" />