From dc6e5e166673790252e985bd131aa3e3c339ef87 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:55:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 114 ++++++++++++++--------------------------------- 1 file changed, 33 insertions(+), 81 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c957f31..a42e806 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,14 +28,11 @@ export default function LandingPage() { @@ -92,7 +77,8 @@ 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." + ]} /> @@ -101,12 +87,9 @@ export default function LandingPage() { textboxLayout="split" 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: "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: "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="Fan Favorites" 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" 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: "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: "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: "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: "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" description="We are honored to be a part of your celebrations and everyday meals." @@ -144,14 +117,12 @@ export default function LandingPage() {
@@ -160,32 +131,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1