Merge version_1_1782299848823 into main #1

Merged
bender merged 2 commits from version_1_1782299848823 into main 2026-06-24 11:19:33 +00:00
2 changed files with 61 additions and 195 deletions

View File

@@ -7,85 +7,49 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Menu",
"href": "#menu"
},
{
"name": "About",
"href": "#about"
},
{
"name": "Reviews",
"href": "#reviews"
},
{
"name": "Contact",
"href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
},
{
"name": "Features",
"href": "#features"
}
];
{ name: "Menu", href: "#menu" },
{ name: "About", href: "#about" },
{ name: "Reviews", href: "#reviews" },
{ name: "Contact", href: "#contact" },
{ name: "Hero", href: "#hero" },
{ name: "Features", href: "#features" }
];
return (
<StyleProvider buttonVariant="expand" siteBackground="gridDots" heroBackground="gradientBars">
<SiteBackgroundSlot />
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Don Güero"
ctaButton={{
text: "Order Online",
href: "#order",
}}
navItems={navItems} />
logo="Don Güero"
logoImageSrc="http://img.b2bpic.net/free-vector/taqueria-restaurant-hand-drawn-logo-template_23-2149527867.jpg"
ctaButton={{
text: "Order Online", href: "#order"}}
navItems={navItems}
/>
</SectionErrorBoundary>
<main className="flex-grow">
<Outlet />
</main>
<SectionErrorBoundary name="footer">
<FooterBrand
brand="Taquería Don Güero"
columns={[
{
items: [
brand="Taquería Don Güero"
columns={[
{
label: "About Us",
href: "#about",
items: [
{ label: "About Us", href: "#about" },
{ label: "Menu", href: "#menu" },
{ label: "Reviews", href: "#reviews" },
],
},
{
label: "Menu",
href: "#menu",
items: [
{ label: "Directions", href: "#" },
{ label: "Call Us", href: "tel:4793618073" },
{ label: "Order Online", href: "#" },
],
},
{
label: "Reviews",
href: "#reviews",
},
],
},
{
items: [
{
label: "Directions",
href: "#",
},
{
label: "Call Us",
href: "tel:4793618073",
},
{
label: "Order Online",
href: "#",
},
],
},
]}
/>
]}
/>
</SectionErrorBoundary>
</StyleProvider>
);

View File

