Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-27 19:13:24 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Menu",
id: "#menu",
},
{
name: "Reviews",
id: "#reviews",
},
{
name: "Contact",
id: "#contact",
},
{
name: "Reserve",
id: "#contact",
},
{ name: "Menu", id: "#menu" },
{ name: "Reviews", id: "#reviews" },
{ name: "Contact", id: "#contact" },
{ name: "Reserve", id: "#contact" },
]}
brandName="La Burrata"
/>
@@ -57,74 +45,20 @@ export default function LandingPage() {
title="La Burrata Rabat"
description="L'Italie pose ses valises à Rabat. Experience authentic Italian cuisine in the heart of Rabat. Where tradition meets passion."
testimonials={[
{
name: "Youssef Hamdi",
handle: "@youssefh",
testimonial: "The place is very homey. Warm vibes. The food is delicious.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cafe-staff_1098-15450.jpg",
},
{
name: "Martil Official",
handle: "@martil",
testimonial: "Burrata Restaurant in Rabat truly exceeded all my expectations!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg",
},
{
name: "Sarah Ahmed",
handle: "@sarah_a",
testimonial: "An incredible atmosphere, feels like dining in Tuscany.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg",
},
{
name: "David Ben",
handle: "@d_ben",
testimonial: "Best pizza I've had in a long time. Authentic and fresh.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg",
},
{
name: "Amira K",
handle: "@amira_k",
testimonial: "A true gem in Rabat. The pasta is handmade perfection.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-apron-cleaning-table_1170-586.jpg",
},
]}
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
{
text: "View Menu",
href: "#menu",
},
{ name: "Youssef Hamdi", handle: "@youssefh", testimonial: "The place is very homey. Warm vibes. The food is delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cafe-staff_1098-15450.jpg" },
{ name: "Martil Official", handle: "@martil", testimonial: "Burrata Restaurant in Rabat truly exceeded all my expectations!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg" },
{ name: "Sarah Ahmed", handle: "@sarah_a", testimonial: "An incredible atmosphere, feels like dining in Tuscany.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg" },
{ name: "David Ben", handle: "@d_ben", testimonial: "Best pizza I've had in a long time. Authentic and fresh.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg" },
{ name: "Amira K", handle: "@amira_k", testimonial: "A true gem in Rabat. The pasta is handmade perfection.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-apron-cleaning-table_1170-586.jpg" },
]}
buttons={[{ text: "Reserve a Table", href: "#contact" }, { text: "View Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg",
alt: "Diner 1",
},
{
src: "http://img.b2bpic.net/free-photo/young-waitress-assisting-woman-with-choosing-order-from-menu-bar_637285-2309.jpg",
alt: "Diner 2",
},
{
src: "http://img.b2bpic.net/free-photo/group-happy-young-people-having-dinner-together-dining-table-focus-is-redhead-woman-taking-food-from-her-friend_637285-3752.jpg",
alt: "Diner 3",
},
{
src: "http://img.b2bpic.net/free-photo/best-friends-hanging-out-restaurant_23-2149244675.jpg",
alt: "Diner 4",
},
{
src: "http://img.b2bpic.net/free-photo/woman-working-as-professional-chef_23-2151864218.jpg",
alt: "Diner 5",
},
{ src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-arms-crossed-leaning-bar-counter_107420-65491.jpg", alt: "Diner 1" },
{ src: "http://img.b2bpic.net/free-photo/young-waitress-assisting-woman-with-choosing-order-from-menu-bar_637285-2309.jpg", alt: "Diner 2" },
{ src: "http://img.b2bpic.net/free-photo/group-happy-young-people-having-dinner-together-dining-table-focus-is-redhead-woman-taking-food-from-her-friend_637285-3752.jpg", alt: "Diner 3" },
{ src: "http://img.b2bpic.net/free-photo/best-friends-hanging-out-restaurant_23-2149244675.jpg", alt: "Diner 4" },
{ src: "http://img.b2bpic.net/free-photo/woman-working-as-professional-chef_23-2151864218.jpg", alt: "Diner 5" },
]}
avatarText="Join 500+ happy diners"
/>
@@ -134,12 +68,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Authentic Italian Experience"
buttons={[
{
text: "Learn More",
href: "#",
},
]}
buttons={[{ text: "Learn More", href: "#" }]}
/>
</div>
@@ -150,60 +79,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Margherita",
brand: "Pizza",
price: "MAD 85",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3286.jpg",
rating: 5,
reviewCount: "120",
},
{
id: "2",
name: "Pepperoni",
brand: "Pizza",
price: "MAD 95",
imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_23-2150134280.jpg",
rating: 5,
reviewCount: "98",
},
{
id: "3",
name: "Quattro Formaggi",
brand: "Pizza",
price: "MAD 105",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235780.jpg",
rating: 5,
reviewCount: "150",
},
{
id: "4",
name: "Prosciutto & Rucola",
brand: "Pizza",
price: "MAD 110",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pizza_23-2148753763.jpg",
rating: 5,
reviewCount: "85",
},
{
id: "5",
name: "Linguine Pesto",
brand: "Pasta",
price: "MAD 95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-tomato-sauce-cheese_141793-2448.jpg",
rating: 4,
reviewCount: "60",
},
{
id: "6",
name: "Tiramisu",
brand: "Dessert",
price: "MAD 55",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-hot-pepperoni-pizza-wooden-table_632805-19.jpg",
rating: 5,
reviewCount: "200",
},
{ id: "1", name: "Margherita", brand: "Pizza", price: "MAD 85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3286.jpg", rating: 5, reviewCount: "120" },
{ id: "2", name: "Pepperoni", brand: "Pizza", price: "MAD 95", imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_23-2150134280.jpg", rating: 5, reviewCount: "98" },
{ id: "3", name: "Quattro Formaggi", brand: "Pizza", price: "MAD 105", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235780.jpg", rating: 5, reviewCount: "150" },
{ id: "4", name: "Prosciutto & Rucola", brand: "Pizza", price: "MAD 110", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sliced-pizza_23-2148753763.jpg", rating: 5, reviewCount: "85" },
{ id: "5", name: "Linguine Pesto", brand: "Pasta", price: "MAD 95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pepperoni-pizza-with-tomato-sauce-cheese_141793-2448.jpg", rating: 4, reviewCount: "60" },
{ id: "6", name: "Tiramisu", brand: "Dessert", price: "MAD 55", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-hot-pepperoni-pizza-wooden-table_632805-19.jpg", rating: 5, reviewCount: "200" },
]}
title="Our Menu"
description="Carefully crafted dishes with the finest Italian ingredients."
@@ -212,44 +93,15 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Youssef Hamdi",
role: "Local Guide",
testimonial: "The place is very homey. Warm vibes. The food is delicious.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
},
{
id: "2",
name: "Martil Official",
role: "Foodie",
testimonial: "Burrata Restaurant in Rabat truly exceeded all my expectations!",
imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-table-talking-night-out_23-2149144022.jpg",
},
{
id: "3",
name: "Sarah Ahmed",
role: "Regular",
testimonial: "Absolutely Magnificent! From the moment I walked in...",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-girl-taking-selfie-cafe_171337-9756.jpg",
},
{
id: "4",
name: "David Ben",
role: "Visitor",
testimonial: "Best pizza I've had in a long time.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg",
},
{
id: "5",
name: "Amira K",
role: "Food Critic",
testimonial: "A true gem in Rabat.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg",
},
{ id: "1", name: "Youssef Hamdi", role: "Local Guide", testimonial: "The place is very homey. Warm vibes. The food is delicious.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg" },
{ id: "2", name: "Martil Official", role: "Foodie", testimonial: "Burrata Restaurant in Rabat truly exceeded all my expectations!", imageSrc: "http://img.b2bpic.net/free-photo/friends-sitting-table-talking-night-out_23-2149144022.jpg" },
{ id: "3", name: "Sarah Ahmed", role: "Regular", testimonial: "Absolutely Magnificent! From the moment I walked in...", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-girl-taking-selfie-cafe_171337-9756.jpg" },
{ id: "4", name: "David Ben", role: "Visitor", testimonial: "Best pizza I've had in a long time.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-glass_23-2148965393.jpg" },
{ id: "5", name: "Amira K", role: "Food Critic", testimonial: "A true gem in Rabat.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg" },
]}
title="Guest Reviews"
description="4.8/5 from 401 reviews"
@@ -262,21 +114,9 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
features={[
{
icon: Camera,
title: "Atmosphere",
description: "Homey and warm.",
},
{
icon: Award,
title: "Freshness",
description: "Finest ingredients.",
},
{
icon: Wine,
title: "Service",
description: "Professional staff.",
},
{ icon: Camera, title: "Atmosphere", description: "Homey and warm." },
{ icon: Award, title: "Freshness", description: "Finest ingredients." },
{ icon: Wine, title: "Service", description: "Professional staff." },
]}
title="Culinary Artistry"
description="A glimpse into our restaurant atmosphere."
@@ -288,21 +128,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What are your opening hours?",
content: "MonSun: 11:45 AM 12:00 AM.",
},
{
id: "2",
title: "Do I need a reservation?",
content: "We recommend reservations for weekends.",
},
{
id: "3",
title: "What is the price range?",
content: "MAD 50100 per person.",
},
{ id: "1", title: "What are your opening hours?", content: "MonSun: 11:45 AM 12:00 AM." },
{ id: "2", title: "Do I need a reservation?", content: "We recommend reservations for weekends." },
{ id: "3", title: "What is the price range?", content: "MAD 50100 per person." },
]}
title="Common Questions"
description="Everything you need to know about dining with us."
@@ -313,9 +141,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Reserve"
title="Visit Us"
description="Plan your culinary journey. 817 Av. Al Menzeh, Rabat. Phone: +212 6 15 15 55 73"