diff --git a/src/app/page.tsx b/src/app/page.tsx
index 911ae6d..ba8ce89 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,41 +32,23 @@ export default function LandingPage() {
@@ -78,73 +60,39 @@ export default function LandingPage() {
description="Experience exceptional cuisine, handcrafted cocktails, and unforgettable evenings at Belvedere Restaurant."
testimonials={[
{
- name: "Alex K.",
- handle: "@alexk_foodie",
- testimonial: "Belvedere offers an unparalleled dining experience. Every dish is a masterpiece, and the ambiance is simply breathtaking!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg",
- },
+ name: "Alex K.", handle: "@alexk_foodie", testimonial: "Belvedere offers an unparalleled dining experience. Every dish is a masterpiece, and the ambiance is simply breathtaking!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg"},
{
- name: "Maria S.",
- handle: "@gourmetguide",
- testimonial: "From the exquisite flavors to the impeccable service, Belvedere sets the standard for luxury dining in Bujumbura. A must-visit!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-dress_23-2149267422.jpg",
- },
+ name: "Maria S.", handle: "@gourmetguide", testimonial: "From the exquisite flavors to the impeccable service, Belvedere sets the standard for luxury dining in Bujumbura. A must-visit!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-dress_23-2149267422.jpg"},
{
- name: "David R.",
- handle: "@dinner_dates",
- testimonial: "Our anniversary dinner at Belvedere was magical. The sunset views and the perfectly paired wines created an unforgettable moment.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
- },
+ name: "David R.", handle: "@dinner_dates", testimonial: "Our anniversary dinner at Belvedere was magical. The sunset views and the perfectly paired wines created an unforgettable moment.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg"},
{
- name: "Chantal L.",
- handle: "@bujumburafood",
- testimonial: "The Signature Cocktails are divine, and the Mukeke is a revelation. Belvedere truly elevates local flavors.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg",
- },
+ name: "Chantal L.", handle: "@bujumburafood", testimonial: "The Signature Cocktails are divine, and the Mukeke is a revelation. Belvedere truly elevates local flavors.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg"},
{
- name: "Dr. Jean-Luc P.",
- handle: "@epicurean_jp",
- testimonial: "A culinary gem! Belvedere combines sophisticated techniques with fresh, high-quality ingredients for a truly sublime meal.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15983.jpg",
- },
+ name: "Dr. Jean-Luc P.", handle: "@epicurean_jp", testimonial: "A culinary gem! Belvedere combines sophisticated techniques with fresh, high-quality ingredients for a truly sublime meal.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15983.jpg"},
]}
testimonialRotationInterval={7000}
buttons={[
{
- text: "Reserve a Table",
- href: "#reservations",
- },
+ text: "Reserve a Table", href: "#reservations"},
{
- text: "View Menu",
- href: "#menu",
- },
+ text: "View Menu", href: "#menu"},
]}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/side-view-attractive-senior-gentleman-with-bald-head-gray-beard-posing-isolated-wearing-black-jacket-white-shirt-having-confident-look-grinning_343059-2305.jpg",
- alt: "Alex K.",
- },
+ src: "http://img.b2bpic.net/free-photo/side-view-attractive-senior-gentleman-with-bald-head-gray-beard-posing-isolated-wearing-black-jacket-white-shirt-having-confident-look-grinning_343059-2305.jpg", alt: "Alex K."},
{
- src: "http://img.b2bpic.net/free-photo/medium-shot-punk-woman-posing_23-2149267419.jpg",
- alt: "Maria S.",
- },
+ src: "http://img.b2bpic.net/free-photo/medium-shot-punk-woman-posing_23-2149267419.jpg", alt: "Maria S."},
{
- src: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-broadly-showing-teeth_141793-55127.jpg",
- alt: "David R.",
- },
+ src: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-broadly-showing-teeth_141793-55127.jpg", alt: "David R."},
{
- src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149647827.jpg",
- alt: "Chantal L.",
- },
+ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149647827.jpg", alt: "Chantal L."},
{
- src: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5559.jpg",
- alt: "Elegant gentleman",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5559.jpg", alt: "Elegant gentleman"},
]}
avatarText="Trusted by our guests"
imageSrc="http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89987.jpg"
@@ -161,11 +109,8 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "More Than a Meal",
- },
+ type: "text", content: "More Than a Meal"},
]}
- description="Belvedere Restaurant brings together fine cuisine, signature cocktails, elegant surroundings, and warm hospitality to create experiences worth savoring. Whether you're celebrating a special occasion, entertaining guests, or enjoying an evening out, every detail is designed to make your visit memorable. Our commitment to excellence ensures every moment is special."
imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7822.jpg"
/>
@@ -175,75 +120,32 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
+ animationType="blur-reveal"
products={[
{
- id: "product-1",
- brand: "Belvedere Restaurant",
- name: "Steak on a Hot Plate",
- price: "$38",
- rating: 5,
- reviewCount: "150+",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-meat-medalion-with-sauce-grilled-vegetables-wooden-board_141793-2979.jpg",
- imageAlt: "Perfectly grilled steak served on a sizzling hot plate",
- },
+ id: "product-1", brand: "Belvedere Restaurant", name: "Steak on a Hot Plate", price: "$38", rating: 5,
+ reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-meat-medalion-with-sauce-grilled-vegetables-wooden-board_141793-2979.jpg", imageAlt: "Perfectly grilled steak served on a sizzling hot plate"},
{
- id: "product-2",
- brand: "Belvedere Restaurant",
- name: "Mukeke Accompagné de Banane Plantain",
- price: "$25",
- rating: 5,
- reviewCount: "120+",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-pig-table_140725-9705.jpg",
- imageAlt: "Beloved regional Mukeke fish served with plantain",
- },
+ id: "product-2", brand: "Belvedere Restaurant", name: "Mukeke Accompagné de Banane Plantain", price: "$25", rating: 5,
+ reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/fried-pig-table_140725-9705.jpg", imageAlt: "Beloved regional Mukeke fish served with plantain"},
{
- id: "product-3",
- brand: "Belvedere Restaurant",
- name: "Chinese Shrimp & Pork Noodles",
- price: "$29",
- rating: 5,
- reviewCount: "90+",
- imageSrc: "http://img.b2bpic.net/free-photo/udon-stir-fried-noodles-with-chicken-bell-pepper-carrot-spring-onion-soy-sauce-sesame-bowl_140725-11029.jpg",
- imageAlt: "Chinese style shrimp and pork noodles with premium ingredients",
- },
+ id: "product-3", brand: "Belvedere Restaurant", name: "Chinese Shrimp & Pork Noodles", price: "$29", rating: 5,
+ reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/udon-stir-fried-noodles-with-chicken-bell-pepper-carrot-spring-onion-soy-sauce-sesame-bowl_140725-11029.jpg", imageAlt: "Chinese style shrimp and pork noodles with premium ingredients"},
{
- id: "product-4",
- brand: "Belvedere Restaurant",
- name: "Filet de Sangala Grillé",
- price: "$32",
- rating: 5,
- reviewCount: "110+",
- imageSrc: "http://img.b2bpic.net/free-photo/cooking-fresh-fish_1398-221.jpg",
- imageAlt: "Fresh grilled Sangala fish fillet with refined simplicity",
- },
+ id: "product-4", brand: "Belvedere Restaurant", name: "Filet de Sangala Grillé", price: "$32", rating: 5,
+ reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/cooking-fresh-fish_1398-221.jpg", imageAlt: "Fresh grilled Sangala fish fillet with refined simplicity"},
{
- id: "product-5",
- brand: "Belvedere Bar",
- name: "Mojito Lime Base",
- price: "$12",
- rating: 5,
- reviewCount: "80+",
- imageSrc: "http://img.b2bpic.net/free-photo/lemonade-glass-with-lemon-basil-cutting-board-side-view-wooden-grungy_176474-7382.jpg",
- imageAlt: "Refreshing Mojito Lime Base cocktail",
- },
+ id: "product-5", brand: "Belvedere Bar", name: "Mojito Lime Base", price: "$12", rating: 5,
+ reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/lemonade-glass-with-lemon-basil-cutting-board-side-view-wooden-grungy_176474-7382.jpg", imageAlt: "Refreshing Mojito Lime Base cocktail"},
{
- id: "product-6",
- brand: "Belvedere Bar",
- name: "Signature Cocktails",
- price: "$15",
- rating: 5,
- reviewCount: "100+",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-holding-sake-drink_23-2149706147.jpg",
- imageAlt: "Selection of expertly crafted signature cocktails",
- },
+ id: "product-6", brand: "Belvedere Bar", name: "Signature Cocktails", price: "$15", rating: 5,
+ reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-holding-sake-drink_23-2149706147.jpg", imageAlt: "Selection of expertly crafted signature cocktails"},
]}
title="Signature Dishes"
description="Explore our culinary masterpieces, crafted with passion and the finest ingredients from local and international sources."
buttons={[
{
- text: "Explore Full Menu",
- href: "#",
- },
+ text: "Explore Full Menu", href: "#"},
]}
/>
@@ -252,42 +154,23 @@ export default function LandingPage() {
@@ -317,75 +196,22 @@ export default function LandingPage() {
@@ -398,28 +224,18 @@ export default function LandingPage() {
author="Sarah Johnson, CEO"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
- alt: "Sarah Johnson",
- },
+ src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg", alt: "Sarah Johnson"},
{
- src: "http://img.b2bpic.net/free-photo/enthusiastic-asian-female-entrepreneur-cafe-owner-with-tablet-wearing-shop-uniform-standing-with_1258-203446.jpg",
- alt: "John Doe",
- },
+ src: "http://img.b2bpic.net/free-photo/enthusiastic-asian-female-entrepreneur-cafe-owner-with-tablet-wearing-shop-uniform-standing-with_1258-203446.jpg", alt: "John Doe"},
{
- src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
- alt: "Jane Smith",
- },
+ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Jane Smith"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-fashionable-boy-with-lemon_23-2148184620.jpg",
- alt: "Robert Brown",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-fashionable-boy-with-lemon_23-2148184620.jpg", alt: "Robert Brown"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-young-businesswoman-having-confident-serious-look-staring-camera-holding-hand-her-chin-beautiful-thoughtful-female-posing-isolated-warm-oversize-jacket_343059-2169.jpg",
- alt: "Elegant businesswoman",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-attractive-stylish-young-businesswoman-having-confident-serious-look-staring-camera-holding-hand-her-chin-beautiful-thoughtful-female-posing-isolated-warm-oversize-jacket_343059-2169.jpg", alt: "Elegant businesswoman"},
]}
- ratingAnimation="background-highlight"
- avatarsAnimation="background-highlight"
+ ratingAnimation="blur-reveal"
+ avatarsAnimation="blur-reveal"
/>
@@ -427,16 +243,13 @@ export default function LandingPage() {
@@ -446,54 +259,33 @@ export default function LandingPage() {
logoText="BELVEDERE"
columns={[
{
- title: "Visit Us",
- items: [
+ title: "Visit Us", items: [
{
- label: "Ave Belvedere",
- href: "#",
- },
+ label: "Ave Belvedere", href: "#"},
{
- label: "Bujumbura, Burundi",
- href: "#",
- },
+ label: "Bujumbura, Burundi", href: "#"},
{
- label: "Phone: 76 60 06 00",
- href: "tel:+25776600600",
- },
+ label: "Phone: 76 60 06 00", href: "tel:+25776600600"},
],
},
{
- title: "Opening Hours",
- items: [
+ title: "Opening Hours", items: [
{
- label: "Daily",
- href: "#",
- },
+ label: "Daily", href: "#"},
{
- label: "11:00 AM – 11:00 PM",
- href: "#",
- },
+ label: "11:00 AM – 11:00 PM", href: "#"},
],
},
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Reservations",
- href: "#reservations",
- },
+ label: "Reservations", href: "#reservations"},
{
- label: "Contact",
- href: "#footer",
- },
+ label: "Contact", href: "#footer"},
],
},
]}