Merge version_1 into main #2
242
src/app/page.tsx
242
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Experience", id: "experience"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Story", id: "about"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Reserve", id: "contact"},
|
||||
]}
|
||||
brandName="BRANZINO"
|
||||
/>
|
||||
@@ -58,39 +50,23 @@ export default function LandingPage() {
|
||||
description="Fresh seafood. Cooked your way. Served with unforgettable hospitality."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-shrimps-fried-pan_23-2148253421.jpg?_wi=1",
|
||||
imageAlt: "Fresh catch display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-shrimps-fried-pan_23-2148253421.jpg", imageAlt: "Fresh catch display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-apron-sprinkled-salt-onto-fresh-fish-pomegranate-seeds-bowl-table_179666-44290.jpg",
|
||||
imageAlt: "Chef preparing seafood",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-apron-sprinkled-salt-onto-fresh-fish-pomegranate-seeds-bowl-table_179666-44290.jpg", imageAlt: "Chef preparing seafood"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-fillets-crushed-ice-with-red-currants-mint_84443-72376.jpg",
|
||||
imageAlt: "Mediterranean sunset view",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-fish-fillets-crushed-ice-with-red-currants-mint_84443-72376.jpg", imageAlt: "Mediterranean sunset view"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-ice_23-2148708646.jpg",
|
||||
imageAlt: "Coastal luxury atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-ice_23-2148708646.jpg", imageAlt: "Coastal luxury atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinematic-dark-style-dragon-fruit-pitahaya-still-life_23-2151566264.jpg",
|
||||
imageAlt: "Signature seafood dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cinematic-dark-style-dragon-fruit-pitahaya-still-life_23-2151566264.jpg", imageAlt: "Signature seafood dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-fish-arrangement-cooking_23-2148950173.jpg",
|
||||
imageAlt: "Hospitality and service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-fish-arrangement-cooking_23-2148950173.jpg", imageAlt: "Hospitality and service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,12 +76,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Alexandria Daily",
|
||||
"Coastal Eats",
|
||||
"Food & Travel",
|
||||
"Sea Magazine",
|
||||
"Luxury Dining Review",
|
||||
]}
|
||||
"Alexandria Daily", "Coastal Eats", "Food & Travel", "Sea Magazine", "Luxury Dining Review"]}
|
||||
title="Loved by locals & travelers alike"
|
||||
description="Join thousands who have experienced the true taste of the Mediterranean."
|
||||
/>
|
||||
@@ -118,55 +89,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Choose Your Fish",
|
||||
description: "Select from our daily market-fresh catch, displayed on ice for maximum transparency.",
|
||||
icon: Fish,
|
||||
title: "Choose Your Fish", description: "Select from our daily market-fresh catch, displayed on ice for maximum transparency.", icon: Fish,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-water-glasses-table_74190-10276.jpg",
|
||||
imageAlt: "Fish selection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wine-water-glasses-table_74190-10276.jpg", imageAlt: "Fish selection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-arrangement_23-2149072603.jpg",
|
||||
imageAlt: "Market display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-arrangement_23-2149072603.jpg", imageAlt: "Market display"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-shrimps-fried-pan_23-2148253421.jpg?_wi=2",
|
||||
imageAlt: "luxury mediterranean seafood restaurant dining",
|
||||
},
|
||||
{
|
||||
title: "Talk to the Chef",
|
||||
description: "Customize your flavor profile, cooking style, and herbs with our expert culinary team.",
|
||||
icon: Award,
|
||||
title: "Talk to the Chef", description: "Customize your flavor profile, cooking style, and herbs with our expert culinary team.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg",
|
||||
imageAlt: "Chef consultation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg", imageAlt: "Chef consultation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fish-slices-with-ice-wood-board-knife-pomegranate-seeds-small-bowl-table-copy-place_179666-46562.jpg",
|
||||
imageAlt: "Custom preparation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fish-slices-with-ice-wood-board-knife-pomegranate-seeds-small-bowl-table-copy-place_179666-46562.jpg", imageAlt: "Custom preparation"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-apple-cider-with-lime-slice-apple-peel-green-background_185193-165847.jpg?_wi=1",
|
||||
imageAlt: "luxury mediterranean seafood restaurant dining",
|
||||
},
|
||||
{
|
||||
title: "Enjoy Generously",
|
||||
description: "Savor bold, fresh Mediterranean flavors served in generous portions meant to satisfy.",
|
||||
icon: Utensils,
|
||||
title: "Enjoy Generously", description: "Savor bold, fresh Mediterranean flavors served in generous portions meant to satisfy.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fish-slices-with-ice-wood-board-sea-salt-small-bowl-knife-table-free-space_179666-46568.jpg",
|
||||
imageAlt: "Generous portion",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fish-slices-with-ice-wood-board-sea-salt-small-bowl-knife-table-free-space_179666-46568.jpg", imageAlt: "Generous portion"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-appetizer-meal-festive-party_53876-14022.jpg",
|
||||
imageAlt: "Fresh presentation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-appetizer-meal-festive-party_53876-14022.jpg", imageAlt: "Fresh presentation"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg?_wi=1",
|
||||
imageAlt: "luxury mediterranean seafood restaurant dining",
|
||||
},
|
||||
]}
|
||||
title="Your Seafood, Your Way"
|
||||
@@ -182,59 +129,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Seafood",
|
||||
name: "Whole Seabass",
|
||||
price: "$35",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-apple-cider-with-lime-slice-apple-peel-green-background_185193-165847.jpg?_wi=2",
|
||||
},
|
||||
id: "1", brand: "Seafood", name: "Whole Seabass", price: "$35", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/glass-apple-cider-with-lime-slice-apple-peel-green-background_185193-165847.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Seafood",
|
||||
name: "Fresh Calamari",
|
||||
price: "$22",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-figs-plate-with-drink-side-view-plaster-wooden-table_176474-9176.jpg",
|
||||
},
|
||||
id: "2", brand: "Seafood", name: "Fresh Calamari", price: "$22", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/green-figs-plate-with-drink-side-view-plaster-wooden-table_176474-9176.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Seafood",
|
||||
name: "Shrimp by the Kilo",
|
||||
price: "$45",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-smoothies-with-vegetables-closeup-top-view_501050-11.jpg",
|
||||
},
|
||||
id: "3", brand: "Seafood", name: "Shrimp by the Kilo", price: "$45", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/green-smoothies-with-vegetables-closeup-top-view_501050-11.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Soups",
|
||||
name: "Fresh Shrimp Bisque",
|
||||
price: "$12",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-calamary-rings-table_140725-341.jpg",
|
||||
},
|
||||
id: "4", brand: "Soups", name: "Fresh Shrimp Bisque", price: "$12", rating: 4,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/fried-calamary-rings-table_140725-341.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Drinks",
|
||||
name: "Guava Juice",
|
||||
price: "$6",
|
||||
rating: 5,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-smoked-fish-served-with-lemon-wooden-platter_140725-5122.jpg",
|
||||
},
|
||||
id: "5", brand: "Drinks", name: "Guava Juice", price: "$6", rating: 5,
|
||||
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-smoked-fish-served-with-lemon-wooden-platter_140725-5122.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Drinks",
|
||||
name: "Lemon-Mint Juice",
|
||||
price: "$6",
|
||||
rating: 5,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-decoration-with-tasty-fish-lemons_23-2148308084.jpg",
|
||||
},
|
||||
id: "6", brand: "Drinks", name: "Lemon-Mint Juice", price: "$6", rating: 5,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-decoration-with-tasty-fish-lemons_23-2148308084.jpg"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Freshness you can see. Flavor you won't forget."
|
||||
@@ -248,45 +159,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Everything was flavorful and fresh. The whole experience was top-notch!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Everything was flavorful and fresh. The whole experience was top-notch!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
handle: "@mkk",
|
||||
testimonial: "Portions are huge! The flavors are authentic and the view is stunning.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-girl-with-pizza-slice_23-2148299464.jpg",
|
||||
},
|
||||
id: "2", name: "Michael K.", handle: "@mkk", testimonial: "Portions are huge! The flavors are authentic and the view is stunning.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-girl-with-pizza-slice_23-2148299464.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amina R.",
|
||||
handle: "@aminar",
|
||||
testimonial: "Staff were incredibly attentive. Perfectly quiet and easy to talk.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
|
||||
},
|
||||
id: "3", name: "Amina R.", handle: "@aminar", testimonial: "Staff were incredibly attentive. Perfectly quiet and easy to talk.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
handle: "@davidl",
|
||||
testimonial: "One of my favorite places in the world. Stunning seaside atmosphere.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269185.jpg",
|
||||
},
|
||||
id: "4", name: "David L.", handle: "@davidl", testimonial: "One of my favorite places in the world. Stunning seaside atmosphere.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269185.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena M.",
|
||||
handle: "@elenam",
|
||||
testimonial: "Everything was so fresh. We watched the sunset and it was pure magic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg",
|
||||
},
|
||||
id: "5", name: "Elena M.", handle: "@elenam", testimonial: "Everything was so fresh. We watched the sunset and it was pure magic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Love"
|
||||
@@ -300,20 +186,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer private dining?",
|
||||
content: "Yes, we provide intimate, personalized service for special moments like proposals by the shore.",
|
||||
},
|
||||
id: "1", title: "Do you offer private dining?", content: "Yes, we provide intimate, personalized service for special moments like proposals by the shore."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is the seafood truly fresh?",
|
||||
content: "Our display highlights daily market-fresh catches to ensure the highest quality standards.",
|
||||
},
|
||||
id: "2", title: "Is the seafood truly fresh?", content: "Our display highlights daily market-fresh catches to ensure the highest quality standards."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What are your service hours?",
|
||||
content: "We are open daily to serve your lunch and sunset dinner cravings.",
|
||||
},
|
||||
id: "3", title: "What are your service hours?", content: "We are open daily to serve your lunch and sunset dinner cravings."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bottom-view-raw-fish-slices-with-ice-wood-board-tomatoes-pepper-grinder-sea-salt-table_179666-43707.jpg"
|
||||
title="Hospitality First"
|
||||
@@ -326,8 +203,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
tag="Reserve Your Experience"
|
||||
title="Ready for your BRANZINO experience?"
|
||||
description="Book your table now or call us directly to secure your spot by the water."
|
||||
@@ -341,29 +217,19 @@ export default function LandingPage() {
|
||||
logoText="BRANZINO"
|
||||
columns={[
|
||||
{
|
||||
title: "Alexandria",
|
||||
items: [
|
||||
title: "Alexandria", items: [
|
||||
{
|
||||
label: "Seaside Flagship",
|
||||
href: "#",
|
||||
},
|
||||
label: "Seaside Flagship", href: "#"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:123456789",
|
||||
},
|
||||
label: "Call Us", href: "tel:123456789"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user