Update src/app/page.tsx
This commit is contained in:
@@ -55,18 +55,19 @@ export default function LandingPage() {
|
||||
imageAlt="Argentine grill with premium steaks"
|
||||
imagePosition="right"
|
||||
mediaAnimation="opacity"
|
||||
background={{ variant: "plain" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "María González", handle: "Food Lover, Madrid", testimonial: "Excellent food and very attentive staff. Best Argentine experience in the city.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"
|
||||
},
|
||||
{
|
||||
name: "Carlos Ruiz", handle: "Local Regular", testimonial: "Parrilla for two was incredible. Generous portions and authentic flavors.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"
|
||||
},
|
||||
{
|
||||
name: "Elena Martínez", handle: "Tourist, Barcelona", testimonial: "Best Argentine steak in Madrid. We came back three times during our stay.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -87,13 +88,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Jorge Fernández", role: "Regular Customer", testimonial: "The attention to detail and warmth of service is unmatched. This is where memories are made.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Jorge Fernández"
|
||||
id: "1", name: "Jorge Fernández", role: "Regular Customer", testimonial: "The attention to detail and warmth of service is unmatched. This is where memories are made.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Jorge Fernández"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sophie Dupont", role: "Food Critic", testimonial: "Authentic, generous, and absolutely delicious. Pampeano captures the spirit of Buenos Aires perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Sophie Dupont"
|
||||
id: "2", name: "Sophie Dupont", role: "Food Critic", testimonial: "Authentic, generous, and absolutely delicious. Pampeano captures the spirit of Buenos Aires perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sophie Dupont"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Antonio Rossi", role: "Chef, Milan", testimonial: "As a chef, I appreciate the quality of the meat and the skill of the parrillero. Impressive.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "Antonio Rossi"
|
||||
id: "3", name: "Antonio Rossi", role: "Chef, Milan", testimonial: "As a chef, I appreciate the quality of the meat and the skill of the parrillero. Impressive.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Antonio Rossi"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Beatriz López", role: "Event Planner", testimonial: "Perfect for group celebrations. Their team made our anniversary dinner unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-hands-talking-cafe_637285-12503.jpg", imageAlt: "Beatriz López"
|
||||
@@ -123,18 +124,17 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Premium Quality Cuts", description: "Carefully selected beef from trusted suppliers. Only the finest meats make it to our grill.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg?_wi=1"
|
||||
title: "Premium Quality Cuts", description: "Carefully selected beef from trusted suppliers. Only the finest meats make it to our grill.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Generous Portions", description: "Hearty servings that celebrate the Argentine tradition of abundance and sharing.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-with-fried-vegetables_140725-2833.jpg?_wi=1"
|
||||
title: "Generous Portions", description: "Hearty servings that celebrate the Argentine tradition of abundance and sharing.", imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-with-fried-vegetables_140725-2833.jpg"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Attentive, Warm Service", description: "Our team treats every guest like family. Hospitality is at the heart of what we do.", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1"
|
||||
title: "Attentive, Warm Service", description: "Our team treats every guest like family. Hospitality is at the heart of what we do.", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
containerClassName="w-full py-20"
|
||||
/>
|
||||
</div>
|
||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "ojo-de-bife", name: "Ojo de Bife", price: "€24", variant: "Premium ribeye, 300g", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg?_wi=2", imageAlt: "Ojo de Bife premium ribeye steak"
|
||||
id: "ojo-de-bife", name: "Ojo de Bife", price: "€24", variant: "Premium ribeye, 300g", imageSrc: "http://img.b2bpic.net/free-photo/roasted-beef-cut-with-sauce-selection_140725-1842.jpg", imageAlt: "Ojo de Bife premium ribeye steak"
|
||||
},
|
||||
{
|
||||
id: "entrana", name: "Entraña", price: "€22", variant: "Skirt steak, 280g", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-grilled-fresh-steak-medium-roasted-white-plate-surrounded-by-green-grass_132075-13627.jpg", imageAlt: "Entraña skirt steak grilled"
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
id: "tbone", name: "T-Bone", price: "€28", variant: "Premium cut, 350g", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-wooden-board_140725-4717.jpg", imageAlt: "T-Bone premium steak"
|
||||
},
|
||||
{
|
||||
id: "parrilla-dos", name: "Parrilla para Dos", price: "€50", variant: "Mixed grill, 700g", imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-with-fried-vegetables_140725-2833.jpg?_wi=2", imageAlt: "Parrilla for two mixed grill"
|
||||
id: "parrilla-dos", name: "Parrilla para Dos", price: "€50", variant: "Mixed grill, 700g", imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-with-fried-vegetables_140725-2833.jpg", imageAlt: "Parrilla for two mixed grill"
|
||||
},
|
||||
{
|
||||
id: "empanadas", name: "Empanadas", price: "€8", variant: "Beef, 3 pieces", imageSrc: "http://img.b2bpic.net/free-photo/shawarma-bread-with-chips-mushrooms_140725-4086.jpg", imageAlt: "Traditional beef empanadas"
|
||||
@@ -188,10 +188,9 @@ export default function LandingPage() {
|
||||
{ text: "Call to Reserve", href: "tel:916120285" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
imageAlt="Warm dining ambiance at Pampeano Asador"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="w-full py-20"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user