Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-11 05:57:20 +00:00

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
{ text: "View Our Menu", href: "#menu" }, { text: "View Our Menu", href: "#menu" },
{ text: "Find Our Truck", href: "#contact" } { text: "Find Our Truck", href: "#contact" }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-tacos-wooden-table_23-2148629356.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EyhxoICdPdIS57TjqauA89PM4R/uploaded-1781157392765-16tex2ph.png"
imageAlt="Delicious street tacos and burritos" imageAlt="Delicious street tacos and burritos"
mediaAnimation="slide-up" mediaAnimation="slide-up"
imagePosition="right" imagePosition="right"
@@ -243,4 +243,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }