diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 6810a2a..37a8fe5 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -26,35 +26,21 @@ export default function LandingPage() {
@@ -62,8 +48,7 @@ export default function LandingPage() {
@@ -101,50 +81,31 @@ export default function LandingPage() {
logoText="Shamwari's Bistro"
columns={[
{
- title: "Explore",
- items: [
+ title: "Explore", items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Home", href: "/"},
{
- label: "Our Menu",
- href: "/menu",
- },
+ label: "Our Menu", href: "/menu"},
{
- label: "Gallery",
- href: "/gallery",
- },
+ label: "Gallery", href: "/gallery"},
],
},
{
- title: "Visit",
- items: [
+ title: "Visit", items: [
{
- label: "Reservations",
- href: "/reservations",
- },
+ label: "Reservations", href: "/reservations"},
{
- label: "Contact Us",
- href: "/contact",
- },
+ label: "Contact Us", href: "/contact"},
{
- label: "Reviews",
- href: "/reviews",
- },
+ label: "Reviews", href: "/reviews"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}
diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index afb7b94..bb730be 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -26,35 +26,21 @@ export default function LandingPage() {
@@ -66,59 +52,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "g1",
- brand: "Signature Dish",
- name: "Artful Plating",
- price: "",
- rating: 0,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-avocado-wasabi-sauce-plate-plaid-fabric_141793-11665.jpg",
- imageAlt: "Close-up of a perfectly plated gourmet dish",
- },
+ id: "g1", brand: "Signature Dish", name: "Artful Plating", price: "", rating: 0,
+ reviewCount: "0 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-salad-with-avocado-wasabi-sauce-plate-plaid-fabric_141793-11665.jpg", imageAlt: "Close-up of a perfectly plated gourmet dish"},
{
- id: "g2",
- brand: "Ambiance",
- name: "Elegant Interiors",
- price: "",
- rating: 0,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg",
- imageAlt: "Elegant interior of the bistro with warm lighting",
- },
+ id: "g2", brand: "Ambiance", name: "Elegant Interiors", price: "", rating: 0,
+ reviewCount: "0 reviews", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg", imageAlt: "Elegant interior of the bistro with warm lighting"},
{
- id: "g3",
- brand: "Desserts",
- name: "Sweet Creations",
- price: "",
- rating: 0,
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-cookie-with-black-tea-table_140725-854.jpg",
- imageAlt: "Beautifully crafted dessert on a white plate",
- },
+ id: "g3", brand: "Desserts", name: "Sweet Creations", price: "", rating: 0,
+ reviewCount: "0 reviews", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cookie-with-black-tea-table_140725-854.jpg", imageAlt: "Beautifully crafted dessert on a white plate"},
{
- id: "g4",
- brand: "Beverages",
- name: "Fine Wine Selection",
- price: "",
- rating: 0,
- imageSrc: "http://img.b2bpic.net/free-photo/decanter-glass-with-wine_23-2149746485.jpg",
- imageAlt: "Wine bottle and glasses on a dining table",
- },
+ id: "g4", brand: "Beverages", name: "Fine Wine Selection", price: "", rating: 0,
+ reviewCount: "0 reviews", imageSrc: "http://img.b2bpic.net/free-photo/decanter-glass-with-wine_23-2149746485.jpg", imageAlt: "Wine bottle and glasses on a dining table"},
{
- id: "g5",
- brand: "Behind The Scenes",
- name: "Our Busy Kitchen",
- price: "",
- rating: 0,
- imageSrc: "http://img.b2bpic.net/free-photo/row-bar-equipment-counter_23-2148209430.jpg",
- imageAlt: "Chefs working in a bustling professional kitchen",
- },
+ id: "g5", brand: "Behind The Scenes", name: "Our Busy Kitchen", price: "", rating: 0,
+ reviewCount: "0 reviews", imageSrc: "http://img.b2bpic.net/free-photo/row-bar-equipment-counter_23-2148209430.jpg", imageAlt: "Chefs working in a bustling professional kitchen"},
{
- id: "g6",
- brand: "Cocktails",
- name: "Crafted Mixology",
- price: "",
- rating: 0,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-pepper-cocktail-served-martini-glass-with-cherry-tomatoes-cornichons_140725-8883.jpg",
- imageAlt: "Exotic cocktail being prepared by a mixologist",
- },
+ id: "g6", brand: "Cocktails", name: "Crafted Mixology", price: "", rating: 0,
+ reviewCount: "0 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-pepper-cocktail-served-martini-glass-with-cherry-tomatoes-cornichons_140725-8883.jpg", imageAlt: "Exotic cocktail being prepared by a mixologist"},
]}
title="A Glimpse Into Our World"
description="Explore the exquisite dishes, vibrant ambiance, and memorable moments at Shamwari's Bistro."
@@ -132,52 +82,20 @@ export default function LandingPage() {
useInvertedBackground={true}
groups={[
{
- id: "culinary",
- groupTitle: "Culinary Team",
- members: [
+ id: "culinary", groupTitle: "Culinary Team", members: [
{
- id: "m1",
- title: "Chef Isabella Rossi",
- subtitle: "Head Chef",
- detail: "Innovator of flavors, bringing years of Michelin-star experience to our kitchen.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232160.jpg",
- imageAlt: "Portrait of Head Chef Isabella Rossi",
- },
+ id: "m1", title: "Chef Isabella Rossi", subtitle: "Head Chef", detail: "Innovator of flavors, bringing years of Michelin-star experience to our kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232160.jpg", imageAlt: "Portrait of Head Chef Isabella Rossi"},
{
- id: "m2",
- title: "Chef Marco Bianchi",
- subtitle: "Sous Chef",
- detail: "Master of precise techniques and a passionate creator of culinary delights.",
- imageSrc: "http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg",
- imageAlt: "Portrait of Sous Chef Marco Bianchi",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-making-pasta_23-2149631682.jpg?_wi=2",
- imageAlt: "head chef portrait professional",
+ id: "m2", title: "Chef Marco Bianchi", subtitle: "Sous Chef", detail: "Master of precise techniques and a passionate creator of culinary delights.", imageSrc: "http://img.b2bpic.net/free-photo/chef-chopping-vegetables-cutting-board-preparing-ingredients_482257-121189.jpg", imageAlt: "Portrait of Sous Chef Marco Bianchi"},
+ ]
},
{
- id: "service",
- groupTitle: "Service & Hospitality",
- members: [
+ id: "service", groupTitle: "Service & Hospitality", members: [
{
- id: "m3",
- title: "Sophia Chen",
- subtitle: "Sommelier",
- detail: "Curator of our award-winning wine list, ensuring perfect pairings for every dish.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-smiling_23-2148060481.jpg",
- imageAlt: "Portrait of Sommelier Sophia Chen",
- },
+ id: "m3", title: "Sophia Chen", subtitle: "Sommelier", detail: "Curator of our award-winning wine list, ensuring perfect pairings for every dish.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-smiling_23-2148060481.jpg", imageAlt: "Portrait of Sommelier Sophia Chen"},
{
- id: "m4",
- title: "Daniel Lee",
- subtitle: "Restaurant Manager",
- detail: "Ensuring every guest receives impeccable service and a memorable visit.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064977.jpg",
- imageAlt: "Portrait of Restaurant Manager Daniel Lee",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/content-young-man-smiling_74855-2722.jpg?_wi=2",
- imageAlt: "head chef portrait professional",
+ id: "m4", title: "Daniel Lee", subtitle: "Restaurant Manager", detail: "Ensuring every guest receives impeccable service and a memorable visit.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064977.jpg", imageAlt: "Portrait of Restaurant Manager Daniel Lee"},
+ ]
},
]}
title="Meet Our Dedicated Team"
@@ -190,50 +108,31 @@ export default function LandingPage() {
logoText="Shamwari's Bistro"
columns={[
{
- title: "Explore",
- items: [
+ title: "Explore", items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Home", href: "/"},
{
- label: "Our Menu",
- href: "/menu",
- },
+ label: "Our Menu", href: "/menu"},
{
- label: "Gallery",
- href: "/gallery",
- },
+ label: "Gallery", href: "/gallery"},
],
},
{
- title: "Visit",
- items: [
+ title: "Visit", items: [
{
- label: "Reservations",
- href: "/reservations",
- },
+ label: "Reservations", href: "/reservations"},
{
- label: "Contact Us",
- href: "/contact",
- },
+ label: "Contact Us", href: "/contact"},
{
- label: "Reviews",
- href: "/reviews",
- },
+ label: "Reviews", href: "/reviews"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 44ed5a6..1601265 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,35 +29,21 @@ export default function LandingPage() {
@@ -67,82 +53,43 @@ export default function LandingPage() {
description="Savor exquisite flavors, impeccable service, and an unforgettable dining experience in the heart of the city."
testimonials={[
{
- name: "Alice M.",
- handle: "@foodie_adventures",
- testimonial: "Shamwari's Bistro offers a truly delightful dining experience. Every dish is a masterpiece!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/content-young-man-smiling_74855-2722.jpg?_wi=1",
- imageAlt: "happy man smiling portrait",
- },
+ name: "Alice M.", handle: "@foodie_adventures", testimonial: "Shamwari's Bistro offers a truly delightful dining experience. Every dish is a masterpiece!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/content-young-man-smiling_74855-2722.jpg", imageAlt: "happy man smiling portrait"},
{
- name: "Ben T.",
- handle: "@gourmet_explorer",
- testimonial: "The ambiance and the menu at Shamwari's are unmatched. A must-visit for any food lover. Every detail is perfect.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg",
- imageAlt: "happy woman smiling portrait",
- },
+ name: "Ben T.", handle: "@gourmet_explorer", testimonial: "The ambiance and the menu at Shamwari's are unmatched. A must-visit for any food lover. Every detail is perfect.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", imageAlt: "happy woman smiling portrait"},
{
- name: "Chef Emily R.",
- handle: "@culinary_journeys",
- testimonial: "As a chef, I appreciate the attention to detail and innovative approach. Truly inspiring! A true culinary gem.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-chef-uniform_329181-675.jpg",
- imageAlt: "chef portrait smiling",
- },
+ name: "Chef Emily R.", handle: "@culinary_journeys", testimonial: "As a chef, I appreciate the attention to detail and innovative approach. Truly inspiring! A true culinary gem.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-chef-uniform_329181-675.jpg", imageAlt: "chef portrait smiling"},
{
- name: "David L.",
- handle: "@dining_reviews",
- testimonial: "An absolutely fantastic evening! The service was attentive, and the dishes were simply divine. Highly recommend!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6353.jpg",
- imageAlt: "Handsome man outdoors portrait",
- },
+ name: "David L.", handle: "@dining_reviews", testimonial: "An absolutely fantastic evening! The service was attentive, and the dishes were simply divine. Highly recommend!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6353.jpg", imageAlt: "Handsome man outdoors portrait"},
{
- name: "Sarah P.",
- handle: "@epicurean_dreams",
- testimonial: "Shamwari's Bistro exceeded all my expectations. The flavors were bold and fresh, creating a truly memorable meal.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-lady-green-shirt-showing-double-thumbs-up-looking-happy_176474-81947.jpg",
- imageAlt: "Portrait of adult woman posing",
- },
+ name: "Sarah P.", handle: "@epicurean_dreams", testimonial: "Shamwari's Bistro exceeded all my expectations. The flavors were bold and fresh, creating a truly memorable meal.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-lady-green-shirt-showing-double-thumbs-up-looking-happy_176474-81947.jpg", imageAlt: "Portrait of adult woman posing"},
]}
testimonialRotationInterval={5000}
tag="Award-Winning"
buttons={[
{
- text: "View Our Menu",
- href: "/menu",
- },
+ text: "View Our Menu", href: "/menu"},
{
- text: "Make a Reservation",
- href: "/reservations",
- },
+ text: "Make a Reservation", href: "/reservations"},
]}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/male-cook-frying-meat-pan-stove_23-2148040250.jpg",
- alt: "female chef portrait",
- },
+ src: "http://img.b2bpic.net/free-photo/male-cook-frying-meat-pan-stove_23-2148040250.jpg", alt: "female chef portrait"},
{
- src: "http://img.b2bpic.net/free-photo/pleased-smiling-middle-eastern-man-looking-happy-delighted_176420-20504.jpg",
- alt: "male sommelier portrait",
- },
+ src: "http://img.b2bpic.net/free-photo/pleased-smiling-middle-eastern-man-looking-happy-delighted_176420-20504.jpg", alt: "male sommelier portrait"},
{
- src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2148986296.jpg",
- alt: "bistro owner portrait",
- },
+ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2148986296.jpg", alt: "bistro owner portrait"},
{
- src: "http://img.b2bpic.net/free-photo/pretty-female-smiling_1187-4949.jpg",
- alt: "waitress serving food smiling",
- },
+ src: "http://img.b2bpic.net/free-photo/pretty-female-smiling_1187-4949.jpg", alt: "waitress serving food smiling"},
{
- src: "http://img.b2bpic.net/free-photo/confident-asian-businesswoman-showing-thumbs-up-standing-near-entrance-her-cafe-restaurant_1258-199355.jpg",
- alt: "Smiley woman doing the thumbs up",
- },
+ src: "http://img.b2bpic.net/free-photo/confident-asian-businesswoman-showing-thumbs-up-standing-near-entrance-her-cafe-restaurant_1258-199355.jpg", alt: "Smiley woman doing the thumbs up"},
]}
avatarText="Over 1000+ happy diners"
- imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-man-making-pasta_23-2149631682.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-man-making-pasta_23-2149631682.jpg"
imageAlt="Elegant interior of Shamwari's Bistro with warm lighting"
showBlur={true}
/>
@@ -153,17 +100,12 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "Our Culinary Story: Crafting Unforgettable Moments",
- },
+ type: "text", content: "Our Culinary Story: Crafting Unforgettable Moments"},
]}
buttons={[
{
- text: "Learn More About Us",
- href: "/about",
- },
+ text: "Learn More About Us", href: "/about"},
]}
- description="Shamwari's Bistro was born from a passion for authentic flavors and a desire to create a welcoming space for culinary exploration. Our chefs meticulously select the finest seasonal ingredients, transforming them into dishes that tell a story with every bite. From classic techniques to innovative creations, we invite you to be part of our gastronomic journey."
/>
@@ -174,32 +116,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Fresh, Local Ingredients",
- descriptions: [
- "We partner with local farms and suppliers to bring the freshest, seasonal ingredients directly to your plate, ensuring peak flavor and quality in every dish.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-around-different-ingredients-dark-background-meal-food-dough-pasta-dish-fruit-color-nut_140725-160790.jpg",
- imageAlt: "Fresh organic vegetables and herbs",
- },
+ id: "f1", title: "Fresh, Local Ingredients", descriptions: [
+ "We partner with local farms and suppliers to bring the freshest, seasonal ingredients directly to your plate, ensuring peak flavor and quality in every dish."],
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-plate-around-different-ingredients-dark-background-meal-food-dough-pasta-dish-fruit-color-nut_140725-160790.jpg", imageAlt: "Fresh organic vegetables and herbs"},
{
- id: "f2",
- title: "Elegant Dining Atmosphere",
- descriptions: [
- "Immerse yourself in our beautifully designed space, combining classic charm with modern sophistication for a comfortable and luxurious dining experience.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/lamb-chicken-burger-without-top-bun-with-mushroom-herbs-tomato-sauce_140725-8320.jpg",
- imageAlt: "Elegant dining table setting",
- },
+ id: "f2", title: "Elegant Dining Atmosphere", descriptions: [
+ "Immerse yourself in our beautifully designed space, combining classic charm with modern sophistication for a comfortable and luxurious dining experience."],
+ imageSrc: "http://img.b2bpic.net/free-photo/lamb-chicken-burger-without-top-bun-with-mushroom-herbs-tomato-sauce_140725-8320.jpg", imageAlt: "Elegant dining table setting"},
{
- id: "f3",
- title: "Signature Cocktails & Wines",
- descriptions: [
- "Our expert mixologists craft unique cocktails, and our curated wine list features selections perfect for complementing your meal.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cocktail-tropical-fruits_23-2147795344.jpg",
- imageAlt: "Artisan cocktails being prepared",
- },
+ id: "f3", title: "Signature Cocktails & Wines", descriptions: [
+ "Our expert mixologists craft unique cocktails, and our curated wine list features selections perfect for complementing your meal."],
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-cocktail-tropical-fruits_23-2147795344.jpg", imageAlt: "Artisan cocktails being prepared"},
]}
title="The Shamwari's Experience"
description="Discover what makes dining at our bistro truly exceptional."
@@ -211,14 +138,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "Gourmet Magazine",
- "Wine & Dine Critics",
- "Local Food Guide",
- "Chef's Alliance",
- "Hospitality Awards",
- "Event Planners Co.",
- "City Eatery Review",
- ]}
+ "Gourmet Magazine", "Wine & Dine Critics", "Local Food Guide", "Chef's Alliance", "Hospitality Awards", "Event Planners Co.", "City Eatery Review"]}
title="Trusted by Culinary Connoisseurs"
description="Our commitment to excellence has earned us recognition from leading culinary organizations and publications."
/>
@@ -228,8 +148,7 @@ export default function LandingPage() {