Update src/app/page.tsx
This commit is contained in:
@@ -32,8 +32,6 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
@@ -43,7 +41,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="The Flavorful Cafe"
|
||||
button={{
|
||||
text: "Order Now", href: "#menu"}}
|
||||
text: "Order Now", href: "#hero"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,9 +53,9 @@ export default function LandingPage() {
|
||||
description="Experience exquisite Pakistani and local cuisine, crafted with passion and traditional recipes. Order your favorites for pickup or delivery!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Menu", href: "#menu"},
|
||||
text: "Explore Our Menu", href: "#hero"},
|
||||
{
|
||||
text: "Order Online", href: "#menu"},
|
||||
text: "Order Online", href: "#hero"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
@@ -209,8 +207,6 @@ export default function LandingPage() {
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
@@ -223,8 +219,6 @@ export default function LandingPage() {
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Order Online", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user