Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-06 03:55:06 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
buttons={[{ text: "View Menu", href: "#cuts" }, { text: "Get Directions", href: "#contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-gua-bao-with-grilled-chicken-teriyaki-sauce-red-backdrop_23-2148123697.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/asian-gua-bao-with-grilled-chicken-teriyaki-sauce-red-backdrop_23-2148123697.jpg?_wi=1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-lavash-sandwich-rolls-sliced-with-salad-meat-inside-along-with-mayyonaise-salad-white-plate-brown_140725-20741.jpg" }
]}
/>
@@ -60,7 +60,7 @@ export default function LandingPage() {
title="Heritage in Every Bite"
description="At Taqueria Rancho 6, we honor the traditions of Mexican street food. Using locally sourced ingredients and time-honored family recipes, we deliver an authentic, high-quality dining experience every day."
metrics={[{ value: "4.2", title: "Average Rating" }, { value: "20+", title: "Unique Recipes" }]}
imageSrc="http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000316.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000316.jpg?_wi=1"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -147,7 +147,7 @@ export default function LandingPage() {
description="14201 Palm Dr, Desert Hot Springs"
background={{ variant: "sparkles-gradient" }}
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000316.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000316.jpg?_wi=2"
useInvertedBackground={false}
/>
</div>
@@ -155,7 +155,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="Taqueria Rancho 6"
imageSrc="http://img.b2bpic.net/free-photo/asian-gua-bao-with-grilled-chicken-teriyaki-sauce-red-backdrop_23-2148123697.jpg"
imageSrc="http://img.b2bpic.net/free-photo/asian-gua-bao-with-grilled-chicken-teriyaki-sauce-red-backdrop_23-2148123697.jpg?_wi=2"
columns={[
{ title: "Links", items: [{ label: "Home", href: "#hero" }] }
]}