@@ -16,32 +16,16 @@ export default function HomePage() {
title="Taquería Don Güero"
description="Your favorite local spot for fresh, authentic street tacos, tortas, and more in Springdale."
primaryButton={{
text: "See Menu",
href: "#menu",
}}
text: "See Menu", href: "#menu"}}
secondaryButton={{
text: "Get Directions",
href: "#contact",
}}
text: "Get Directions", href: "#contact"}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/nice-mexican-food-composition_23-2147740751.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-taco_23-2148629363.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22794.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-grilled-sausages-cabbage-inside-salad-potato-with-sour-cream-greens-lettuce-side-view_141793-3246.jpg",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-unfolded-burrito_23-2148329153.jpg",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/nice-mexican-food-composition_23-2147740751.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tortilla-with-meat-vegetables_23-2148750445.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-taco_23-2148629363.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22794.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-grilled-sausages-cabbage-inside-salad-potato-with-sour-cream-greens-lettuce-side-view_141793-3246.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-holding-unfolded-burrito_23-2148329153.jpg" },
]}
/>
</SectionErrorBoundary>
@@ -52,9 +36,7 @@ export default function HomePage() {
<AboutTextSplit
title="Welcome to Our Table"
descriptions={[
"Taquería Don Güero is a beloved local staple on Emma Ave. We pride ourselves on delivering authentic flavors using the freshest ingredients available.",
"While our setting is casual and outdoor-focused, our commitment to quality has made us a family favorite for those who value genuine Mexican street food.",
]}
"Taquería Don Güero is a beloved local staple on Emma Ave. We pride ourselves on delivering authentic flavors using the freshest ingredients available.", "While our setting is casual and outdoor-focused, our commitment to quality has made us a family favorite for those who value genuine Mexican street food."]}
/>
</SectionErrorBoundary>
</div>
@@ -67,35 +49,14 @@ export default function HomePage() {
description="Everything we serve is prepared with passion and fresh, high-quality ingredients."
items={[
{
tag: "Authentic",
title: "Traditional Recipes",
description: "Our recipes come straight from our heritage, ensuring every bite feels authentic.",
primaryButton: {
text: "Learn More",
href: "#",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-slice-with-pepper-salt-dark-blue-background-color-food-meat-kitchen-animal-chicken-butcher_179666-46414.jpg",
},
tag: "Authentic", title: "Traditional Recipes", description: "Our recipes come straight from our heritage, ensuring every bite feels authentic.", primaryButton: { text: "Learn More", href: "#" },
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-slice-with-pepper-salt-dark-blue-background-color-food-meat-kitchen-animal-chicken-butcher_179666-46414.jpg"},
{
tag: "Outdoor",
title: "Casual Vibes",
description: "Enjoy your meal in our laid-back outdoor seating area, perfect for sunny days.",
primaryButton: {
text: "Learn More",
href: "#",
},
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
},
tag: "Outdoor", title: "Casual Vibes", description: "Enjoy your meal in our laid-back outdoor seating area, perfect for sunny days.", primaryButton: { text: "Learn More", href: "#" },
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg"},
{
tag: "Fresh",
title: "Daily Prepared",
description: "We prep everything fresh daily, so your experience is consistently excellent.",
primaryButton: {
text: "Learn More",
href: "#",
},
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-spice-table_23-2147694320.jpg",
},
tag: "Fresh", title: "Daily Prepared", description: "We prep everything fresh daily, so your experience is consistently excellent.", primaryButton: { text: "Learn More", href: "#" },
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-spice-table_23-2147694320.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -108,41 +69,13 @@ export default function HomePage() {
title="The Don Güero Menu"
description="Handcrafted dishes that keeps our customers coming back for more."
items={[
{
title: "Carne Asada Tacos",
description: "Classic and fresh.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tortilla-with-meat-vegetables_23-2148750443.jpg",
},
{
title: "Pork Torta",
description: "A local favorite sandwich.",
imageSrc: "http://img.b2bpic.net/free-photo/meat-sandwich-wooden-board-side-view_141793-2394.jpg",
},
{
title: "Asada Tostada",
description: "Crispy and flavorful.",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-dish-with-avocado-seeds_23-2148282993.jpg",
},
{
title: "Cheese Quesadilla",
description: "Simple and delicious.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg",
},
{
title: "Lengua Tacos",
description: "Authentic street style.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tortillas-with-meat-seen-through-tomato-sauce-spoon_181624-44741.jpg",
},
{
title: "Carnitas Burrito",
description: "Big, fresh, and hearty.",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-salsa-sauce-with-meat-vegetables-cutting-board_23-2148042498.jpg",
},
{
title: "Fresh Sides",
description: "Extra avocado and more.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-green-onion-cutting-board-with-other-onions-around-wooden-background_141793-5915.jpg",
},
{ title: "Carne Asada Tacos", description: "Classic and fresh.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tortilla-with-meat-vegetables_23-2148750443.jpg" },
{ title: "Pork Torta", description: "A local favorite sandwich.", imageSrc: "http://img.b2bpic.net/free-photo/meat-sandwich-wooden-board-side-view_141793-2394.jpg" },
{ title: "Asada Tostada", description: "Crispy and flavorful.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-dish-with-avocado-seeds_23-2148282993.jpg" },
{ title: "Cheese Quesadilla", description: "Simple and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg" },
{ title: "Lengua Tacos", description: "Authentic street style.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tortillas-with-meat-seen-through-tomato-sauce-spoon_181624-44741.jpg" },
{ title: "Carnitas Burrito", description: "Big, fresh, and hearty.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-salsa-sauce-with-meat-vegetables-cutting-board_23-2148042498.jpg" },
{ title: "Fresh Sides", description: "Extra avocado and more.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-green-onion-cutting-board-with-other-onions-around-wooden-background_141793-5915.jpg" },
]}
/>
</SectionErrorBoundary>
@@ -156,45 +89,20 @@ export default function HomePage() {
description="We are proud of our 4.6 star rating from over 430 happy customers."
testimonials={[
{
id: "1",
name: "Brock",
role: "Family Regular",
quote: "They have the best burritos in quesadillas and tacos. Our familys favorite place!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg",
},
name: "Brock", role: "Family Regular", quote: "They have the best burritos in quesadillas and tacos. Our familys favorite place!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg"},
{
id: "2",
name: "tina denney",
role: "Local Guide",
quote: "I got the asada tostada with extra avocado. I really like them. My husband gets the pork torta every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-hot-dog-cafe-terrace_169016-55849.jpg",
},
name: "tina denney", role: "Local Guide", quote: "I got the asada tostada with extra avocado. I really like them. My husband gets the pork torta every time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-hot-dog-cafe-terrace_169016-55849.jpg"},
{
id: "3",
name: "Viktoria Holoiukh",
role: "Diner",
quote: "I can't say it was great, but good! Ingredients have a good fresh taste.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5046.jpg",
},
name: "Viktoria Holoiukh", role: "Diner", quote: "I can't say it was great, but good! Ingredients have a good fresh taste.", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5046.jpg"},
{
id: "4",
name: "Anonymous Guest",
role: "Diner",
quote: "Great atmosphere for sunny days. Tacos are authentic and fresh.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg",
},
name: "Anonymous Guest", role: "Diner", quote: "Great atmosphere for sunny days. Tacos are authentic and fresh.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698360.jpg"},
{
id: "5",
name: "Local Guest",
role: "Diner",
quote: "Fast service, fresh ingredients, and perfectly seasoned meats.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-posing-while-standing-blouse-denim-jacket-looking-pretty-front-view_176474-109186.jpg",
},
name: "Local Guest", role: "Diner", quote: "Fast service, fresh ingredients, and perfectly seasoned meats.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-posing-while-standing-blouse-denim-jacket-looking-pretty-front-view_176474-109186.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -205,14 +113,8 @@ export default function HomePage() {
<ContactCta
tag="Visit Us Today"
text="Find us at 332 E Emma Ave, Springdale, AR. Open at 11 AM daily."
primaryButton={{
text: "Directions",
href: "#",
}}
secondaryButton={{
text: "Call (479) 361-8073",
href: "tel:4793618073",
}}
primaryButton={{ text: "Directions", href: "#" }}
secondaryButton={{ text: "Call (479) 361-8073", href: "tel:4793618073" }}
/>
</SectionErrorBoundary>
</div>