10 Commits

Author SHA1 Message Date
6b3289af2c Update src/app/page.tsx 2026-04-28 11:25:42 +00:00
ef9b8b9a8b Merge version_7 into main
Merge version_7 into main
2026-04-28 11:21:35 +00:00
14b86c569b Update src/app/page.tsx 2026-04-28 11:21:32 +00:00
2739832392 Merge version_6 into main
Merge version_6 into main
2026-04-28 11:18:37 +00:00
eb41301b1e Update src/app/page.tsx 2026-04-28 11:18:33 +00:00
f25e6c5e0f Merge version_5 into main
Merge version_5 into main
2026-04-28 11:14:42 +00:00
1819ff02c9 Update src/app/page.tsx 2026-04-28 11:14:39 +00:00
5c9b9752d4 Merge version_4 into main
Merge version_4 into main
2026-04-28 10:38:37 +00:00
e382917a2c Update src/app/page.tsx 2026-04-28 10:38:34 +00:00
4c8f03eb83 Merge version_3 into main
Merge version_3 into main
2026-04-28 10:36:04 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
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/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" },
@@ -108,7 +108,7 @@ 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: "1", name: "Signature Fish & Chips", price: "BHD 6.500", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-chips-dark-wooden-surface_1150-42475.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" },
@@ -161,7 +161,7 @@ export default function LandingPage() {
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: "3", title: "Where are you located?", content: "We are located at 123 Culinary Lane, Adliya District, Manama, Bahrain. 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"
@@ -176,8 +176,8 @@ export default function LandingPage() {
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" }]}
description="Come visit Chef Steve at CHEF Bahrain. Great service, cozy vibes, and brilliant food are waiting for you. Call us: +973 1234 5678. Find us on Instagram @CHEFBahrain. Business Policy: No outside food or drinks allowed."
buttons={[{ text: "Book Your Table Now", href: "tel:+97312345678" }]}
/>
</div>
@@ -185,7 +185,7 @@ export default function LandingPage() {
<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: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Call Us", href: "tel:+97312345678" }, { label: "Email", href: "mailto:hello@chefbahrain.bh" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
]}
logoText="CHEF Bahrain"