Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-23 20:48:32 +00:00
parent cb1c57f641
commit 5a19fc8cfd

View File

@@ -11,212 +11,120 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroCenteredLogos
title="Authentic Dominican Flavors in Philadelphia"
description="Experience outstanding traditional cuisine prepared with love. Join us at 3522 Cottman Ave for an unforgettable lunch."
primaryButton={{
text: "View Menu",
href: "#menu",
}}
secondaryButton={{
text: "Call Us",
href: "tel:2675820993",
}}
imageSrc="http://img.b2bpic.net/free-photo/plate-with-chicken-roll-vegetables-concrete-table_23-2148113623.jpg"
/>
</SectionErrorBoundary>
</div>
title="Authentic Dominican Flavors in Philadelphia"
description="Experience outstanding traditional cuisine prepared with love. Join us at 3522 Cottman Ave for an unforgettable lunch."
primaryButton={{
text: "View Menu", href: "#menu"}}
secondaryButton={{
text: "Call Us", href: "tel:2675820993"}}
imageSrc="http://img.b2bpic.net/free-photo/plate-with-chicken-roll-vegetables-concrete-table_23-2148113623.jpg"
avatarsSrc={[]}
avatarText=""
names={[]}
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutFeaturesSplit
tag="Our Story"
title="Tradition in Every Bite"
description="At Ive Artisan Kitchen, we take pride in serving authentic Dominican cuisine using traditional recipes. Our passion for great food is reflected in every portion we serve."
items={[
{
icon: Heart,
title: "Homemade Recipes",
description: "Classic flavors from the Dominican Republic.",
},
{
icon: Award,
title: "Outstanding Quality",
description: "Freshly prepared every single day.",
},
{
icon: Clock,
title: "Great Service",
description: "Welcoming atmosphere for all families.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208296.jpg?_wi=1"
/>
</SectionErrorBoundary>
</div>
tag="Our Story"
title="Tradition in Every Bite"
description="At Ive Artisan Kitchen, we take pride in serving authentic Dominican cuisine using traditional recipes. Our passion for great food is reflected in every portion we serve."
items={[
{
icon: "Heart", title: "Homemade Recipes", description: "Classic flavors from the Dominican Republic."},
{
icon: "Award", title: "Outstanding Quality", description: "Freshly prepared every single day."},
{
icon: "Clock", title: "Great Service", description: "Welcoming atmosphere for all families."},
]}
imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208296.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="menu" data-section="menu">
<SectionErrorBoundary name="menu">
<div id="menu" data-section="menu">
<SectionErrorBoundary name="menu">
<FeaturesRevealCardsBento
tag="Signature Menu"
title="Taste the Island"
description="Our most loved traditional dishes, prepared daily."
items={[
{
title: "Classic Rice & Beans",
description: "Perfectly seasoned beans with fluffy white rice.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-table_23-2148821577.jpg",
},
{
title: "Pollo Guisado",
description: "Tender chicken cooked in savory traditional spices.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-assortment_23-2149173840.jpg",
},
{
title: "Fried Plantains",
description: "Crispy golden tostones with signature seasoning.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-eggplant-rolls-oval-plate-different-spices-grey-background_140725-108202.jpg",
},
{
title: "Traditional Stew",
description: "A hearty mix of fresh meats and island herbs.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571499.jpg",
},
{
title: "Tropical Appetizers",
description: "A delightful selection of savory island treats.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/lunch-setup-with-kebab-vegetable-lentil-tomato-soups-turkish-meze_140725-1573.jpg",
},
{
title: "Daily Specials",
description: "Chef-curated seasonal Caribbean flavors.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-dish-fall-leaves_23-2147687118.jpg",
},
{
title: "Fresh Juices",
description: "Refreshing natural fruit beverages from the island.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/tropical-juice-with-orange-slice-it_140725-2868.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Signature Menu"
title="Taste the Island"
description="Our most loved traditional dishes, prepared daily."
items={[
{ title: "Classic Rice & Beans", description: "Perfectly seasoned beans with fluffy white rice.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-table_23-2148821577.jpg" },
{ title: "Pollo Guisado", description: "Tender chicken cooked in savory traditional spices.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-assortment_23-2149173840.jpg" },
{ title: "Fried Plantains", description: "Crispy golden tostones with signature seasoning.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-eggplant-rolls-oval-plate-different-spices-grey-background_140725-108202.jpg" },
{ title: "Traditional Stew", description: "A hearty mix of fresh meats and island herbs.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-block-party_23-2149571499.jpg" },
{ title: "Tropical Appetizers", description: "A delightful selection of savory island treats.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/lunch-setup-with-kebab-vegetable-lentil-tomato-soups-turkish-meze_140725-1573.jpg" },
{ title: "Daily Specials", description: "Chef-curated seasonal Caribbean flavors.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/wooden-dish-fall-leaves_23-2147687118.jpg" },
{ title: "Fresh Juices", description: "Refreshing natural fruit beverages from the island.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/tropical-juice-with-orange-slice-it_140725-2868.jpg" }
]}
/>
</SectionErrorBoundary>
</div>
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsSimpleCards
tag="Our Growth"
title="Loved by the Community"
description="We are proud to be your favorite local spot."
metrics={[
{
value: "5.0",
description: "Average Rating",
},
{
value: "100%",
description: "Fresh Ingredients",
},
{
value: "100s",
description: "Happy Customers",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Our Growth"
title="Loved by the Community"
description="We are proud to be your favorite local spot."
metrics={[
{ value: "5.0", description: "Average Rating" },
{ value: "100%", description: "Fresh Ingredients" },
{ value: "100s", description: "Happy Customers" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialQuoteCards
tag="What Guests Say"
title="Exceptional Experiences"
description="Join our community of satisfied diners."
testimonials={[
{
name: "Lisa Elizabeth",
role: "Foodie",
quote: "The owner is so sweet and her food is outstanding. My family loves to come here.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
},
{
name: "Justin Watson",
role: "Regular",
quote: "Very tasty Dominican cuisine. Great service by the ladies, everything was official!",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
},
{
name: "Aniya Watson",
role: "Local",
quote: "The rice and beans was perfect and the chicken was done well. My new favorite spot!",
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg",
},
{
name: "Carlos Gomez",
role: "Visitor",
quote: "Authentic flavor that reminds me of home. Absolutely outstanding portions and taste.",
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-cream-herbs-meat_140725-5880.jpg",
},
{
name: "Elena Reyes",
role: "Food Critic",
quote: "The best hidden gem in Philly. Quality food and even better service every time.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="What Guests Say"
title="Exceptional Experiences"
description="Join our community of satisfied diners."
testimonials={[
{ name: "Lisa Elizabeth", role: "Foodie", quote: "The owner is so sweet and her food is outstanding. My family loves to come here.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" },
{ name: "Justin Watson", role: "Regular", quote: "Very tasty Dominican cuisine. Great service by the ladies, everything was official!", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" },
{ name: "Aniya Watson", role: "Local", quote: "The rice and beans was perfect and the chicken was done well. My new favorite spot!", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg" },
{ name: "Carlos Gomez", role: "Visitor", quote: "Authentic flavor that reminds me of home. Absolutely outstanding portions and taste.", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-cream-herbs-meat_140725-5880.jpg" },
{ name: "Elena Reyes", role: "Food Critic", quote: "The best hidden gem in Philly. Quality food and even better service every time.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSimple
tag="Questions"
title="Need More Info?"
description="Common answers about our menu and hours."
items={[
{
question: "Are you open on weekends?",
answer: "Yes! We are open and serving fresh lunch daily.",
},
{
question: "Do you offer takeout?",
answer: "Absolutely, we are proud to offer convenient takeout options.",
},
{
question: "Where are you located?",
answer: "Find us at 3522 Cottman Ave, Philadelphia, PA 19149.",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Questions"
title="Need More Info?"
description="Common answers about our menu and hours."
items={[
{ question: "Are you open on weekends?", answer: "Yes! We are open and serving fresh lunch daily." },
{ question: "Do you offer takeout?", answer: "Absolutely, we are proud to offer convenient takeout options." },
{ question: "Where are you located?", answer: "Find us at 3522 Cottman Ave, Philadelphia, PA 19149." },
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Visit Us"
text="Come experience authentic Dominican flavors today!"
primaryButton={{
text: "Get Directions",
href: "https://maps.google.com/?q=3522+Cottman+Ave+Philadelphia+PA",
}}
secondaryButton={{
text: "Call Now",
href: "tel:2675820993",
}}
/>
</SectionErrorBoundary>
</div>
tag="Visit Us"
text="Come experience authentic Dominican flavors today!"
primaryButton={{
text: "Get Directions", href: "https://maps.google.com/?q=3522+Cottman+Ave+Philadelphia+PA"}}
secondaryButton={{
text: "Call Now", href: "tel:2675820993"}}
/>
</SectionErrorBoundary>
</div>
</>
);
}
}