Merge version_4 into main #7
@@ -43,10 +43,10 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now", href: "/contact"}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
brandName="Yummy Treat Cafe"
|
||||
/>
|
||||
</div>
|
||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation", href: "/contact"},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ew72tQ0YGAQem6xgdTcYkfYePC/uploaded-1781078046428-fal3d8w8.jpg"
|
||||
@@ -75,10 +75,7 @@ export default function LandingPage() {
|
||||
{
|
||||
type: "text", content: "Our Story: Passion for Flavor, Love for Community"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More"},
|
||||
]}
|
||||
buttons={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -218,7 +215,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Delivery", href: "#features"},
|
||||
{
|
||||
label: "Reservations", href: "/contact"},
|
||||
label: "Reservations", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -226,7 +223,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us", href: "/contact"},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user