Bob AI: Added a partners logo strip below the hero section.

This commit is contained in:
kudinDmitriyUp
2026-06-18 07:30:33 +00:00
parent b9110b3238
commit 61e33b4b57
10 changed files with 417 additions and 276 deletions

View File

@@ -1,288 +1,38 @@
import AboutTextSplit from '@/components/sections/about/AboutTextSplit';
import ContactCta from '@/components/sections/contact/ContactCta';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards';
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee';
import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards';
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
// AUTO-GENERATED shell by per-section-migrate.
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
// files directly. Non-block content (wrappers, non-inlinable sections) is
// preserved inline; extracted section blocks become <XSection/> refs.
export default function HomePage() {
import React from 'react';
import HeroSection from './HomePage/sections/Hero';
import AboutSection from './HomePage/sections/About';
import MenuSection from './HomePage/sections/Menu';
import FeaturesSection from './HomePage/sections/Features';
import MetricsSection from './HomePage/sections/Metrics';
import TestimonialsSection from './HomePage/sections/Testimonials';
import FaqSection from './HomePage/sections/Faq';
import ContactSection from './HomePage/sections/Contact';
import PartnersSection from './HomePage/sections/Partners';export default function HomePage(): React.JSX.Element {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroSplitVerticalMarquee
tag="Authentic Taste"
title="Rozana Rasoi: Home-Cooked Goodness"
description="Bringing the heart of traditional Indian home cooking to your table every single day."
primaryButton={{
text: "Explore Menu",
href: "#menu",
}}
secondaryButton={{
text: "Contact Us",
href: "#contact",
}}
leftItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-copy-space-flat-lay_23-2148723504.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-vase-cup-thrift-shop_23-2150269049.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/various-dishes-spices-table_23-2147894825.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chebureks-kutab-fried-chebureks-with-cheese-herbs-meat-with-sauce-dark-wooden-table_176474-2484.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-circular-food-frame_23-2148723455.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-full-bow-tie-pasta-marble-background-high-quality-photo_114579-36405.jpg",
},
]}
rightItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033995.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-sliced-cabbage-greens-beet-white-background_140725-126064.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/jug-near-basket-with-food_23-2147930078.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-with-herbs_140725-3984.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086077.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-seasoning-arrangement_23-2148747711.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<>
<HeroSection />
<PartnersSection />
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutTextSplit
title="Our Kitchen Philosophy"
descriptions={[
"Rozana Rasoi was born out of a love for fresh, wholesome, and authentic Indian flavors. We believe that everyday food should be prepared with the same care and attention to detail as a special celebration.",
"Our recipes are inspired by heritage, using locally sourced ingredients and traditional spices to recreate the nostalgic warmth of a family kitchen in every meal we serve.",
]}
/>
</SectionErrorBoundary>
</div>
<AboutSection />
<div id="menu" data-section="menu">
<SectionErrorBoundary name="menu">
<FeaturesImageBento
tag="Our Daily Specials"
title="Taste the Tradition"
description="Authentic recipes crafted daily for your enjoyment."
items={[
{
title: "Dal Makhani",
description: "Slow-cooked black lentils with aromatic spices.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-inside-little-plate-with-cutlery-dark-red-surface_140725-154887.jpg",
},
{
title: "Palak Paneer",
description: "Fresh spinach curry with soft cottage cheese.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-basket_23-2148821575.jpg",
},
{
title: "Veg Biryani",
description: "Fragrant basmati rice with mixed vegetables.",
imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-dish-near-spices_23-2147894732.jpg",
},
{
title: "Tandoori Chicken",
description: "Juicy chicken marinated in traditional yogurt spices.",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-oil-salt-sauce-onion-garlic-chicken-with-herbs-lavash-board_140725-73745.jpg",
},
{
title: "Stuffed Paratha",
description: "Crispy wheat bread stuffed with seasoned potatoes.",
imageSrc: "http://img.b2bpic.net/free-photo/bagel-pieces-with-glass-lemonade_114579-34919.jpg",
},
{
title: "Gulab Jamun",
description: "Traditional sweet dessert soaked in rose syrup.",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-dessert-view_23-2149312414.jpg",
},
{
title: "Classic Samosa",
description: "Crispy pastry filled with spiced peas and potato.",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-piroshki-with-potatoes-blue-plate_114579-88937.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<MenuSection />
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesArrowCards
tag="Why Choose Us"
title="The Rozana Promise"
description="What sets our kitchen apart from the rest."
items={[
{
title: "Farm to Table Ingredients",
tags: [
"Fresh",
"Organic",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-salad-with-vegetables-dark-table-diet-health-salad_140725-73192.jpg",
},
{
title: "Authentic Family Recipes",
tags: [
"Traditional",
"Secret",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-buckwheat-inside-white-plate-with-greens-light-grey-table-color_140725-143619.jpg",
},
{
title: "No Artificial Preservatives",
tags: [
"Healthy",
"Clean",
],
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-kutab-lavash-with-two-kind-sauces_114579-3652.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<FeaturesSection />
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsFeatureCards
tag="Our Growth"
title="Serving Joy Daily"
description="Achievements powered by our amazing local community."
metrics={[
{
value: "5k+",
title: "Satisfied Diners",
features: [
"Frequent repeat customers",
"Community favorite",
],
},
{
value: "12+",
title: "Daily Specials",
features: [
"Chef curated options",
"Rotated weekly",
],
},
{
value: "100%",
title: "Fresh Ingredients",
features: [
"Locally sourced",
"Farm verified",
],
},
]}
/>
</SectionErrorBoundary>
</div>
<MetricsSection />
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialQuoteCards
tag="What Diners Say"
title="Authentic Reviews"
description="We are honored to be a part of your daily meals."
testimonials={[
{
name: "Ayesha K.",
role: "Food Blogger",
quote: "The most authentic dal makhani I've had in years. Reminds me of home.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-girl-has-cooked-cake_1262-4725.jpg",
},
{
name: "Rahul S.",
role: "Local Resident",
quote: "Rozana Rasoi has become my go-to for daily lunch. So consistently fresh!",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663832.jpg",
},
{
name: "Priya D.",
role: "Office Professional",
quote: "The healthy options are incredible. Fresh, flavorful, and easy.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-doing-selfie-with-modern-phone-cafe_7502-7239.jpg",
},
{
name: "Vijay M.",
role: "Frequent Diner",
quote: "Great service and even better taste. Absolutely love the biryani.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-together_23-2149734576.jpg",
},
{
name: "Sarah L.",
role: "Family Mom",
quote: "My kids love the food! It's like having a home kitchen without the cleanup.",
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552652.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<TestimonialsSection />
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSplitMedia
tag="Common Questions"
title="Kitchen Help Center"
description="Quick answers to help you with your order."
items={[
{
question: "Can I pre-order my daily meals?",
answer: "Yes, subscribe to our weekly meal plan for automated daily deliveries.",
},
{
question: "Are your meals healthy?",
answer: "We focus on clean cooking with minimal oil, using farm-fresh vegetables.",
},
{
question: "Do you cater for events?",
answer: "Yes! Reach out via the contact form to discuss your event requirements.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/crispy-potato-chips-yogurt-plates-texture-marble-table_114579-89549.jpg"
/>
</SectionErrorBoundary>
</div>
<FaqSection />
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Get in Touch"
text="Ready to experience authentic daily home-cooking? Place your order today."
primaryButton={{
text: "Call Now",
href: "tel:+1234567890",
}}
secondaryButton={{
text: "Email Us",
href: "mailto:hello@rozanarasoi.com",
}}
/>
</SectionErrorBoundary>
</div>
<ContactSection />
</>
);
}

View File

@@ -0,0 +1,22 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "about" section.
import React from 'react';
import AboutTextSplit from '@/components/sections/about/AboutTextSplit';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function AboutSection(): React.JSX.Element {
return (
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutTextSplit
title="Our Kitchen Philosophy"
descriptions={[
"Rozana Rasoi was born out of a love for fresh, wholesome, and authentic Indian flavors. We believe that everyday food should be prepared with the same care and attention to detail as a special celebration.",
"Our recipes are inspired by heritage, using locally sourced ingredients and traditional spices to recreate the nostalgic warmth of a family kitchen in every meal we serve.",
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,27 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "contact" section.
import React from 'react';
import ContactCta from '@/components/sections/contact/ContactCta';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ContactSection(): React.JSX.Element {
return (
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Get in Touch"
text="Ready to experience authentic daily home-cooking? Place your order today."
primaryButton={{
text: "Call Now",
href: "tel:+1234567890",
}}
secondaryButton={{
text: "Email Us",
href: "mailto:hello@rozanarasoi.com",
}}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,35 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "faq" section.
import React from 'react';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FaqSection(): React.JSX.Element {
return (
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSplitMedia
tag="Common Questions"
title="Kitchen Help Center"
description="Quick answers to help you with your order."
items={[
{
question: "Can I pre-order my daily meals?",
answer: "Yes, subscribe to our weekly meal plan for automated daily deliveries.",
},
{
question: "Are your meals healthy?",
answer: "We focus on clean cooking with minimal oil, using farm-fresh vegetables.",
},
{
question: "Do you cater for events?",
answer: "Yes! Reach out via the contact form to discuss your event requirements.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/crispy-potato-chips-yogurt-plates-texture-marble-table_114579-89549.jpg"
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,46 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "features" section.
import React from 'react';
import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FeaturesSection(): React.JSX.Element {
return (
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesArrowCards
tag="Why Choose Us"
title="The Rozana Promise"
description="What sets our kitchen apart from the rest."
items={[
{
title: "Farm to Table Ingredients",
tags: [
"Fresh",
"Organic",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-salad-with-vegetables-dark-table-diet-health-salad_140725-73192.jpg",
},
{
title: "Authentic Family Recipes",
tags: [
"Traditional",
"Secret",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-buckwheat-inside-white-plate-with-greens-light-grey-table-color_140725-143619.jpg",
},
{
title: "No Artificial Preservatives",
tags: [
"Healthy",
"Clean",
],
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-kutab-lavash-with-two-kind-sauces_114579-3652.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,68 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "hero" section.
import React from 'react';
import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HeroSection(): React.JSX.Element {
return (
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroSplitVerticalMarquee
tag="Authentic Taste"
title="Rozana Rasoi: Home-Cooked Goodness"
description="Bringing the heart of traditional Indian home cooking to your table every single day."
primaryButton={{
text: "Explore Menu",
href: "#menu",
}}
secondaryButton={{
text: "Contact Us",
href: "#contact",
}}
leftItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/food-frame-with-copy-space-flat-lay_23-2148723504.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-vase-cup-thrift-shop_23-2150269049.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/various-dishes-spices-table_23-2147894825.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chebureks-kutab-fried-chebureks-with-cheese-herbs-meat-with-sauce-dark-wooden-table_176474-2484.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-circular-food-frame_23-2148723455.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-full-bow-tie-pasta-marble-background-high-quality-photo_114579-36405.jpg",
},
]}
rightItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-assortment-traditional-roti_23-2149033995.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-sliced-cabbage-greens-beet-white-background_140725-126064.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/jug-near-basket-with-food_23-2147930078.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-with-herbs_140725-3984.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-assortment_23-2149086077.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-seasoning-arrangement_23-2148747711.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,57 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "menu" section.
import React from 'react';
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function MenuSection(): React.JSX.Element {
return (
<div id="menu" data-section="menu">
<SectionErrorBoundary name="menu">
<FeaturesImageBento
tag="Our Daily Specials"
title="Taste the Tradition"
description="Authentic recipes crafted daily for your enjoyment."
items={[
{
title: "Dal Makhani",
description: "Slow-cooked black lentils with aromatic spices.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-inside-little-plate-with-cutlery-dark-red-surface_140725-154887.jpg",
},
{
title: "Palak Paneer",
description: "Fresh spinach curry with soft cottage cheese.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-basket_23-2148821575.jpg",
},
{
title: "Veg Biryani",
description: "Fragrant basmati rice with mixed vegetables.",
imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-dish-near-spices_23-2147894732.jpg",
},
{
title: "Tandoori Chicken",
description: "Juicy chicken marinated in traditional yogurt spices.",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-oil-salt-sauce-onion-garlic-chicken-with-herbs-lavash-board_140725-73745.jpg",
},
{
title: "Stuffed Paratha",
description: "Crispy wheat bread stuffed with seasoned potatoes.",
imageSrc: "http://img.b2bpic.net/free-photo/bagel-pieces-with-glass-lemonade_114579-34919.jpg",
},
{
title: "Gulab Jamun",
description: "Traditional sweet dessert soaked in rose syrup.",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-dessert-view_23-2149312414.jpg",
},
{
title: "Classic Samosa",
description: "Crispy pastry filled with spiced peas and potato.",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-piroshki-with-potatoes-blue-plate_114579-88937.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,46 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "metrics" section.
import React from 'react';
import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function MetricsSection(): React.JSX.Element {
return (
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsFeatureCards
tag="Our Growth"
title="Serving Joy Daily"
description="Achievements powered by our amazing local community."
metrics={[
{
value: "5k+",
title: "Satisfied Diners",
features: [
"Frequent repeat customers",
"Community favorite",
],
},
{
value: "12+",
title: "Daily Specials",
features: [
"Chef curated options",
"Rotated weekly",
],
},
{
value: "100%",
title: "Fresh Ingredients",
features: [
"Locally sourced",
"Farm verified",
],
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,38 @@
import LoopCarousel from '@/components/ui/LoopCarousel';
import { ShieldCheck, Utensils, Truck, Leaf, Star } from 'lucide-react';
export default function PartnersSection() {
return (
<section className="py-12 bg-card border-y border-border/5 overflow-hidden" data-webild-section="partners" id="partners">
<div className="w-content-width mx-auto px-4 sm:px-6 lg:px-8">
<p className="text-center text-sm font-medium text-muted-foreground mb-8 uppercase tracking-wider">
Trusted by local partners & delivery platforms
</p>
<LoopCarousel>
<div className="flex gap-16 items-center pr-16">
{[
{ name: "5-Star Hygiene", icon: ShieldCheck },
{ name: "Uber Eats", icon: Truck },
{ name: "Deliveroo", icon: Utensils },
{ name: "Just Eat", icon: Star },
{ name: "Local Farms", icon: Leaf },
{ name: "5-Star Hygiene", icon: ShieldCheck },
{ name: "Uber Eats", icon: Truck },
{ name: "Deliveroo", icon: Utensils },
{ name: "Just Eat", icon: Star },
{ name: "Local Farms", icon: Leaf }
].map((partner, i) => {
const Icon = partner.icon;
return (
<div key={i} className="flex items-center gap-3 text-muted-foreground hover:text-foreground transition-colors duration-300">
<Icon className="w-8 h-8" />
<span className="text-xl font-bold tracking-tight whitespace-nowrap">{partner.name}</span>
</div>
);
})}
</div>
</LoopCarousel>
</div>
</section>
);
}

View File

@@ -0,0 +1,52 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "testimonials" section.
import React from 'react';
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function TestimonialsSection(): React.JSX.Element {
return (
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialQuoteCards
tag="What Diners Say"
title="Authentic Reviews"
description="We are honored to be a part of your daily meals."
testimonials={[
{
name: "Ayesha K.",
role: "Food Blogger",
quote: "The most authentic dal makhani I've had in years. Reminds me of home.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-girl-has-cooked-cake_1262-4725.jpg",
},
{
name: "Rahul S.",
role: "Local Resident",
quote: "Rozana Rasoi has become my go-to for daily lunch. So consistently fresh!",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663832.jpg",
},
{
name: "Priya D.",
role: "Office Professional",
quote: "The healthy options are incredible. Fresh, flavorful, and easy.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-doing-selfie-with-modern-phone-cafe_7502-7239.jpg",
},
{
name: "Vijay M.",
role: "Frequent Diner",
quote: "Great service and even better taste. Absolutely love the biryani.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-together_23-2149734576.jpg",
},
{
name: "Sarah L.",
role: "Family Mom",
quote: "My kids love the food! It's like having a home kitchen without the cleanup.",
imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552652.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}