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