Update src/app/page.tsx

This commit is contained in:
2026-03-13 12:15:46 +00:00
parent 72b15b14da
commit ced7d6eea7

View File

@@ -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"
/>
</div>
</ThemeProvider>