diff --git a/src/app/page.tsx b/src/app/page.tsx
index 91afe8b..ba326cb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,13 +28,13 @@ export default function LandingPage() {
@@ -46,8 +46,8 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Welcome to Alla"
buttons={[
- { text: "Explore Our Menu", href: "#menu" },
- { text: "Find Us", href: "#contact" },
+ { text: "Explore Our Menu", href: "product" },
+ { text: "Find Us", href: "contact" },
]}
mediaItems={[
{
@@ -58,7 +58,6 @@ export default function LandingPage() {
mediaAnimation="slide-up"
rating={5}
ratingText="Loved by Our Community"
- useInvertedBackground={false}
/>
@@ -69,7 +68,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg"
imageAlt="Exterior of Alla Coffeeshop"
buttons={[{ text: "Learn Our Story", href: "#about" }]}
- useInvertedBackground={false}
/>
@@ -90,7 +88,6 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
gridVariant="four-items-2x2-equal-grid"
- useInvertedBackground={false}
/>
@@ -112,7 +109,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/woman-grinding-coffee-coffee-machine_1303-31284.jpg"
imageAlt="Roasted coffee beans"
mediaAnimation="slide-up"
- useInvertedBackground={true}
mediaPosition="right"
/>
@@ -142,7 +138,6 @@ export default function LandingPage() {
title="What Our Guests Say"
description="Hear from our cherished customers who make Alla their favorite coffee destination."
textboxLayout="default"
- useInvertedBackground={false}
/>
@@ -164,7 +159,6 @@ export default function LandingPage() {
description="Experience the Alla difference, quantified by quality and customer happiness."
textboxLayout="default"
animationType="blur-reveal"
- useInvertedBackground={true}
/>
@@ -177,7 +171,6 @@ export default function LandingPage() {
{ text: "Call Us", href: "tel:+1234567890" },
]}
background={{ variant: "plain" }}
- useInvertedBackground={false}
/>