Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-18 20:37:44 +00:00
parent b0713eb388
commit 98955faf71

View File

@@ -11,271 +11,138 @@ 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">
<HeroSplitVerticalMarquee
tag="Since 2018"
title="Authentic Street-Style Tacos Made Fresh Every Day"
description="Bold flavors, handmade tortillas, and the best tacos in High Point — served fast, fresh, and affordable."
primaryButton={{
text: "Order Now",
href: "tel:3365091777",
}}
secondaryButton={{
text: "Get Directions",
href: "https://maps.google.com/?q=119+Greensboro+Rd+High+Point+NC",
}}
leftItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148159786.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-meat-vegetables-cheese_2829-5622.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535255.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beef-tacos-wooden-table_1147-559.jpg",
},
]}
rightItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535328.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-tacos-with-vegetables-meat_23-2148750434.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetarian-tacos_23-2148750464.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-tacos-plate_23-2148629339.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140284.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tacos-with-vegetables-meat_23-2148750433.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Since 2018"
title="Authentic Street-Style Tacos Made Fresh Every Day"
description="Bold flavors, handmade tortillas, and the best tacos in High Point — served fast, fresh, and affordable."
primaryButton={{
text: "Order Now", href: "tel:3365091777"}}
secondaryButton={{
text: "Get Directions", href: "https://maps.google.com/?q=119+Greensboro+Rd+High+Point+NC"}}
leftItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148159786.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-meat-vegetables-cheese_2829-5622.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/street-food-still-life_23-2151535255.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beef-tacos-wooden-table_1147-559.jpg" },
]}
rightItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535328.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-tacos-with-vegetables-meat_23-2148750434.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetarian-tacos_23-2148750464.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-tacos-plate_23-2148629339.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140284.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tacos-with-vegetables-meat_23-2148750433.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="trust-bar" data-section="trust-bar">
<SectionErrorBoundary name="trust-bar">
<div id="trust-bar" data-section="trust-bar">
<SectionErrorBoundary name="trust-bar">
<SocialProofMarquee
tag="Rated 4.8★ by 209+ Customers"
title="Local Favorite in High Point"
description="Freshly made daily | Affordable $10$20 meals | Eastgate Shopping Center"
names={[
"Fresh Daily",
"4.8 Google Rating",
"Authentic Recipes",
"Fast Service",
"Locally Loved",
"High Quality",
"Family Friendly",
]}
/>
</SectionErrorBoundary>
</div>
tag="Rated 4.8★ by 209+ Customers"
title="Local Favorite in High Point"
description="Freshly made daily | Affordable $10$20 meals | Eastgate Shopping Center"
names={[
"Fresh Daily", "4.8 Google Rating", "Authentic Recipes", "Fast Service", "Locally Loved", "High Quality", "Family Friendly"]}
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutTextSplit
title="Our Passion for Authentic Mexican Cuisine"
descriptions={[
"Tacos Julio brings the vibrant and bold taste of true Mexican street food to the heart of High Point, NC. We believe in the power of fresh, simple, and high-quality ingredients to create unforgettable dining experiences.",
"From our handmade tortillas to our slow-cooked meats, every bite is crafted to reflect the traditional flavors of Mexico. Whether you're stopping by for a quick lunch or bringing the family, you're always part of our community.",
]}
primaryButton={{
text: "Call to Order",
href: "tel:3365091777",
}}
/>
</SectionErrorBoundary>
</div>
title="Our Passion for Authentic Mexican Cuisine"
descriptions={[
"Tacos Julio brings the vibrant and bold taste of true Mexican street food to the heart of High Point, NC. We believe in the power of fresh, simple, and high-quality ingredients to create unforgettable dining experiences.", "From our handmade tortillas to our slow-cooked meats, every bite is crafted to reflect the traditional flavors of Mexico. Whether you're stopping by for a quick lunch or bringing the family, you're always part of our community."]}
primaryButton={{
text: "Call to Order", href: "tel:3365091777"}}
/>
</SectionErrorBoundary>
</div>
<div id="menu" data-section="menu">
<SectionErrorBoundary name="menu">
<div id="menu" data-section="menu">
<SectionErrorBoundary name="menu">
<FeaturesRevealCardsBento
tag="Daily Menu Favorites"
title="Tacos, Tortas & Refreshments"
description="Browse our authentic selection of street-style classics, all priced for value."
items={[
{
title: "Pastor Tacos",
description: "$2.00 - Savory marinated pork with pineapple and onion.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg",
},
{
title: "Asada Tacos",
description: "$2.00 - Perfectly grilled steak topped with fresh cilantro.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortilla-with-vegetables-meat_23-2148629317.jpg",
},
{
title: "Suadero Tacos",
description: "$2.00 - Tender slow-cooked beef with authentic spices.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024809.jpg",
},
{
title: "Sausage Tacos",
description: "$2.00 - Spicy Mexican sausage cooked to perfection.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-delicious-taco_23-2151048001.jpg",
},
{
title: "Chili Pork Torta",
description: "$7.00 - Hearty torta with flavorful roasted chili pork.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-healthy-sweet-deserts-chia-puddings-made-almond-milk-blue-spirulina-extract-chia-seeds-pappaya-mango-jam-homemade-granola-wooden-table-kitchen-home_343596-1059.jpg",
},
{
title: "Aguas Frescas",
description: "$3.00 - Fresh Jamaica, Tamarindo, or Pineapple drink.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-arrangement-top-view_23-2148716409.jpg",
},
{
title: "Rice Water (Horchota)",
description: "$3.00 - Refreshing and sweet traditional rice drink.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-flatbread-baking-hot-tandoor-oven_140725-3204.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Daily Menu Favorites"
title="Tacos, Tortas & Refreshments"
description="Browse our authentic selection of street-style classics, all priced for value."
items={[
{ title: "Pastor Tacos", description: "$2.00 - Savory marinated pork with pineapple and onion.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-wooden-table_23-2148181611.jpg" },
{ title: "Asada Tacos", description: "$2.00 - Perfectly grilled steak topped with fresh cilantro.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortilla-with-vegetables-meat_23-2148629317.jpg" },
{ title: "Suadero Tacos", description: "$2.00 - Tender slow-cooked beef with authentic spices.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024809.jpg" },
{ title: "Sausage Tacos", description: "$2.00 - Spicy Mexican sausage cooked to perfection.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-delicious-taco_23-2151048001.jpg" },
{ title: "Chili Pork Torta", description: "$7.00 - Hearty torta with flavorful roasted chili pork.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-healthy-sweet-deserts-chia-puddings-made-almond-milk-blue-spirulina-extract-chia-seeds-pappaya-mango-jam-homemade-granola-wooden-table-kitchen-home_343596-1059.jpg" },
{ title: "Aguas Frescas", description: "$3.00 - Fresh Jamaica, Tamarindo, or Pineapple drink.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-arrangement-top-view_23-2148716409.jpg" },
{ title: "Rice Water (Horchota)", description: "$3.00 - Refreshing and sweet traditional rice drink.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/traditional-flatbread-baking-hot-tandoor-oven_140725-3204.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesDetailedSteps
tag="Why We're Loved"
title="The Tacos Julio Difference"
description="We don't cut corners—we provide authentic food with genuine hospitality."
steps={[
{
tag: "01",
title: "Authentic Flavor",
subtitle: "Traditional Methods",
description: "We honor ancient Mexican recipes that focus on bold, deep flavors.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arepas-vegetables-assortment_23-2148716371.jpg",
},
{
tag: "02",
title: "Fresh Daily",
subtitle: "Ingredients Matter",
description: "Everything in our kitchen is prepared fresh every single morning.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tortillas-with-meat-seen-through-tomato-sauce-spoon_181624-44741.jpg",
},
{
tag: "03",
name: "Fast Service",
subtitle: "Perfect for Busy Days",
description: "Need a quick lunch? We serve up fresh food with zero hassle.",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-esquites-plate-high-angle_23-2149891079.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Why We're Loved"
title="The Tacos Julio Difference"
description="We don't cut corners—we provide authentic food with genuine hospitality."
steps={[
{ tag: "01", title: "Authentic Flavor", subtitle: "Traditional Methods", description: "We honor ancient Mexican recipes that focus on bold, deep flavors.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arepas-vegetables-assortment_23-2148716371.jpg" },
{ tag: "02", title: "Fresh Daily", subtitle: "Ingredients Matter", description: "Everything in our kitchen is prepared fresh every single morning.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tortillas-with-meat-seen-through-tomato-sauce-spoon_181624-44741.jpg" },
{ tag: "03", title: "Fast Service", subtitle: "Perfect for Busy Days", description: "Need a quick lunch? We serve up fresh food with zero hassle.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-esquites-plate-high-angle_23-2149891079.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="reviews" data-section="reviews">
<SectionErrorBoundary name="reviews">
<div id="reviews" data-section="reviews">
<SectionErrorBoundary name="reviews">
<TestimonialQuoteCards
tag="Customer Stories"
title="What Our Neighbors Say"
description="Real feedback from the incredible community here in High Point."
testimonials={[
{
name: "Elena Rodriguez",
role: "Local Foodie",
quote: "Los mejores tacos en Carolina del Norte. A true gem!",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222241.jpg",
},
{
name: "Mark Stevens",
role: "Lunch Regular",
quote: "Amazing food and service, highly recommended to everyone.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
},
{
name: "Jessica Moore",
role: "Visitor",
quote: "I drive 50+ minutes just for these tacos—totally worth it.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg",
},
{
name: "David Chen",
role: "Office Worker",
quote: "The fastest, most delicious lunch in the area.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-paper-wrapped-sandwiches_23-2151309963.jpg",
},
{
name: "Maria Garcia",
role: "Local Resident",
quote: "Always fresh, always consistent. Best authentic spot.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_23-2149218365.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Customer Stories"
title="What Our Neighbors Say"
description="Real feedback from the incredible community here in High Point."
testimonials={[
{ name: "Elena Rodriguez", role: "Local Foodie", quote: "Los mejores tacos en Carolina del Norte. A true gem!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222241.jpg" },
{ name: "Mark Stevens", role: "Lunch Regular", quote: "Amazing food and service, highly recommended to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg" },
{ name: "Jessica Moore", role: "Visitor", quote: "I drive 50+ minutes just for these tacos—totally worth it.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg" },
{ name: "David Chen", role: "Office Worker", quote: "The fastest, most delicious lunch in the area.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-with-paper-wrapped-sandwiches_23-2151309963.jpg" },
{ name: "Maria Garcia", role: "Local Resident", quote: "Always fresh, always consistent. Best authentic spot.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_23-2149218365.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="catering" data-section="catering">
<SectionErrorBoundary name="catering">
<div id="catering" data-section="catering">
<SectionErrorBoundary name="catering">
<PricingMediaCards
tag="Events & Gatherings"
title="Tacos Julio Catering"
description="Let us bring the best tacos to your next birthday party, office lunch, or gathering."
plans={[
{
tag: "Standard",
price: "Custom",
period: "/event",
features: [
"On-site serving",
"Authentic selection",
"Custom quantities",
],
primaryButton: {
text: "Request Quote",
href: "tel:3365091777",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-food_23-2148893140.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Events & Gatherings"
title="Tacos Julio Catering"
description="Let us bring the best tacos to your next birthday party, office lunch, or gathering."
plans={[
{
tag: "Standard", price: "Custom", period: "/event", features: ["On-site serving", "Authentic selection", "Custom quantities"],
primaryButton: { text: "Request Quote", href: "tel:3365091777" },
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-food_23-2148893140.jpg"
},
]}
/>
</SectionErrorBoundary>
</div>
<div id="location" data-section="location">
<SectionErrorBoundary name="location">
<div id="location" data-section="location">
<SectionErrorBoundary name="location">
<ContactCta
tag="Visit Us Today"
text="Eastgate Shopping Center, 119 Greensboro Rd, High Point, NC 27260. No reservations needed."
primaryButton={{
text: "Directions",
href: "https://maps.google.com/?q=119+Greensboro+Rd+High+Point+NC",
}}
secondaryButton={{
text: "Call Now",
href: "tel:3365091777",
}}
/>
</SectionErrorBoundary>
</div>
tag="Visit Us Today"
text="Eastgate Shopping Center, 119 Greensboro Rd, High Point, NC 27260. No reservations needed."
primaryButton={{ text: "Directions", href: "https://maps.google.com/?q=119+Greensboro+Rd+High+Point+NC" }}
secondaryButton={{ text: "Call Now", href: "tel:3365091777" }}
/>
</SectionErrorBoundary>
</div>
</>
);
}