Merge version_1 into main #2
554
src/app/page.tsx
554
src/app/page.tsx
@@ -14,441 +14,145 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="semibold"
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="BRANZINO"
|
||||
button={{
|
||||
text: "Reserve",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Experience", id: "experience" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="BRANZINO"
|
||||
button={{ text: "Reserve", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Fresh Seafood. Unforgettable Experience."
|
||||
description="Experience the authentic taste of the Mediterranean in Alexandria. From our daily fresh catch to custom-prepared masterpieces, Branzino offers a world-class luxury dining experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/oysters-sour-cream-sauce-herbs_140725-2818.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-bruschetta-assortment-top-view_23-2148516994.jpg",
|
||||
alt: "Delicious bruschetta assortment top view",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-spices_23-2148234935.jpg",
|
||||
alt: "Flat-lay mussels in white sauce and spices",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/uncooked-meat-piece-with-vegetables-blue-table-o-oil-tomato-paste_114579-14703.jpg",
|
||||
alt: "Uncooked meat piece with vegetables on blue table next o to oil and tomato paste.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-mix-nuts-figs-plate-with-strawberries_23-2148352347.jpg",
|
||||
alt: "Flat lay mix of nuts and figs on plate with strawberries",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598354.jpg",
|
||||
alt: "Side view friends having lunch",
|
||||
},
|
||||
]}
|
||||
avatarText="Join our satisfied guests"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Fresh Seafood. Unforgettable Experience."
|
||||
description="Experience the authentic taste of the Mediterranean in Alexandria. From our daily fresh catch to custom-prepared masterpieces, Branzino offers a world-class luxury dining experience."
|
||||
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Reserve a Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/oysters-sour-cream-sauce-herbs_140725-2818.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/delicious-bruschetta-assortment-top-view_23-2148516994.jpg", alt: "Delicious bruschetta assortment top view" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-spices_23-2148234935.jpg", alt: "Flat-lay mussels in white sauce and spices" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/uncooked-meat-piece-with-vegetables-blue-table-o-oil-tomato-paste_114579-14703.jpg", alt: "Uncooked meat piece with vegetables on blue table next o to oil and tomato paste." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/flat-lay-mix-nuts-figs-plate-with-strawberries_23-2148352347.jpg", alt: "Flat lay mix of nuts and figs on plate with strawberries" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598354.jpg", alt: "Side view friends having lunch" }
|
||||
]}
|
||||
avatarText="Join our satisfied guests"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="The Essence of Branzino"
|
||||
description={[
|
||||
"At Branzino, we believe that luxury starts with the ocean. Every fish we serve is hand-selected, ensuring the highest quality for our guests.",
|
||||
"Our culinary team blends authentic Egyptian heritage with fusion techniques, resulting in generous portions that honor tradition while embracing the modern Mediterranean lifestyle.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="The Essence of Branzino"
|
||||
description={[
|
||||
"At Branzino, we believe that luxury starts with the ocean. Every fish we serve is hand-selected, ensuring the highest quality for our guests.", "Our culinary team blends authentic Egyptian heritage with fusion techniques, resulting in generous portions that honor tradition while embracing the modern Mediterranean lifestyle."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="experience" data-section="experience">
|
||||
<FeatureBento
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Daily Display",
|
||||
description: "Choose your own fish from our daily display of the finest ocean catches.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-apple-rings-persimmon-board-blue-surface_114579-40898.jpg?_wi=1",
|
||||
imageAlt: "Fresh Display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-salmon-steaks-ice-with-rosemary-peppercorns_84443-74013.jpg",
|
||||
imageAlt: "Fresh Display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259761.jpg",
|
||||
imageAlt: "Fresh Display",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oysters-sour-cream-sauce-herbs_140725-2818.jpg?_wi=2",
|
||||
imageAlt: "fresh seafood ice display luxury",
|
||||
},
|
||||
{
|
||||
title: "Expert Chef Cooking",
|
||||
description: "Work with our head chef to create a custom preparation that suits your taste perfectly.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950226.jpg?_wi=1",
|
||||
imageAlt: "Chef",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg",
|
||||
imageAlt: "Chef",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg",
|
||||
imageAlt: "Chef",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-waffles-rice-wafers-white-cutting-board-with-herbal-tea-citrus-fruits-cinnamon-tea-strainer-dark-grey-marble-surface-horizontal_176474-31765.jpg?_wi=1",
|
||||
imageAlt: "fresh seafood ice display luxury",
|
||||
},
|
||||
{
|
||||
title: "Ocean View Dining",
|
||||
description: "Dine while overlooking the stunning Mediterranean Sea for an unrivaled atmosphere.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=1",
|
||||
imageAlt: "View",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18884.jpg",
|
||||
imageAlt: "View",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-131.jpg",
|
||||
imageAlt: "View",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-oil-cooking-meal-dish_140725-102025.jpg?_wi=1",
|
||||
imageAlt: "fresh seafood ice display luxury",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Experience"
|
||||
description="More than just a meal, Branzino is a culinary journey designed for the sophisticated palate."
|
||||
/>
|
||||
</div>
|
||||
<div id="experience" data-section="experience">
|
||||
<FeatureBento
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
title="Our Signature Experience"
|
||||
description="More than just a meal, Branzino is a culinary journey designed for the sophisticated palate."
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Daily Display", description: "Choose your own fish from our daily display of the finest ocean catches.", bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/dried-apple-rings-persimmon-board-blue-surface_114579-40898.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-salmon-steaks-ice-with-rosemary-peppercorns_84443-74013.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259761.jpg" }]
|
||||
},
|
||||
{
|
||||
title: "Expert Chef Cooking", description: "Work with our head chef to create a custom preparation that suits your taste perfectly.", bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950226.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg" }]
|
||||
},
|
||||
{
|
||||
title: "Ocean View Dining", description: "Dine while overlooking the stunning Mediterranean Sea for an unrivaled atmosphere.", bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18884.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-131.jpg" }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fresh Grilled Catch",
|
||||
price: "Market Price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-oil-cooking-meal-dish_140725-102025.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Signature Lobster Shellfish",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-grilled-vegetables-white-plate_114579-58892.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Classic Fried Seafood",
|
||||
price: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1758.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Branzino Special Dish",
|
||||
price: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-lemon-table_140725-9208.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fresh Guava Juice",
|
||||
price: "Refreshing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktail-table_23-2150251330.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lemon-Mint Cooler",
|
||||
price: "Refreshing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/icy-detox-water-glass-with-lemons-mint-close-up-grey-grunge-surface_176474-6376.jpg",
|
||||
},
|
||||
]}
|
||||
title="Menu Preview"
|
||||
description="Discover our selection of premium Mediterranean and local seafood delicacies."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
title="Menu Preview"
|
||||
description="Discover our selection of premium Mediterranean and local seafood delicacies."
|
||||
products={[
|
||||
{ id: "1", name: "Fresh Grilled Catch", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-oil-cooking-meal-dish_140725-102025.jpg" },
|
||||
{ id: "2", name: "Signature Lobster Shellfish", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/various-grilled-vegetables-white-plate_114579-58892.jpg" },
|
||||
{ id: "3", name: "Classic Fried Seafood", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1758.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed M.",
|
||||
date: "Oct 2024",
|
||||
title: "Incredible Freshness",
|
||||
quote: "One of the best seafood places I've been to in Egypt. Everything was incredibly fresh.",
|
||||
tag: "Dining",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oysters-sour-cream-sauce-herbs_140725-2818.jpg?_wi=3",
|
||||
imageAlt: "satisfied customer dining luxury restaurant",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah K.",
|
||||
date: "Sept 2024",
|
||||
title: "Stunning Experience",
|
||||
quote: "Everything was so fresh and flavorful. The service was impeccable throughout the evening.",
|
||||
tag: "Celebration",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-meal_23-2151713213.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-waffles-rice-wafers-white-cutting-board-with-herbal-tea-citrus-fruits-cinnamon-tea-strainer-dark-grey-marble-surface-horizontal_176474-31765.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer dining luxury restaurant",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Omar F.",
|
||||
date: "Sept 2024",
|
||||
title: "Great Staff",
|
||||
quote: "Amazing service and friendly staff. They truly made the experience memorable.",
|
||||
tag: "Dinner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255910.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-apple-rings-persimmon-board-blue-surface_114579-40898.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer dining luxury restaurant",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Layla H.",
|
||||
date: "Aug 2024",
|
||||
title: "Best View",
|
||||
quote: "Beautiful sea view and great atmosphere. A must-visit in Alexandria.",
|
||||
tag: "Romantic",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/best-friends-celebrating-new-year-s-eve-together_23-2149144052.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950226.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer dining luxury restaurant",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Moustafa B.",
|
||||
date: "July 2024",
|
||||
title: "Premium Quality",
|
||||
quote: "The quality of the seafood is top-tier. I will definitely be back.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/blonde-young-beautiful-blond-girl-businesswoman-eating-sushi-summer-terrace-japanese-restaurant_496169-1916.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer dining luxury restaurant",
|
||||
},
|
||||
]}
|
||||
title="Guest Reviews"
|
||||
description="Hear what our distinguished guests have to say about their Branzino experience."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Guest Reviews"
|
||||
description="Hear what our distinguished guests have to say about their Branzino experience."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Ahmed M.", date: "Oct 2024", title: "Incredible Freshness", quote: "One of the best seafood places I've been to in Egypt. Everything was incredibly fresh.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517419.jpg" },
|
||||
{ id: "2", name: "Sarah K.", date: "Sept 2024", title: "Stunning Experience", quote: "Everything was so fresh and flavorful. The service was impeccable throughout the evening.", tag: "Celebration", avatarSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-meal_23-2151713213.jpg" },
|
||||
{ id: "3", name: "Omar F.", date: "Sept 2024", title: "Great Staff", quote: "Amazing service and friendly staff. They truly made the experience memorable.", tag: "Dinner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255910.jpg" },
|
||||
{ id: "4", name: "Layla H.", date: "Aug 2024", title: "Best View", quote: "Beautiful sea view and great atmosphere. A must-visit in Alexandria.", tag: "Romantic", avatarSrc: "http://img.b2bpic.net/free-photo/best-friends-celebrating-new-year-s-eve-together_23-2149144052.jpg" },
|
||||
{ id: "5", name: "Moustafa B.", date: "July 2024", title: "Premium Quality", quote: "The quality of the seafood is top-tier. I will definitely be back.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-young-beautiful-blond-girl-businesswoman-eating-sushi-summer-terrace-japanese-restaurant_496169-1916.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureBento
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Restaurant Interior",
|
||||
description: "Upscale navy and gold aesthetics.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg",
|
||||
imageAlt: "Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-meal_23-2151713195.jpg",
|
||||
imageAlt: "Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/part-home-kitchen-table-setting-with-gray-plates-bouquet-vase_169016-15228.jpg",
|
||||
imageAlt: "Interior",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oysters-sour-cream-sauce-herbs_140725-2818.jpg?_wi=4",
|
||||
imageAlt: "luxury restaurant interior design navy gold",
|
||||
},
|
||||
{
|
||||
title: "Gourmet Dishes",
|
||||
description: "Finest seafood delicacies.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320465.jpg",
|
||||
imageAlt: "Dish",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-mashed-potato-with-greeens-sauces-side-view_141793-3551.jpg",
|
||||
imageAlt: "Dish",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-oysters-ice_23-2150301989.jpg",
|
||||
imageAlt: "Dish",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-waffles-rice-wafers-white-cutting-board-with-herbal-tea-citrus-fruits-cinnamon-tea-strainer-dark-grey-marble-surface-horizontal_176474-31765.jpg?_wi=3",
|
||||
imageAlt: "luxury restaurant interior design navy gold",
|
||||
},
|
||||
{
|
||||
title: "Sea Terrace View",
|
||||
description: "Alexandria's best ocean front.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18738.jpg",
|
||||
imageAlt: "View",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-chairs-table-beach-with-view-blue-ocean-clear-sky_1339-7247.jpg",
|
||||
imageAlt: "View",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunset-santorini-modern-balcony-design-generated-by-ai_188544-34086.jpg",
|
||||
imageAlt: "View",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-apple-rings-persimmon-board-blue-surface_114579-40898.jpg?_wi=3",
|
||||
imageAlt: "luxury restaurant interior design navy gold",
|
||||
},
|
||||
{
|
||||
title: "Signature Dining",
|
||||
description: "Refined and elegant service.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-fresh-vegetables-sea-salt-small-bowl-oil-bottle-table_140725-148135.jpg",
|
||||
imageAlt: "Table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-wine-with-copyspace_23-2148234945.jpg",
|
||||
imageAlt: "Table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macaroni-pasta-black-plate-glass-white-wine-wooden-table-with-blue-chair-background_176474-120141.jpg",
|
||||
imageAlt: "Table",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bass-fish-dish-arrangement_23-2148950226.jpg?_wi=3",
|
||||
imageAlt: "luxury restaurant interior design navy gold",
|
||||
},
|
||||
{
|
||||
title: "Luxury Details",
|
||||
description: "Every detail considered.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-glasses_23-2147791754.jpg",
|
||||
imageAlt: "Detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/party-decor-golden-decoration-black-background-with-ballons_8353-7983.jpg",
|
||||
imageAlt: "Detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abandoned-sanitarium_181624-18703.jpg",
|
||||
imageAlt: "Detail",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-room-with-decorated-table-setting-sea-view-through-window_637285-984.jpg?_wi=3",
|
||||
imageAlt: "luxury restaurant interior design navy gold",
|
||||
},
|
||||
{
|
||||
title: "Fresh Catch Selection",
|
||||
description: "Straight from the sea.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259740.jpg",
|
||||
imageAlt: "Ice",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-white-apron-sprinkled-salt-onto-fresh-fish-pomegranate-seeds-bowl-table_179666-44297.jpg",
|
||||
imageAlt: "Ice",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-covering-fish-slices-with-flour-fresh-vegetables-wood-board-flour-bowl-kitchen-table_179666-44279.jpg",
|
||||
imageAlt: "Ice",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-oil-cooking-meal-dish_140725-102025.jpg?_wi=3",
|
||||
imageAlt: "luxury restaurant interior design navy gold",
|
||||
},
|
||||
]}
|
||||
title="A Visual Feast"
|
||||
description="Capture the elegance, the flavors, and the breathtaking views that define us."
|
||||
/>
|
||||
</div>
|
||||
<div id="gallery" data-section="gallery">
|
||||
<FeatureBento
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
title="A Visual Feast"
|
||||
description="Capture the elegance, the flavors, and the breathtaking views that define us."
|
||||
features={[
|
||||
{ title: "Restaurant Interior", description: "Upscale navy and gold aesthetics.", bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-meal_23-2151713195.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/part-home-kitchen-table-setting-with-gray-plates-bouquet-vase_169016-15228.jpg" }] },
|
||||
{ title: "Gourmet Dishes", description: "Finest seafood delicacies.", bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320465.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-mashed-potato-with-greeens-sauces-side-view_141793-3551.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-oysters-ice_23-2150301989.jpg" }] },
|
||||
{ title: "Sea Terrace View", description: "Alexandria's best ocean front.", bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-embankment-walking-sport-amara-dolce-vita-luxury-hotel-alanya-turkey_146671-18738.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/white-chairs-table-beach-with-view-blue-ocean-clear-sky_1339-7247.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/sunset-santorini-modern-balcony-design-generated-by-ai_188544-34086.jpg" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Reserve Your Experience"
|
||||
title="Experience Branzino Today"
|
||||
description="Book your table now and immerse yourself in the finest seafood dining in Alexandria, Egypt. \n\nLocation: Alexandria Corniche, Alexandria, Egypt\nPhone: +20 3 123 4567\nHours: Daily 12 PM - 12 AM"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Reserve Your Experience"
|
||||
title="Experience Branzino Today"
|
||||
description="Book your table now and immerse yourself in the finest seafood dining in Alexandria, Egypt. Location: Alexandria Corniche, Alexandria, Egypt. Phone: +20 3 123 4567. Hours: Daily 12 PM - 12 AM"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="BRANZINO"
|
||||
copyrightText="© 2024 Branzino Seafood. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="BRANZINO"
|
||||
copyrightText="© 2024 Branzino Seafood. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user