Merge version_1 into main #2
@@ -19,8 +19,7 @@ export default function MenuPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -28,8 +27,7 @@ export default function MenuPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +44 (0)1293 123456", href: "tel:+441293123456" },
|
||||
{ label: "Email: info@tamashah.co.uk", href: "mailto:info@tamashah.co.uk" },
|
||||
{ label: "91 High St, Crawley RH10 1BA", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function MenuPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{ label: "Mon-Thu: 12-11pm", href: "#" },
|
||||
{ label: "Fri-Sat: 12-12am", href: "#" },
|
||||
{ label: "Sun: 12-10:30pm", href: "#" },
|
||||
@@ -65,9 +62,7 @@ export default function MenuPage() {
|
||||
brandName="Tamashah"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book a Table",
|
||||
href: "/booking",
|
||||
}}
|
||||
text: "Book a Table", href: "/booking"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,8 +76,8 @@ export default function MenuPage() {
|
||||
{ text: "View Buffet", href: "#buffet" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=3"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
|
||||
imageAlt="Tamashah menu specialties"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -93,39 +88,18 @@ export default function MenuPage() {
|
||||
<FeatureCardTwelve
|
||||
features={[
|
||||
{
|
||||
id: "curries",
|
||||
label: "Curries",
|
||||
title: "Traditional curry selection",
|
||||
items: [
|
||||
"Butter chicken and paneer",
|
||||
"Rich lamb and chicken curries",
|
||||
"Aromatic biryani selection",
|
||||
"House special spice blends",
|
||||
],
|
||||
id: "curries", label: "Curries", title: "Traditional curry selection", items: [
|
||||
"Butter chicken and paneer", "Rich lamb and chicken curries", "Aromatic biryani selection", "House special spice blends"],
|
||||
buttons: [{ text: "Explore", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "vegetarian",
|
||||
label: "Vegetarian",
|
||||
title: "Plant-based specialties",
|
||||
items: [
|
||||
"Paneer tikka and bhindi",
|
||||
"Chickpea and lentil dishes",
|
||||
"Seasonal vegetable curries",
|
||||
"Saag and spinach varieties",
|
||||
],
|
||||
id: "vegetarian", label: "Vegetarian", title: "Plant-based specialties", items: [
|
||||
"Paneer tikka and bhindi", "Chickpea and lentil dishes", "Seasonal vegetable curries", "Saag and spinach varieties"],
|
||||
buttons: [{ text: "Explore", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "sides",
|
||||
label: "Sides",
|
||||
title: "Breads and rice dishes",
|
||||
items: [
|
||||
"Naan and roti varieties",
|
||||
"Fragrant basmati rice",
|
||||
"Appetizer samosas",
|
||||
"Raita and chutneys",
|
||||
],
|
||||
id: "sides", label: "Sides", title: "Breads and rice dishes", items: [
|
||||
"Naan and roti varieties", "Fragrant basmati rice", "Appetizer samosas", "Raita and chutneys"],
|
||||
buttons: [{ text: "Explore", href: "#" }],
|
||||
},
|
||||
]}
|
||||
|
||||
140
src/app/page.tsx
140
src/app/page.tsx
@@ -33,8 +33,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -42,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +44 (0)1293 123456", href: "tel:+441293123456" },
|
||||
{ label: "Email: info@tamashah.co.uk", href: "mailto:info@tamashah.co.uk" },
|
||||
{ label: "91 High St, Crawley RH10 1BA", href: "#" },
|
||||
@@ -51,8 +49,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{ label: "Mon-Thu: 12-11pm", href: "#" },
|
||||
{ label: "Fri-Sat: 12-12am", href: "#" },
|
||||
{ label: "Sun: 12-10:30pm", href: "#" },
|
||||
@@ -79,9 +76,7 @@ export default function HomePage() {
|
||||
brandName="Tamashah"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book a Table",
|
||||
href: "/booking",
|
||||
}}
|
||||
text: "Book a Table", href: "/booking"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,8 +90,8 @@ export default function HomePage() {
|
||||
{ text: "Book a Table", href: "/booking" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=1"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
|
||||
imageAlt="Tamashah restaurant interior with warm lighting"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -107,25 +102,13 @@ export default function HomePage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "rating",
|
||||
value: "4.0",
|
||||
title: "Star Rating",
|
||||
description: "On Google & Trustpilot",
|
||||
icon: Star,
|
||||
id: "rating", value: "4.0", title: "Star Rating", description: "On Google & Trustpilot", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "reviews",
|
||||
value: "754",
|
||||
title: "Reviews",
|
||||
description: "From verified customers",
|
||||
icon: MessageCircle,
|
||||
id: "reviews", value: "754", title: "Reviews", description: "From verified customers", icon: MessageCircle,
|
||||
},
|
||||
{
|
||||
id: "price",
|
||||
value: "£20",
|
||||
title: "Per Person",
|
||||
description: "Average spend on dine-in",
|
||||
icon: DollarSign,
|
||||
id: "price", value: "£20", title: "Per Person", description: "Average spend on dine-in", icon: DollarSign,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -146,27 +129,19 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Traditional Indian dishes prepared with imported spices and family recipes",
|
||||
icon: UtensilsCrossed,
|
||||
title: "Authentic Recipes", description: "Traditional Indian dishes prepared with imported spices and family recipes", icon: UtensilsCrossed,
|
||||
},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "Welcoming atmosphere perfect for families, couples, and group celebrations",
|
||||
icon: Users,
|
||||
title: "Family Friendly", description: "Welcoming atmosphere perfect for families, couples, and group celebrations", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Vegetarian Specialties",
|
||||
description: "Extensive vegetarian menu featuring dal, paneer, and seasonal vegetables",
|
||||
icon: Leaf,
|
||||
title: "Vegetarian Specialties", description: "Extensive vegetarian menu featuring dal, paneer, and seasonal vegetables", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "All You Can Eat",
|
||||
description: "Popular all-you-can-eat buffet service available Friday to Sunday",
|
||||
icon: Utensils,
|
||||
title: "All You Can Eat", description: "Popular all-you-can-eat buffet service available Friday to Sunday", icon: Utensils,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
|
||||
imageAlt="Interior of Tamashah restaurant showing traditional décor"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -181,39 +156,18 @@ export default function HomePage() {
|
||||
<FeatureCardTwelve
|
||||
features={[
|
||||
{
|
||||
id: "dine-in",
|
||||
label: "Dine In",
|
||||
title: "Enjoy restaurant experience",
|
||||
items: [
|
||||
"Fine dining ambience",
|
||||
"Table reservations available",
|
||||
"Full bar service",
|
||||
"Special occasions catered",
|
||||
],
|
||||
id: "dine-in", label: "Dine In", title: "Enjoy restaurant experience", items: [
|
||||
"Fine dining ambience", "Table reservations available", "Full bar service", "Special occasions catered"],
|
||||
buttons: [{ text: "Book Now", href: "/booking" }],
|
||||
},
|
||||
{
|
||||
id: "collection",
|
||||
label: "Collection",
|
||||
title: "Pick up ready meals",
|
||||
items: [
|
||||
"Order online",
|
||||
"Ready in 30 minutes",
|
||||
"Hot & fresh guaranteed",
|
||||
"Free large order drinks",
|
||||
],
|
||||
id: "collection", label: "Collection", title: "Pick up ready meals", items: [
|
||||
"Order online", "Ready in 30 minutes", "Hot & fresh guaranteed", "Free large order drinks"],
|
||||
buttons: [{ text: "Order Now", href: "https://example.com/order" }],
|
||||
},
|
||||
{
|
||||
id: "delivery",
|
||||
label: "Delivery",
|
||||
title: "Delivered to your door",
|
||||
items: [
|
||||
"Fast delivery service",
|
||||
"Wide local coverage",
|
||||
"Same quality at home",
|
||||
"Track your order",
|
||||
],
|
||||
id: "delivery", label: "Delivery", title: "Delivered to your door", items: [
|
||||
"Fast delivery service", "Wide local coverage", "Same quality at home", "Track your order"],
|
||||
buttons: [{ text: "Order Now", href: "https://example.com/delivery" }],
|
||||
},
|
||||
]}
|
||||
@@ -229,59 +183,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best Indian in Crawley",
|
||||
quote: "Tamashah has become our go-to restaurant. The biryani is exceptional and the service is always warm and welcoming. Highly recommend!",
|
||||
name: "James Wilson",
|
||||
role: "Google Reviewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "1", title: "Best Indian in Crawley", quote: "Tamashah has become our go-to restaurant. The biryani is exceptional and the service is always warm and welcoming. Highly recommend!", name: "James Wilson", role: "Google Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Perfect for family gatherings",
|
||||
quote: "We celebrated our anniversary at Tamashah and everything was perfect. The staff accommodated our special requests beautifully.",
|
||||
name: "Sarah Ahmed",
|
||||
role: "Trustpilot Reviewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
imageAlt: "Sarah Ahmed",
|
||||
},
|
||||
id: "2", title: "Perfect for family gatherings", quote: "We celebrated our anniversary at Tamashah and everything was perfect. The staff accommodated our special requests beautifully.", name: "Sarah Ahmed", role: "Trustpilot Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Ahmed"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Authentic flavours",
|
||||
quote: "You can taste the authenticity in every dish. The spice levels are perfect and the ingredients are clearly high quality.",
|
||||
name: "Michael Chen",
|
||||
role: "Google Reviewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-asian-businessman-with-crossed-arms_1262-1587.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "3", title: "Authentic flavours", quote: "You can taste the authenticity in every dish. The spice levels are perfect and the ingredients are clearly high quality.", name: "Michael Chen", role: "Google Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-asian-businessman-with-crossed-arms_1262-1587.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "4",
|
||||
title: "All-you-can-eat is fantastic",
|
||||
quote: "The buffet spread is incredible. We tried 12 different dishes and everything was freshly prepared and delicious.",
|
||||
name: "Emma Thompson",
|
||||
role: "Trustpilot Reviewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
|
||||
imageAlt: "Emma Thompson",
|
||||
},
|
||||
id: "4", title: "All-you-can-eat is fantastic", quote: "The buffet spread is incredible. We tried 12 different dishes and everything was freshly prepared and delicious.", name: "Emma Thompson", role: "Trustpilot Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emma Thompson"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Outstanding service",
|
||||
quote: "The team went above and beyond to make our experience special. Professional, attentive, and genuinely friendly.",
|
||||
name: "David Patel",
|
||||
role: "Google Reviewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg?_wi=1",
|
||||
imageAlt: "David Patel",
|
||||
},
|
||||
id: "5", title: "Outstanding service", quote: "The team went above and beyond to make our experience special. Professional, attentive, and genuinely friendly.", name: "David Patel", role: "Google Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg", imageAlt: "David Patel"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Worth every penny",
|
||||
quote: "The quality of food and service justifies the price. Every visit feels special. Already planning our next reservation.",
|
||||
name: "Lisa Roberts",
|
||||
role: "Trustpilot Reviewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1",
|
||||
imageAlt: "Lisa Roberts",
|
||||
},
|
||||
id: "6", title: "Worth every penny", quote: "The quality of food and service justifies the price. Every visit feels special. Already planning our next reservation.", name: "Lisa Roberts", role: "Trustpilot Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Lisa Roberts"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Real feedback from our valued customers"
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ReviewsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -28,8 +27,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +44 (0)1293 123456", href: "tel:+441293123456" },
|
||||
{ label: "Email: info@tamashah.co.uk", href: "mailto:info@tamashah.co.uk" },
|
||||
{ label: "91 High St, Crawley RH10 1BA", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{ label: "Mon-Thu: 12-11pm", href: "#" },
|
||||
{ label: "Fri-Sat: 12-12am", href: "#" },
|
||||
{ label: "Sun: 12-10:30pm", href: "#" },
|
||||
@@ -65,9 +62,7 @@ export default function ReviewsPage() {
|
||||
brandName="Tamashah"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book a Table",
|
||||
href: "/booking",
|
||||
}}
|
||||
text: "Book a Table", href: "/booking"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,8 +76,8 @@ export default function ReviewsPage() {
|
||||
{ text: "Book Your Visit", href: "/booking" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=5"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
|
||||
imageAlt="Tamashah restaurant reviews and ratings"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -93,59 +88,17 @@ export default function ReviewsPage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best Indian in Crawley",
|
||||
quote: "Tamashah has become our go-to restaurant. The biryani is exceptional and the service is always warm and welcoming. Highly recommend!",
|
||||
name: "James Wilson",
|
||||
role: "Google Reviewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "1", title: "Best Indian in Crawley", quote: "Tamashah has become our go-to restaurant. The biryani is exceptional and the service is always warm and welcoming. Highly recommend!", name: "James Wilson", role: "Google Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Perfect for family gatherings",
|
||||
quote: "We celebrated our anniversary at Tamashah and everything was perfect. The staff accommodated our special requests beautifully.",
|
||||
name: "Sarah Ahmed",
|
||||
role: "Trustpilot Reviewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3",
|
||||
imageAlt: "Sarah Ahmed",
|
||||
},
|
||||
id: "2", title: "Perfect for family gatherings", quote: "We celebrated our anniversary at Tamashah and everything was perfect. The staff accommodated our special requests beautifully.", name: "Sarah Ahmed", role: "Trustpilot Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Ahmed"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Authentic flavours",
|
||||
quote: "You can taste the authenticity in every dish. The spice levels are perfect and the ingredients are clearly high quality.",
|
||||
name: "Michael Chen",
|
||||
role: "Google Reviewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-asian-businessman-with-crossed-arms_1262-1587.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "3", title: "Authentic flavours", quote: "You can taste the authenticity in every dish. The spice levels are perfect and the ingredients are clearly high quality.", name: "Michael Chen", role: "Google Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-asian-businessman-with-crossed-arms_1262-1587.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "4",
|
||||
title: "All-you-can-eat is fantastic",
|
||||
quote: "The buffet spread is incredible. We tried 12 different dishes and everything was freshly prepared and delicious.",
|
||||
name: "Emma Thompson",
|
||||
role: "Trustpilot Reviewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4",
|
||||
imageAlt: "Emma Thompson",
|
||||
},
|
||||
id: "4", title: "All-you-can-eat is fantastic", quote: "The buffet spread is incredible. We tried 12 different dishes and everything was freshly prepared and delicious.", name: "Emma Thompson", role: "Trustpilot Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emma Thompson"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Outstanding service",
|
||||
quote: "The team went above and beyond to make our experience special. Professional, attentive, and genuinely friendly.",
|
||||
name: "David Patel",
|
||||
role: "Google Reviewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg?_wi=2",
|
||||
imageAlt: "David Patel",
|
||||
},
|
||||
id: "5", title: "Outstanding service", quote: "The team went above and beyond to make our experience special. Professional, attentive, and genuinely friendly.", name: "David Patel", role: "Google Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg", imageAlt: "David Patel"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Worth every penny",
|
||||
quote: "The quality of food and service justifies the price. Every visit feels special. Already planning our next reservation.",
|
||||
name: "Lisa Roberts",
|
||||
role: "Trustpilot Reviewer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2",
|
||||
imageAlt: "Lisa Roberts",
|
||||
},
|
||||
id: "6", title: "Worth every penny", quote: "The quality of food and service justifies the price. Every visit feels special. Already planning our next reservation.", name: "Lisa Roberts", role: "Trustpilot Reviewer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Lisa Roberts"},
|
||||
]}
|
||||
title="Verified Customer Reviews"
|
||||
description="Real experiences from diners who've visited Tamashah"
|
||||
|
||||
Reference in New Issue
Block a user