1 Commits

Author SHA1 Message Date
ede6248f44 Update src/app/page.tsx 2026-04-28 04:10:20 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Menu", id: "features"},
id: "features",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Mas58rest" brandName="Mas58rest"
/> />
@@ -55,113 +47,66 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Exquisite Dining at Mas58rest" title="Exquisite Dining at Mas58rest"
description="Where tradition meets modern culinary artistry to create an unforgettable dining experience for every guest." description="Where tradition meets modern culinary artistry to create an unforgettable dining experience for every guest."
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561244.jpg", imageSrc: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561244.jpg", imageAlt: "Luxurious table setting"},
imageAlt: "Luxurious table setting",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/artistic-food-presentation_23-2151942426.jpg", imageSrc: "http://img.b2bpic.net/free-photo/artistic-food-presentation_23-2151942426.jpg", imageAlt: "Culinary art in progress"},
imageAlt: "Culinary art in progress",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-cabbage-salad-inside-plate-dark-background_140725-136880.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-cabbage-salad-inside-plate-dark-background_140725-136880.jpg", imageAlt: "Luxurious table setting"},
imageAlt: "Luxurious table setting",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/wide-closeup-shot-person-pouring-ketchup-cooked-meal-white-plate_181624-2012.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wide-closeup-shot-person-pouring-ketchup-cooked-meal-white-plate_181624-2012.jpg", imageAlt: "Culinary art in progress"},
imageAlt: "Culinary art in progress",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-2377.jpg", imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-2377.jpg", imageAlt: "Luxurious table setting"},
imageAlt: "Luxurious table setting",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728005.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728005.jpg", imageAlt: "Culinary art in progress"},
imageAlt: "Culinary art in progress",
},
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", imageAlt: "Culinary art in progress"},
imageAlt: "Culinary art in progress",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-potato-pies-with-pumpkin-grey-background-bake-oven-color-dish-pie-cake_140725-121705.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-potato-pies-with-pumpkin-grey-background-bake-oven-color-dish-pie-cake_140725-121705.jpg", imageAlt: "Luxurious table setting"},
imageAlt: "Luxurious table setting",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass-table-setting_74190-4678.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass-table-setting_74190-4678.jpg", imageAlt: "Culinary art in progress"},
imageAlt: "Culinary art in progress",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949019.jpg", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949019.jpg", imageAlt: "Luxurious table setting"},
imageAlt: "Luxurious table setting",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg", imageAlt: "Culinary art in progress"},
imageAlt: "Culinary art in progress",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "Luxurious table setting"},
imageAlt: "Luxurious table setting",
},
]} ]}
tag="Since 2024" tag="Since 2024"
buttons={[ buttons={[
{ {
text: "Book a Table", text: "Book a Table", href: "#contact"},
href: "#contact",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", src: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", alt: "Happy couple on a lovely date"},
alt: "Happy couple on a lovely date",
},
{ {
src: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018818.jpg", src: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018818.jpg", alt: "Couple having dinner at a restaurant"},
alt: "Couple having dinner at a restaurant",
},
{ {
src: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg", src: "http://img.b2bpic.net/free-photo/positive-young-women-smiling-dinner-party_23-2148454161.jpg", alt: "Positive young women smiling at dinner party"},
alt: "Positive young women smiling at dinner party",
},
{ {
src: "http://img.b2bpic.net/free-photo/group-adult-friends-having-dinner-together_23-2148454168.jpg", src: "http://img.b2bpic.net/free-photo/group-adult-friends-having-dinner-together_23-2148454168.jpg", alt: "Group of adult friends having dinner together"},
alt: "Group of adult friends having dinner together",
},
{ {
src: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg", src: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg", alt: "High angle friends having lunch at restaurant"},
alt: "High angle friends having lunch at restaurant",
},
]} ]}
avatarText="Join over 5,000 delighted diners" avatarText="Join over 5,000 delighted diners"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Michelin Star Rated"},
text: "Michelin Star Rated",
},
{ {
type: "text", type: "text", text: "Locally Sourced"},
text: "Locally Sourced",
},
{ {
type: "text", type: "text", text: "Chef-Driven Menu"},
text: "Chef-Driven Menu",
},
{ {
type: "text", type: "text", text: "Award-Winning Wine"},
text: "Award-Winning Wine",
},
{ {
type: "text", type: "text", text: "Impeccable Service"},
text: "Impeccable Service",
},
]} ]}
/> />
</div> </div>
@@ -174,17 +119,11 @@ export default function LandingPage() {
description="At Mas58rest, we blend fresh seasonal ingredients with innovative techniques, crafting a menu that celebrates the joy of eating well." description="At Mas58rest, we blend fresh seasonal ingredients with innovative techniques, crafting a menu that celebrates the joy of eating well."
bulletPoints={[ bulletPoints={[
{ {
title: "Farm-to-Table", title: "Farm-to-Table", description: "Supporting local farmers to bring you the freshest produce."},
description: "Supporting local farmers to bring you the freshest produce.",
},
{ {
title: "Culinary Innovation", title: "Culinary Innovation", description: "Pushing the boundaries of classic recipes with a modern twist."},
description: "Pushing the boundaries of classic recipes with a modern twist.",
},
{ {
title: "Warm Atmosphere", title: "Warm Atmosphere", description: "Designed for comfort and intimate conversations."},
description: "Designed for comfort and intimate conversations.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/fried-shrimp-with-sushi-table_140725-6656.jpg" imageSrc="http://img.b2bpic.net/free-photo/fried-shrimp-with-sushi-table_140725-6656.jpg"
imageAlt="Culinary craftsmanship" imageAlt="Culinary craftsmanship"
@@ -199,20 +138,11 @@ export default function LandingPage() {
description="Discover the unique elements that make dining at Mas58rest a journey for the senses." description="Discover the unique elements that make dining at Mas58rest a journey for the senses."
accordionItems={[ accordionItems={[
{ {
id: "1", id: "1", title: "Chef's Tasting Menu", content: "A rotating selection of our finest dishes curated for a complete experience."},
title: "Chef's Tasting Menu",
content: "A rotating selection of our finest dishes curated for a complete experience.",
},
{ {
id: "2", id: "2", title: "Handcrafted Beverages", content: "A perfect selection of wines, spirits, and artisanal cocktails."},
title: "Handcrafted Beverages",
content: "A perfect selection of wines, spirits, and artisanal cocktails.",
},
{ {
id: "3", id: "3", title: "Dietary Conscious", content: "We accommodate all dietary preferences with sophisticated options."},
title: "Dietary Conscious",
content: "We accommodate all dietary preferences with sophisticated options.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/fresh-salad-with-tomatoes-radishes-greens-served-with-bread_141793-714.jpg" imageSrc="http://img.b2bpic.net/free-photo/fresh-salad-with-tomatoes-radishes-greens-served-with-bread_141793-714.jpg"
imageAlt="Signature dish close up" imageAlt="Signature dish close up"
@@ -228,41 +158,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", id: "1", name: "Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/caprese-salad-skewers-with-tomato-mozzarella-basil-white-square-plate_141793-2905.jpg"},
name: "Truffle Risotto",
price: "$28",
imageSrc: "http://img.b2bpic.net/free-photo/caprese-salad-skewers-with-tomato-mozzarella-basil-white-square-plate_141793-2905.jpg",
},
{ {
id: "2", id: "2", name: "Seared Scallops", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11509.jpg"},
name: "Seared Scallops",
price: "$32",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-beef-medallion-with-sauce-vegetables-white-plate-table_140725-11509.jpg",
},
{ {
id: "3", id: "3", name: "Chocolate Sphere", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/elegant-gourmet-dessert-with-flowers-white-plate_23-2151973732.jpg"},
name: "Chocolate Sphere",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-gourmet-dessert-with-flowers-white-plate_23-2151973732.jpg",
},
{ {
id: "4", id: "4", name: "Botanical Cocktail", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/glass-rose-wine-table-with-blurred-restaurant-background_157027-4103.jpg"},
name: "Botanical Cocktail",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/glass-rose-wine-table-with-blurred-restaurant-background_157027-4103.jpg",
},
{ {
id: "5", id: "5", name: "Summer Salad", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg"},
name: "Summer Salad",
price: "$22",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg",
},
{ {
id: "6", id: "6", name: "Lamb Medallions", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510914.jpg"},
name: "Lamb Medallions",
price: "$38",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510914.jpg",
},
]} ]}
title="Our Featured Dishes" title="Our Featured Dishes"
description="Artisanally prepared culinary delights that define our kitchen." description="Artisanally prepared culinary delights that define our kitchen."
@@ -276,31 +182,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "500+", title: "Daily Diners", items: [
value: "500+", "Happy guests served", "Exceptional service"],
title: "Daily Diners",
items: [
"Happy guests served",
"Exceptional service",
],
}, },
{ {
id: "2", id: "2", value: "20+", title: "Years Experience", items: [
value: "20+", "Award-winning chefs", " Culinary tradition"],
title: "Years Experience",
items: [
"Award-winning chefs",
" Culinary tradition",
],
}, },
{ {
id: "3", id: "3", value: "150", title: "Recipes Crafted", items: [
value: "150", "Seasonal specialities", "Signature creations"],
title: "Recipes Crafted",
items: [
"Seasonal specialities",
"Signature creations",
],
}, },
]} ]}
title="Excellence in Numbers" title="Excellence in Numbers"
@@ -314,45 +205,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Wonderful Experience", quote: "The atmosphere and flavors were absolutely divine. Highly recommended.", name: "Sarah J.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg"},
title: "Wonderful Experience",
quote: "The atmosphere and flavors were absolutely divine. Highly recommended.",
name: "Sarah J.",
role: "Food Blogger",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
},
{ {
id: "2", id: "2", title: "Exceptional Service", quote: "Every dish was presented perfectly. A must-visit place.", name: "Marcus R.", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-ravioli-italian-restaurant_1303-24369.jpg"},
title: "Exceptional Service",
quote: "Every dish was presented perfectly. A must-visit place.",
name: "Marcus R.",
role: "Diner",
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-ravioli-italian-restaurant_1303-24369.jpg",
},
{ {
id: "3", id: "3", title: "Perfect Evening", quote: "Mas58rest never disappoints. The truffle risotto was the highlight.", name: "Emily T.", role: "Local Regular", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25256.jpg"},
title: "Perfect Evening",
quote: "Mas58rest never disappoints. The truffle risotto was the highlight.",
name: "Emily T.",
role: "Local Regular",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-pasta-cafe_1303-25256.jpg",
},
{ {
id: "4", id: "4", title: "Culinary Mastery", quote: "I've been to many restaurants, but this level of plating is rare.", name: "David W.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg"},
title: "Culinary Mastery",
quote: "I've been to many restaurants, but this level of plating is rare.",
name: "David W.",
role: "Guest",
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg",
},
{ {
id: "5", id: "5", title: "Amazing Vibes", quote: "Lovely ambiance paired with incredible creative food.", name: "Lisa K.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519974.jpg"},
title: "Amazing Vibes",
quote: "Lovely ambiance paired with incredible creative food.",
name: "Lisa K.",
role: "Guest",
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519974.jpg",
},
]} ]}
title="Guest Stories" title="Guest Stories"
description="Hear what our patrons have to say about their dining experience." description="Hear what our patrons have to say about their dining experience."
@@ -364,23 +225,19 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially on weekends."},
title: "Do I need a reservation?",
content: "Yes, we highly recommend booking in advance, especially on weekends.",
},
{ {
id: "2", id: "2", title: "Is private dining available?", content: "We offer beautiful spaces for events and gatherings."},
title: "Is private dining available?",
content: "We offer beautiful spaces for events and gatherings.",
},
{ {
id: "3", id: "3", title: "Can you cater to allergies?", content: "Our kitchen team is well-versed in accommodating special dietary requirements."},
title: "Can you cater to allergies?",
content: "Our kitchen team is well-versed in accommodating special dietary requirements.",
},
]} ]}
sideTitle="Your Questions" sideTitle="Your Questions"
sideDescription="Need to know more about our reservations or private events?" sideDescription="Need to know more about our reservations or private events?"
buttons={[
{
text: "Book Now", href: "#contact"
}
]}
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>
@@ -389,8 +246,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Visit Us" tag="Visit Us"
title="Reserve Your Table" title="Reserve Your Table"
description="Join us for an unforgettable culinary journey. Send us an email to get on our waiting list." description="Join us for an unforgettable culinary journey. Send us an email to get on our waiting list."
@@ -406,25 +262,17 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "About", label: "About", href: "#about"},
href: "#about",
},
{ {
label: "Menu", label: "Menu", href: "#features"},
href: "#features",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Reservations", label: "Reservations", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -434,4 +282,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }