Merge version_1 into main #1
170
src/app/page.tsx
170
src/app/page.tsx
@@ -29,90 +29,60 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
]}
|
||||
brandName="Salsa & Beer"
|
||||
button={{
|
||||
text: "Order Online", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
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."
|
||||
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"
|
||||
imageAlt="Authentic Mexican food table spread"
|
||||
mediaAnimation="slide-up"
|
||||
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/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/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/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/smiley-mother-daughter-side-view_23-2149854624.jpg", alt: "Happy Guest 5"},
|
||||
]}
|
||||
avatarText="Loved by over 10,000+ local foodies"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Recipes",
|
||||
},
|
||||
type: "text", text: "Authentic Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Massive Portions",
|
||||
},
|
||||
type: "text", text: "Massive Portions"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
type: "text", text: "Family Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Legendary Salsa Bar",
|
||||
},
|
||||
type: "text", text: "Legendary Salsa Bar"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,9 +92,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Flavor"
|
||||
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>
|
||||
|
||||
@@ -134,20 +102,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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: "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: "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"
|
||||
description="From our famous molcajete burritos to creamy chicken enchiladas, every dish is packed with authentic taste."
|
||||
@@ -162,45 +121,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-female-entrepreneur-trendy-sunglasses-denim-jacke_197531-31011.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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: "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: "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",
|
||||
},
|
||||
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"
|
||||
description="We are honored to be a part of your celebrations and everyday meals."
|
||||
@@ -211,16 +145,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Directions", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -230,38 +161,25 @@ export default function LandingPage() {
|
||||
logoText="Salsa & Beer"
|
||||
columns={[
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
title: "Locations", items: [
|
||||
{
|
||||
label: "North Hollywood",
|
||||
href: "#",
|
||||
},
|
||||
label: "North Hollywood", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Dinner",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Dinner", href: "#menu"},
|
||||
{
|
||||
label: "Takeout",
|
||||
href: "#",
|
||||
},
|
||||
label: "Takeout", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user