Merge version_2 into main #1
311
src/app/page.tsx
311
src/app/page.tsx
@@ -32,93 +32,39 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="CHEF Bahrain"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Where Taste Meets Tradition in Bahrain"
|
||||
description="Experience Chef Steve's latest culinary journey. From our legendary fish and chips to artisanal Turkish eggs, discover the cozy flavors that the island is talking about."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#products" }, { text: "Book a Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-hot-water-arrangement_23-2149055814.jpg"
|
||||
imageAlt="CHEF Bahrain signature dishes"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312219.jpg",
|
||||
alt: "High angle dining table arrangement",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/morning-coffee-with-sandwich-grapefruit_23-2148797082.jpg",
|
||||
alt: "Morning coffee with sandwich and grapefruit",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wicker-chair-near-white-round-table-with-coffee-cup-breakfast-smoothie-cheesecake_23-2148067145.jpg",
|
||||
alt: "Wicker chair near the white round table",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-peaches_23-2150312260.jpg",
|
||||
alt: "High angle dining table with peaches",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-carefree-tender-lovely-blond-girl-white-dress-laughing-funny-joke-mes_1258-99054.jpg",
|
||||
alt: "Happy customer laughing portrait",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312219.jpg", alt: "High angle dining table arrangement" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/morning-coffee-with-sandwich-grapefruit_23-2148797082.jpg", alt: "Morning coffee with sandwich and grapefruit" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/wicker-chair-near-white-round-table-with-coffee-cup-breakfast-smoothie-cheesecake_23-2148067145.jpg", alt: "Wicker chair near the white round table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-peaches_23-2150312260.jpg", alt: "High angle dining table with peaches" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-portrait-carefree-tender-lovely-blond-girl-white-dress-laughing-funny-joke-mes_1258-99054.jpg", alt: "Happy customer laughing portrait" },
|
||||
]}
|
||||
avatarText="Join 500+ happy diners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family Friendly",
|
||||
icon: Smile,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal Craft",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Gourmet Flavors",
|
||||
icon: Utensils,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cozy Atmosphere",
|
||||
},
|
||||
{ type: "text", text: "Locally Sourced" },
|
||||
{ type: "text-icon", text: "Family Friendly", icon: Smile },
|
||||
{ type: "text", text: "Artisanal Craft" },
|
||||
{ type: "text-icon", text: "Gourmet Flavors", icon: Utensils },
|
||||
{ type: "text", text: "Cozy Atmosphere" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,18 +76,9 @@ export default function LandingPage() {
|
||||
title="A Cozy Haven for Food Lovers"
|
||||
description="At CHEF Bahrain, we believe great food is the cornerstone of happiness. Our space is designed to be your neighborhood escape—a place for family brunches, quiet coffee mornings with a good book, and long lunches filled with laughter."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh, Seasonal Ingredients",
|
||||
description: "Every dish is crafted with locally sourced, fresh ingredients for maximum flavor.",
|
||||
},
|
||||
{
|
||||
title: "Family-Friendly Atmosphere",
|
||||
description: "Kid-friendly menus, a selection of books, and welcoming vibes for all ages.",
|
||||
},
|
||||
{
|
||||
title: "Artisan Craftsmanship",
|
||||
description: "From perfect poaching to the crispiest batter, we master the details.",
|
||||
},
|
||||
{ title: "Fresh, Seasonal Ingredients", description: "Every dish is crafted with locally sourced, fresh ingredients for maximum flavor." },
|
||||
{ title: "Family-Friendly Atmosphere", description: "Kid-friendly menus, a selection of books, and welcoming vibes for all ages." },
|
||||
{ title: "Artisan Craftsmanship", description: "From perfect poaching to the crispiest batter, we master the details." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-man-using-avocado-while-preparing-healthy-food-kitchen_637285-3507.jpg"
|
||||
imageAlt="Chef Steve at work"
|
||||
@@ -155,21 +92,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Gourmet Flavors",
|
||||
description: "Refined taste in every bite.",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
title: "Family Friendly",
|
||||
description: "Kids love our books and smoothies.",
|
||||
},
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: "Relaxing Space",
|
||||
description: "The perfect nook to escape and read.",
|
||||
},
|
||||
{ icon: Utensils, title: "Gourmet Flavors", description: "Refined taste in every bite." },
|
||||
{ icon: Smile, title: "Family Friendly", description: "Kids love our books and smoothies." },
|
||||
{ icon: BookOpen, title: "Relaxing Space", description: "The perfect nook to escape and read." },
|
||||
]}
|
||||
title="Why You'll Love CHEF"
|
||||
description="More than just a restaurant—we're a community staple."
|
||||
@@ -183,42 +108,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Signature Fish & Chips",
|
||||
price: "BHD 6.500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-hamburger-wooden-plate-restaurant_181624-50415.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Turkish Poached Eggs",
|
||||
price: "BHD 4.200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-with-vegetables-wooden-board_140725-9665.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Brisket Croquettes",
|
||||
price: "BHD 5.500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-smoothie-with-apples-ginger-strawberries_23-2147684381.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Gourmet French Toast",
|
||||
price: "BHD 4.500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2836.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fresh Island Ceviche",
|
||||
price: "BHD 5.800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/types-foods-cookies-drinks-put-table-front-flower-vase_181624-21166.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Artisan Coffee & Smoothie",
|
||||
price: "BHD 2.500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-fruit-salad-white-plate_1150-21982.jpg",
|
||||
},
|
||||
{ id: "1", name: "Signature Fish & Chips", price: "BHD 6.500", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-hamburger-wooden-plate-restaurant_181624-50415.jpg" },
|
||||
{ id: "2", name: "Turkish Poached Eggs", price: "BHD 4.200", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-with-vegetables-wooden-board_140725-9665.jpg" },
|
||||
{ id: "3", name: "Brisket Croquettes", price: "BHD 5.500", imageSrc: "http://img.b2bpic.net/free-photo/green-smoothie-with-apples-ginger-strawberries_23-2147684381.jpg" },
|
||||
{ id: "4", name: "Gourmet French Toast", price: "BHD 4.500", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-pancakes-cheesecakes-ricotta-fritters-with-fresh-blueberries-currants-peaches-plate-healthy-delicious-breakfast-holiday-blue-wooden-background_127032-2836.jpg" },
|
||||
{ id: "5", name: "Fresh Island Ceviche", price: "BHD 5.800", imageSrc: "http://img.b2bpic.net/free-photo/types-foods-cookies-drinks-put-table-front-flower-vase_181624-21166.jpg" },
|
||||
{ id: "6", name: "Artisan Coffee & Smoothie", price: "BHD 2.500", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-fruit-salad-white-plate_1150-21982.jpg" },
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore our curated menu of island favorites, crafted with passion."
|
||||
@@ -232,21 +127,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
description: "Happy Families Served",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "12",
|
||||
description: "Signature Dishes",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.9",
|
||||
description: "Average Star Rating",
|
||||
},
|
||||
{ id: "1", value: "500+", description: "Happy Families Served" },
|
||||
{ id: "2", value: "12", description: "Signature Dishes" },
|
||||
{ id: "3", value: "4.9", description: "Average Star Rating" },
|
||||
]}
|
||||
title="Serving Smiles Daily"
|
||||
description="We are proud of the community feedback and the memories we create."
|
||||
@@ -260,46 +143,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sara O",
|
||||
role: "Local Guide",
|
||||
company: "Bahrain Foodie",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-carefree-tender-lovely-blond-girl-white-dress-laughing-funny-joke-mes_1258-99054.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Zahra Alansari",
|
||||
role: "Food Blogger",
|
||||
company: "Island Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006701.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Wa'el Biltagi",
|
||||
role: "Culinary Enthusiast",
|
||||
company: "Gourmet Bahrain",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maryam Alsadah",
|
||||
role: "Parent",
|
||||
company: "Community Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-eating-together_23-2148972776.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rob Jones",
|
||||
role: "Regular Guest",
|
||||
company: "Bahrain Daily",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sara O", role: "Local Guide", company: "Bahrain Foodie", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-carefree-tender-lovely-blond-girl-white-dress-laughing-funny-joke-mes_1258-99054.jpg" },
|
||||
{ id: "2", name: "Zahra Alansari", role: "Food Blogger", company: "Island Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006701.jpg" },
|
||||
{ id: "3", name: "Wa'el Biltagi", role: "Culinary Enthusiast", company: "Gourmet Bahrain", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg" },
|
||||
{ id: "4", name: "Maryam Alsadah", role: "Parent", company: "Community Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-eating-together_23-2148972776.jpg" },
|
||||
{ id: "5", name: "Rob Jones", role: "Regular Guest", company: "Bahrain Daily", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg" },
|
||||
]}
|
||||
title="What Bahrain Says"
|
||||
description="Join our community of satisfied food lovers."
|
||||
@@ -311,26 +159,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is the restaurant kid-friendly?",
|
||||
content: "Absolutely! We have a dedicated book selection, child-friendly menu items, and plenty of space for families.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer vegetarian options?",
|
||||
content: "Yes, we prioritize fresh vegetables and have several delicious vegetarian-friendly dishes on our menu.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Where are you located?",
|
||||
content: "We are conveniently located in the heart of the community—drop by and spot our sign!",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you take reservations?",
|
||||
content: "We love welcoming walk-ins, but feel free to call ahead for larger family gatherings.",
|
||||
},
|
||||
{ id: "1", title: "Is the restaurant kid-friendly?", content: "Absolutely! We have a dedicated book selection, child-friendly menu items, and plenty of space for families." },
|
||||
{ id: "2", title: "Do you offer vegetarian options?", content: "Yes, we prioritize fresh vegetables and have several delicious vegetarian-friendly dishes on our menu." },
|
||||
{ id: "3", title: "Where are you located?", content: "We are conveniently located in the heart of the community—drop by and spot our sign!" },
|
||||
{ id: "4", title: "Do you take reservations?", content: "We love welcoming walk-ins, but feel free to call ahead for larger family gatherings." },
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Everything you need to know about CHEF Bahrain."
|
||||
@@ -341,71 +173,20 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Ready for a Culinary Treat?"
|
||||
description="Come visit Chef Steve at CHEF Bahrain. Great service, cozy vibes, and brilliant food are waiting for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Reserve",
|
||||
href: "tel:+97300000000",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call to Reserve", href: "tel:+97300000000" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+97300000000",
|
||||
},
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:hello@chefbahrain.bh",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "Menu", href: "#products" }, { label: "Our Story", href: "#about" }, { label: "Reviews", href: "#testimonials" }] },
|
||||
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Call Us", href: "tel:+97300000000" }, { label: "Email", href: "mailto:hello@chefbahrain.bh" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
|
||||
]}
|
||||
logoText="CHEF Bahrain"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user