Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-28 04:13:13 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardSeven
animationType="scale-rotate"
textboxLayout="default"
metrics={[
{ id: "1", value: "500+", title: "Daily Diners", items: ["Happy guests", "Great service"] },
{ id: "2", value: "20+", title: "Years Experience", items: ["Award-winning", "Tradition"] }
]}
title="Excellence in Numbers"
description="Our journey through the years."
useInvertedBackground={true}
/>
</div>
@@ -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}
/>
</div>
@@ -131,6 +138,7 @@ export default function LandingPage() {
]}
sideTitle="Your Questions"
faqsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -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}
/>
</div>