diff --git a/src/app/page.tsx b/src/app/page.tsx index ffbeac9..9e09a34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,11 +67,11 @@ export default function LandingPage() { description="At Sabor A Gloria, we celebrate the rich culinary traditions of Puerto Rico. Our restaurant is built on family recipes passed down through generations, combined with a commitment to authentic flavors and warm hospitality. Every dish tells a story of our culture, our pride, and our passion for sharing the true taste of the Caribbean with you and your loved ones." tag="Established Legacy" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Learn Our Recipes", href: "#features" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208326.jpg" imageAlt="Traditional Puerto Rican home cooking and food preparation" useInvertedBackground={false} @@ -85,7 +85,7 @@ export default function LandingPage() { description="Authentic traditions, generous servings, and genuine warmth in every experience. We honor Puerto Rican culinary heritage while delivering exceptional hospitality." tag="Puerto Rican Excellence" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" features={[ { id: "feature-authentic", title: "Authentic Homemade Recipes", description: "Traditional Puerto Rican dishes prepared using family recipes and time-honored cooking methods that celebrate our cultural heritage.", media: { @@ -131,7 +131,7 @@ export default function LandingPage() { description="Discover our most celebrated Puerto Rican creations, each crafted with authentic ingredients and traditional cooking techniques that honor our Caribbean heritage." tag="Customer Favorites" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" products={[ { id: "dish-habichuelas", brand: "Traditional Staple", name: "Red Beans & Rice", price: "$14.95", rating: 5, @@ -164,31 +164,31 @@ export default function LandingPage() { description="Real stories from our satisfied customers who celebrate authentic Puerto Rican flavor, generous portions, and the warm family atmosphere at Sabor A Gloria." tag="Customer Love" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="slide-up" testimonials={[ { id: "testimonial-1", name: "María Rodriguez", role: "Regular Guest", company: "Bayamón Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg" }, { id: "testimonial-2", name: "Carlos López", role: "Family Gatherings", company: "Local Favorite", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg" }, { id: "testimonial-3", name: "Sofía García", role: "Food Enthusiast", company: "Puerto Rico Foodie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg" }, { id: "testimonial-4", name: "Juan Cruz", role: "Community Member", company: "Bayamón Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg?_wi=4" + imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg" }, { id: "testimonial-5", name: "Lucia Morales", role: "Cultural Heritage", company: "Puerto Rican Pride", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg?_wi=5" + imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg" }, { id: "testimonial-6", name: "Angel Rojas", role: "Seasoned Traveler", company: "Caribbean Explorer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg?_wi=6" + imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg" } ]} gridVariant="three-columns-all-equal-width" @@ -220,7 +220,7 @@ export default function LandingPage() { description="Everything you need to know about Sabor A Gloria, our authentic Puerto Rican cuisine, and dining experience." tag="Quick Answers" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" faqs={[ { id: "faq-1", title: "What makes your cuisine authentically Puerto Rican?", content: "We honor generations of family recipes and traditional Caribbean cooking methods. Our dishes celebrate authentic Puerto Rican flavor using time-tested techniques and quality ingredients that capture the true essence of island cuisine." @@ -245,7 +245,7 @@ export default function LandingPage() { mediaPosition="right" imageSrc="http://img.b2bpic.net/free-photo/still-life-delicious-cocktail_52683-107587.jpg" imageAlt="Warm Caribbean restaurant ambiance at Sabor A Gloria" - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="smooth"