diff --git a/src/app/page.tsx b/src/app/page.tsx index 193cd4d..c4e4fca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,7 @@ export default function LandingPage() { imagePosition="right" mediaAnimation="slide-up" useInvertedBackground={false} + background={{ variant: "glowing-orb" }} buttons={[ { text: "📞 Call Now", href: "tel:+59826008247" }, { text: "Reserve a Table", href: "#contact" } @@ -60,11 +61,11 @@ export default function LandingPage() { testimonials={[ { name: "Maria González", handle: "Visitor", testimonial: "The sunset views are absolutely breathtaking. Best dining experience in Montevideo!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg" }, { name: "Carlos Rodriguez", handle: "Regular Guest", testimonial: "Their afternoon tea is exceptional. Elegant ambiance and impeccable service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg" } ]} testimonialRotationInterval={5000} @@ -170,22 +171,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Unforgettable Sunset Experience", quote: "This is hands down the best dining experience I've had in Montevideo. The sunset views are unmatched, and the food is absolutely delicious. Our server was attentive and made our anniversary dinner truly special.", name: "Sofia Martinez", role: "Anniversary Celebration", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3", imageAlt: "Sofia Martinez" + id: "1", title: "Unforgettable Sunset Experience", quote: "This is hands down the best dining experience I've had in Montevideo. The sunset views are unmatched, and the food is absolutely delicious. Our server was attentive and made our anniversary dinner truly special.", name: "Sofia Martinez", role: "Anniversary Celebration", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sofia Martinez" }, { - id: "2", title: "Perfect Afternoon Tea Destination", quote: "The Té Completo Para Dos is perfection. Every detail was thoughtfully prepared, from the pastries to the tea selection. It's become our weekly tradition!", name: "Isabella Fernández", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=4", imageAlt: "Isabella Fernández" + id: "2", title: "Perfect Afternoon Tea Destination", quote: "The Té Completo Para Dos is perfection. Every detail was thoughtfully prepared, from the pastries to the tea selection. It's become our weekly tradition!", name: "Isabella Fernández", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Isabella Fernández" }, { - id: "3", title: "Family-Friendly Gem", quote: "We brought our entire family to celebrate a milestone birthday. The welcoming atmosphere and diverse menu made everyone happy. This place truly cares about their guests.", name: "Diego López", role: "Family Dining", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=5", imageAlt: "Diego López" + id: "3", title: "Family-Friendly Gem", quote: "We brought our entire family to celebrate a milestone birthday. The welcoming atmosphere and diverse menu made everyone happy. This place truly cares about their guests.", name: "Diego López", role: "Family Dining", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Diego López" }, { - id: "4", title: "Best Sushi in the City", quote: "As a sushi enthusiast, I'm impressed by the quality and freshness. Combined with the ocean view ambiance, Almar is now my go-to restaurant for special occasions.", name: "Lucas Santos", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=6", imageAlt: "Lucas Santos" + id: "4", title: "Best Sushi in the City", quote: "As a sushi enthusiast, I'm impressed by the quality and freshness. Combined with the ocean view ambiance, Almar is now my go-to restaurant for special occasions.", name: "Lucas Santos", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Lucas Santos" }, { - id: "5", title: "Incredible Vibe and Energy", quote: "The energy at Almar is contagious. Everyone feels welcome, and the inclusive atmosphere is refreshing. Great food, great views, great people!", name: "Martina Costa", role: "Social Dining", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=7", imageAlt: "Martina Costa" + id: "5", title: "Incredible Vibe and Energy", quote: "The energy at Almar is contagious. Everyone feels welcome, and the inclusive atmosphere is refreshing. Great food, great views, great people!", name: "Martina Costa", role: "Social Dining", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Martina Costa" }, { - id: "6", title: "Tourist's Paradise", quote: "Visiting Montevideo and couldn't have asked for a better experience. Every detail screams quality. We're already planning our return visit to Almar!", name: "Thomas O'Brien", role: "Tourist", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=8", imageAlt: "Thomas O'Brien" + id: "6", title: "Tourist's Paradise", quote: "Visiting Montevideo and couldn't have asked for a better experience. Every detail screams quality. We're already planning our return visit to Almar!", name: "Thomas O'Brien", role: "Tourist", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Thomas O'Brien" } ]} />