Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e9879a2b17 | |||
| 5ac40939d2 | |||
| 916a4cead7 | |||
| 9c47298242 | |||
| ce4279ab86 | |||
| 0916e5d314 | |||
| b87da4b80e | |||
| d9bf86156f | |||
| 0a70f20ca8 | |||
| 4ee5b2be8d | |||
| 961f7124e6 | |||
| 39fa10f15b | |||
| 479fb162ce | |||
| 8f0d99c67b | |||
| 48d6012ad7 |
@@ -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/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"}
|
imageSrc: "http://img.b2bpic.net/free-photo/clipboard-near-sauces-food_23-2147740819.jpg", imageAlt: "Variety of tacos"}
|
||||||
]} />
|
]}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="social-proof" data-section="social-proof">
|
<div id="social-proof" data-section="social-proof">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
names={["Yelp", "Google Reviews", "DoorDash", "Uber Eats"]}
|
names={["Yelp", "Google Reviews"]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="★★★★★ 4.4 Stars • 255+ Reviews"
|
title="★★★★★ 4.4 Stars • 255+ Reviews"
|
||||||
@@ -96,7 +97,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="A Hidden Gem Worth Finding"
|
title="A Hidden Gem Worth Finding"
|
||||||
description={[
|
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>
|
</div>
|
||||||
@@ -302,4 +303,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user