Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc6e5e1666 | |||
| 4a7e8cf6d5 |
112
src/app/page.tsx
112
src/app/page.tsx
@@ -28,14 +28,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home", id: "hero"},
|
{ name: "Menu", id: "menu" },
|
||||||
{
|
{ name: "About", id: "about" },
|
||||||
name: "Menu", id: "menu"},
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{
|
{ name: "Contact", id: "contact" },
|
||||||
name: "About", id: "about"},
|
|
||||||
{
|
|
||||||
name: "Reviews", id: "testimonials"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Salsa & Beer"
|
brandName="Salsa & Beer"
|
||||||
button={{
|
button={{
|
||||||
@@ -51,38 +48,26 @@ export default function LandingPage() {
|
|||||||
title="Authentic Mexican Flavors & Lively Vibes"
|
title="Authentic Mexican Flavors & Lively Vibes"
|
||||||
description="Experience massive, delicious portions, fresh salsa, and the warmest service in town. Come join us at Salsa & Beer for your next family feast."
|
description="Experience massive, delicious portions, fresh salsa, and the warmest service in town. Come join us at Salsa & Beer for your next family feast."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "View Our Menu", href: "#menu" },
|
||||||
text: "View Our Menu", href: "#menu"},
|
{ text: "Find Us", href: "#contact" },
|
||||||
{
|
|
||||||
text: "Find Us", href: "#contact"},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration_23-2149317299.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration_23-2149317299.jpg"
|
||||||
imageAlt="Authentic Mexican food table spread"
|
imageAlt="Authentic Mexican food table spread"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/pleased-female-entrepreneur-trendy-sunglasses-denim-jacke_197531-31011.jpg", alt: "Happy Guest 1" },
|
||||||
src: "http://img.b2bpic.net/free-photo/pleased-female-entrepreneur-trendy-sunglasses-denim-jacke_197531-31011.jpg", alt: "Happy Guest 1"},
|
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-food_23-2150168089.jpg", alt: "Happy Guest 2" },
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-662.jpg", alt: "Happy Guest 3" },
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-food_23-2150168089.jpg", alt: "Happy Guest 2"},
|
{ src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", alt: "Happy Guest 4" },
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", alt: "Happy Guest 5" },
|
||||||
src: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-662.jpg", alt: "Happy Guest 3"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", alt: "Happy Guest 4"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg", alt: "Happy Guest 5"},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Loved by over 10,000+ local foodies"
|
avatarText="Loved by over 10,000+ local foodies"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text", text: "Authentic Recipes" },
|
||||||
type: "text", text: "Authentic Recipes"},
|
{ type: "text", text: "Fresh Ingredients" },
|
||||||
{
|
{ type: "text", text: "Massive Portions" },
|
||||||
type: "text", text: "Fresh Ingredients"},
|
{ type: "text", text: "Family Friendly" },
|
||||||
{
|
{ type: "text", text: "Legendary Salsa Bar" },
|
||||||
type: "text", text: "Massive Portions"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Family Friendly"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Legendary Salsa Bar"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -92,7 +77,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="A Legacy of Flavor"
|
title="A Legacy of Flavor"
|
||||||
description={[
|
description={[
|
||||||
"At Salsa & Beer, we believe in big portions and even bigger flavor. Our family-friendly spot has become a local staple for those seeking the very best Mexican cuisine.", "We take pride in our fresh salsa bar, hot chips, and traditional dishes crafted with passion. Whether it's a family birthday or a quick delicious meal, we serve every plate with care and a smile."]}
|
"At Salsa & Beer, we believe in big portions and even bigger flavor. Our family-friendly spot has become a local staple for those seeking the very best Mexican cuisine.", "We take pride in our fresh salsa bar, hot chips, and traditional dishes crafted with passion. Whether it's a family birthday or a quick delicious meal, we serve every plate with care and a smile."
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -101,12 +87,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ title: "Creamy Chicken Enchiladas", description: "The absolute best enchiladas you'll ever have. Huge, delicious, and perfectly creamy.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-beef-burrito-with-rice_1147-393.jpg" },
|
||||||
title: "Creamy Chicken Enchiladas", description: "The absolute best enchiladas you'll ever have. Huge, delicious, and perfectly creamy.", imageSrc: "http://img.b2bpic.net/free-photo/mexican-beef-burrito-with-rice_1147-393.jpg"},
|
{ title: "Molcajete Burrito", description: "Generous portion with smoky chunks of steak and our signature flavorful sauce.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-persons-hand-preparing-wrap-beef-tacos-breakfast_23-2148042487.jpg" },
|
||||||
{
|
{ title: "Fresh Salsa Bar", description: "Unbelievable variety and flavor. Pairs perfectly with our hot and fresh tortilla chips.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-food-drinks-dinner-party_23-2150763398.jpg" },
|
||||||
title: "Molcajete Burrito", description: "Generous portion with smoky chunks of steak and our signature flavorful sauce.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-persons-hand-preparing-wrap-beef-tacos-breakfast_23-2148042487.jpg"},
|
|
||||||
{
|
|
||||||
title: "Fresh Salsa Bar", description: "Unbelievable variety and flavor. Pairs perfectly with our hot and fresh tortilla chips.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-food-drinks-dinner-party_23-2150763398.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="Fan Favorites"
|
title="Fan Favorites"
|
||||||
description="From our famous molcajete burritos to creamy chicken enchiladas, every dish is packed with authentic taste."
|
description="From our famous molcajete burritos to creamy chicken enchiladas, every dish is packed with authentic taste."
|
||||||
@@ -120,21 +103,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Lisa Schumann", role: "Foodie", company: "Local Guide", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleased-female-entrepreneur-trendy-sunglasses-denim-jacke_197531-31011.jpg" },
|
||||||
id: "1", name: "Lisa Schumann", role: "Foodie", company: "Local Guide", rating: 5,
|
{ id: "2", name: "Frank", role: "Regular", company: "Local Guide", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-food_23-2150168089.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-female-entrepreneur-trendy-sunglasses-denim-jacke_197531-31011.jpg"},
|
{ id: "3", name: "Jose Arevalo", role: "Guest", company: "Local Guide", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-662.jpg" },
|
||||||
{
|
{ id: "4", name: "Michael German", role: "Customer", company: "Local Guide", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg" },
|
||||||
id: "2", name: "Frank", role: "Regular", company: "Local Guide", rating: 5,
|
{ id: "5", name: "Dennis Williams", role: "Guest", company: "Local Guide", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-food_23-2150168089.jpg"},
|
|
||||||
{
|
|
||||||
id: "3", name: "Jose Arevalo", role: "Guest", company: "Local Guide", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-drawing-cup-coffee-notebook_158595-662.jpg"},
|
|
||||||
{
|
|
||||||
id: "4", name: "Michael German", role: "Customer", company: "Local Guide", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Dennis Williams", role: "Guest", company: "Local Guide", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Guests Say"
|
title="What Our Guests Say"
|
||||||
description="We are honored to be a part of your celebrations and everyday meals."
|
description="We are honored to be a part of your celebrations and everyday meals."
|
||||||
@@ -144,14 +117,12 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain"}}
|
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Hungry? Come visit us today!"
|
title="Hungry? Come visit us today!"
|
||||||
description="We are quick, accommodating, and ready to serve you the best Mexican food in town. Check out our location and grab a seat for your next delicious meal."
|
description="We are quick, accommodating, and ready to serve you the best Mexican food in town. Check out our location and grab a seat for your next delicious meal."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Get Directions", href: "#" },
|
||||||
text: "Get Directions", href: "#"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -160,28 +131,9 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Salsa & Beer"
|
logoText="Salsa & Beer"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Locations", items: [{ label: "North Hollywood", href: "#" }] },
|
||||||
title: "Locations", items: [
|
{ title: "Menu", items: [{ label: "Dinner", href: "#menu" }, { label: "Takeout", href: "#" }] },
|
||||||
{
|
{ title: "Follow Us", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||||
label: "North Hollywood", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Menu", items: [
|
|
||||||
{
|
|
||||||
label: "Dinner", href: "#menu"},
|
|
||||||
{
|
|
||||||
label: "Takeout", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Follow Us", items: [
|
|
||||||
{
|
|
||||||
label: "Instagram", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Facebook", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user