Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user