diff --git a/src/app/page.tsx b/src/app/page.tsx index 995026a..403cd4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,6 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Mas58rest" - logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CyDzY1NkDwW2D1SWvqXyBwfn4z/uploaded-1777349545371-znj5lika.jpg" /> @@ -84,6 +83,7 @@ export default function LandingPage() { { id: "2", title: "Handcrafted Beverages", content: "A perfect selection of wines, spirits, and artisanal cocktails." } ]} imageSrc="http://img.b2bpic.net/free-photo/fresh-salad-with-tomatoes-radishes-greens-served-with-bread_141793-714.jpg" + videoSrc="https://www.w3schools.com/html/mov_bbb.mp4" /> @@ -98,17 +98,22 @@ export default function LandingPage() { { id: "3", name: "Chocolate Sphere", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/elegant-gourmet-dessert-with-flowers-white-plate_23-2151973732.jpg" } ]} title="Our Featured Dishes" + description="Exquisite plates designed to elevate your palate." + useInvertedBackground={false} />
@@ -119,7 +124,9 @@ export default function LandingPage() { { id: "2", title: "Amazing", quote: "A must-visit spot.", name: "Marcus R.", role: "Local" } ]} title="Guest Stories" + description="Hear from our valued diners." textboxLayout="default" + useInvertedBackground={false} /> @@ -131,6 +138,7 @@ export default function LandingPage() { ]} sideTitle="Your Questions" faqsAnimation="slide-up" + useInvertedBackground={true} /> @@ -140,6 +148,8 @@ export default function LandingPage() { description="Book your culinary journey today." tag="Contact Us" imageSrc="http://img.b2bpic.net/free-photo/rural-patio-with-furniture-vegetation_23-2150698418.jpg" + background={{ variant: "gradient-bars" }} + useInvertedBackground={false} />