Update src/app/page.tsx

This commit is contained in:
2026-03-09 16:36:52 +00:00
parent b1848cd481
commit fd0b1855bc

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLargeSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -42,24 +42,24 @@ export default function LandingPage() {
title="Authentic Nayarit-Style Seafood in Phoenix"
description="Fresh ceviche, aguachiles, shrimp platters, micheladas and more. Family-owned, locally-loved since day one."
tag="Premium Mexican Seafood"
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "📞 Call Now", href: "tel:(602)612-3911" },
{ text: "🍽 View Menu", href: "#menu" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/spicy-crab-stick-salad_74190-5924.jpg?_wi=1", imageAlt: "Fresh Nayarit-style shrimp ceviche with lime and cilantro"},
imageSrc: "http://img.b2bpic.net/free-photo/spicy-crab-stick-salad_74190-5924.jpg", imageAlt: "Fresh Nayarit-style shrimp ceviche with lime and cilantro"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimp-with-spicy-sauce-lemon-slices_176474-3367.jpg?_wi=1", imageAlt: "Authentic Nayarit aguachiles with fresh shrimp"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimp-with-spicy-sauce-lemon-slices_176474-3367.jpg", imageAlt: "Authentic Nayarit aguachiles with fresh shrimp"},
{
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fish-plate_1398-4549.jpg?_wi=1", imageAlt: "Crispy fried whole mojarra fish"},
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fish-plate_1398-4549.jpg", imageAlt: "Crispy fried whole mojarra fish"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-delicious-esquites-lime-top-view_23-2149890966.jpg?_wi=1", imageAlt: "Spicy camarones cucarachos shrimp dish"},
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-delicious-esquites-lime-top-view_23-2149890966.jpg", imageAlt: "Spicy camarones cucarachos shrimp dish"},
{
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day-isolated-white-background_123827-33910.jpg?_wi=1", imageAlt: "Golden fried shrimp empanadas with sauce"},
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day-isolated-white-background_123827-33910.jpg", imageAlt: "Golden fried shrimp empanadas with sauce"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-negroni-cocktail-with-lime_23-2149451553.jpg?_wi=1", imageAlt: "Refreshing traditional Mexican michelada cocktail"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-negroni-cocktail-with-lime_23-2149451553.jpg", imageAlt: "Refreshing traditional Mexican michelada cocktail"},
]}
/>
</div>
@@ -72,16 +72,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Maria Garcia", role: "Regular Customer", company: "Phoenix Community", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Maria Garcia"},
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Maria Garcia"},
{
id: "2", name: "Carlos Rodriguez", role: "Food Enthusiast", company: "Local Phoenix", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Carlos Rodriguez"},
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Carlos Rodriguez"},
{
id: "3", name: "Ana Lopez", role: "Frequent Diner", company: "North Phoenix", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Ana Lopez"},
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Ana Lopez"},
{
id: "4", name: "Juan Martinez", role: "Family Owner", company: "Phoenix Residents", rating: 5,
imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Juan Martinez"},
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Juan Martinez"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -97,17 +97,13 @@ export default function LandingPage() {
tag="Featured"
products={[
{
id: "1", brand: "La Finkera", name: "Aguachiles Nayarit", price: "$14.99", rating: 5,
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimp-with-spicy-sauce-lemon-slices_176474-3367.jpg?_wi=2", imageAlt: "Fresh Nayarit-style aguachiles"},
id: "1", brand: "La Finkera", name: "Aguachiles Nayarit", price: "$14.99", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-shrimp-with-spicy-sauce-lemon-slices_176474-3367.jpg", imageAlt: "Fresh Nayarit-style aguachiles"},
{
id: "2", brand: "La Finkera", name: "Shrimp Ceviche", price: "$13.99", rating: 5,
reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/spicy-crab-stick-salad_74190-5924.jpg?_wi=2", imageAlt: "Traditional shrimp ceviche with lime and cilantro"},
id: "2", brand: "La Finkera", name: "Shrimp Ceviche", price: "$13.99", rating: 5, reviewCount: "95+", imageSrc: "http://img.b2bpic.net/free-photo/spicy-crab-stick-salad_74190-5924.jpg", imageAlt: "Traditional shrimp ceviche with lime and cilantro"},
{
id: "3", brand: "La Finkera", name: "Mojarra Frita", price: "$16.99", rating: 5,
reviewCount: "78+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fish-plate_1398-4549.jpg?_wi=2", imageAlt: "Crispy whole fried mojarra fish"},
id: "3", brand: "La Finkera", name: "Mojarra Frita", price: "$16.99", rating: 5, reviewCount: "78+", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fish-plate_1398-4549.jpg", imageAlt: "Crispy whole fried mojarra fish"},
{
id: "4", brand: "La Finkera", name: "Camarones Cucarachos", price: "$15.99", rating: 5,
reviewCount: "88+", imageSrc: "http://img.b2bpic.net/free-photo/cup-with-delicious-esquites-lime-top-view_23-2149890966.jpg?_wi=2", imageAlt: "Spicy shrimp camarones cucarachos"},
id: "4", brand: "La Finkera", name: "Camarones Cucarachos", price: "$15.99", rating: 5, reviewCount: "88+", imageSrc: "http://img.b2bpic.net/free-photo/cup-with-delicious-esquites-lime-top-view_23-2149890966.jpg", imageAlt: "Spicy shrimp camarones cucarachos"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -125,30 +121,30 @@ export default function LandingPage() {
{
id: 1,
title: "Fresh Seafood Daily", description: "Our seafood arrives fresh each morning, ensuring the highest quality and authentic taste in every dish you enjoy with us.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-eating-together-dining-table-focus-is-man-serving-food_637285-10336.jpg?_wi=1", imageAlt: "Fresh seafood preparation"},
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-eating-together-dining-table-focus-is-man-serving-food_637285-10336.jpg", imageAlt: "Fresh seafood preparation"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day-isolated-white-background_123827-33910.jpg?_wi=2", imageAlt: "Shrimp empanadas"},
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day-isolated-white-background_123827-33910.jpg", imageAlt: "Shrimp empanadas"},
},
{
id: 2,
title: "Authentic Nayarit Recipes", description: "Traditional recipes passed down through generations, bringing the true essence of Nayarit cuisine to Phoenix families.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-eating-together-dining-table-focus-is-man-serving-food_637285-10336.jpg?_wi=2", imageAlt: "Restaurant authentic atmosphere"},
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-eating-together-dining-table-focus-is-man-serving-food_637285-10336.jpg", imageAlt: "Restaurant authentic atmosphere"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day-isolated-white-background_123827-33910.jpg?_wi=3", imageAlt: "Traditional dish plating"},
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day-isolated-white-background_123827-33910.jpg", imageAlt: "Traditional dish plating"},
},
{
id: 3,
title: "Family Friendly", description: "A welcoming atmosphere for families, groups, and everyone seeking authentic Mexican seafood and great community vibes.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-eating-together-dining-table-focus-is-man-serving-food_637285-10336.jpg?_wi=3", imageAlt: "Family dining experience"},
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-eating-together-dining-table-focus-is-man-serving-food_637285-10336.jpg", imageAlt: "Family dining experience"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day-isolated-white-background_123827-33910.jpg?_wi=4", imageAlt: "Community gathering space"},
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas-halloween-thanksgivings-day-isolated-white-background_123827-33910.jpg", imageAlt: "Community gathering space"},
},
{
id: 4,
title: "Live Music & Cocktails", description: "Enjoy vibrant live music nights and expertly crafted micheladas while savoring your favorite seafood specialties.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-eating-together-dining-table-focus-is-man-serving-food_637285-10336.jpg?_wi=4", imageAlt: "Live entertainment"},
imageSrc: "http://img.b2bpic.net/free-photo/small-group-happy-friends-eating-together-dining-table-focus-is-man-serving-food_637285-10336.jpg", imageAlt: "Live entertainment"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-negroni-cocktail-with-lime_23-2149451553.jpg?_wi=2", imageAlt: "Signature michelada cocktail"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-negroni-cocktail-with-lime_23-2149451553.jpg", imageAlt: "Signature michelada cocktail"},
},
]}
showStepNumbers={true}