+
@@ -138,26 +138,26 @@ export default function LandingPage() {
@@ -220,10 +220,10 @@ export default function LandingPage() {
columns={[
{
title: "Product", items: [
- { label: "How It Works", href: "#features" },
- { label: "Browse Restaurants", href: "#product" },
- { label: "Pricing Plans", href: "#pricing" },
- { label: "Download App", href: "#" }
+ { label: "Features", href: "/features" },
+ { label: "Download", href: "/download" },
+ { label: "Pricing", href: "#pricing" },
+ { label: "Help Center", href: "#" }
]
},
{
@@ -236,14 +236,14 @@ export default function LandingPage() {
},
{
title: "Support", items: [
- { label: "Help Center", href: "#" },
- { label: "Contact Us", href: "#contact" },
+ { label: "Documentation", href: "#" },
+ { label: "Community", href: "#" },
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
- copyrightText="© 2025 FoodHub | Delicious meals delivered fast"
+ copyrightText="© 2025 EasyRecipes | AI-Powered Cooking Made Easy"
/>