Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #15.
This commit is contained in:
2026-06-04 17:51:18 +00:00

View File

@@ -78,12 +78,13 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/buddha-bowl-rice-with-salmon-radish-red-cabbage-edamame-beans-sesame-seeds_127032-3117.jpg", imageAlt: "Fresh sushi platter"},
{
imageSrc: "http://img.b2bpic.net/free-photo/clipboard-near-sauces-food_23-2147740819.jpg", imageAlt: "Variety of tacos"}
]} />
]}
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
names={["Yelp", "Google Reviews", "DoorDash", "Uber Eats"]}
names={["Yelp", "Google Reviews"]}
textboxLayout="default"
useInvertedBackground={false}
title="★★★★★ 4.4 Stars • 255+ Reviews"
@@ -96,7 +97,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Hidden Gem Worth Finding"
description={[
"Some restaurants chase trends. We chase flavor. For years, El Snappy Mexican Food has been serving authentic homemade meals to families, workers, neighbors, and visitors looking for real food at honest prices.", "From handmade tortillas and sizzling breakfast plates to fresh sushi platters and family recipes, every dish is prepared with the same care we'd serve in our own home. Because around here, you're not just a customer. You're family.", "More Than Mexican Food: Fresh sushi platters, breakfast favorites, lunch specials, family meals, and homemade comfort food all under one roof. Perfect for: Breakfast, Lunch, Family dinners, Catering, Game day platters, Takeout."
"Some restaurants chase trends. We chase flavor. For years, El Snappy Mexican Food has been serving authentic homemade meals to families, workers, neighbors, and visitors looking for real food at honest prices.", "From handmade tortillas and sizzling breakfast plates to fresh sushi platters and family recipes, every dish is prepared with the same care we'd serve in our own home. Because around here, you're not just a customer. You're family.", "More Than Mexican Food: Fresh sushi platters, breakfast favorites, lunch specials, family meals, catering, game day platters, takeout."
]}
/>
</div>
@@ -302,4 +303,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}