Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-11 13:15:30 +00:00

View File

@@ -9,7 +9,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Utensils } from "lucide-react";
import { Utensils, ChefHat, Flame, Wine } from "lucide-react";
export default function LandingPage() {
return (
@@ -84,16 +84,18 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="Oaxacan Culinary Offerings"
description="Explore our curated selection of authentic dishes crafted with heritage techniques and fresh, vibrant ingredients."
features={[
{
id: "f1", title: "Handmade Tortillas", description: "Freshly prepared blue corn tortillas served daily with every dish.", tag: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317307.jpg", imageAlt: "Handmade tortillas"},
id: "m1", title: "Mole Negro", description: "The king of moles, a complex blend of chocolate, chilies, and over 30 traditional spices, simmered to perfection.", tag: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/mexican-mole-sauce-dish_23-2148763126.jpg", imageAlt: "Mole Negro"},
{
id: "f2", title: "Traditional Mole", description: "Time-honored recipes perfected using authentic spices and fresh local ingredients.", tag: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-pile-bowl_23-2147694148.jpg", imageAlt: "Traditional Mole"},
id: "m2", title: "Tlayudas", description: "Crispy, large, toasted tortilla topped with refried beans, avocado, quesillo, and your choice of protein.", tag: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/tlayuda-mexican-street-food_23-2149317307.jpg", imageAlt: "Tlayuda"},
{
id: "f3", title: "Atmosphere & Music", description: "Enjoy live music and a warm environment crafted for memorable dining.", tag: "Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-good-time-while-listening-their-friend-playing-guitar_23-2149187034.jpg", imageAlt: "Restaurant atmosphere"},
id: "m3", title: "Hand-pressed Tortillas", description: "Daily fresh blue corn tortillas pressed by hand to accompany every order.", tag: "Artisanal", imageSrc: "http://img.b2bpic.net/free-photo/fresh-blue-corn-tortillas_23-2148854291.jpg", imageAlt: "Blue corn tortillas"},
{
id: "m4", title: "Mescal Flights", description: "A curated exploration of traditional Oaxacan agave spirits, featuring smoky and floral expressions.", tag: "Spirits", imageSrc: "http://img.b2bpic.net/free-photo/mezcal-tasting-flight_23-2149187034.jpg", imageAlt: "Mezcal flight"}
]}
title="Our Handcrafted Specialties"
description="Discover flavors that reflect generations of Oaxacan tradition."
/>
</div>
@@ -108,10 +110,6 @@ export default function LandingPage() {
id: "2", name: "Michael Chen", date: "Sep 2023", title: "Regular Diner", quote: "Finally, a restaurant that understands real regional flavors.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-bread_23-2149250097.jpg"},
{
id: "3", name: "Emily Rodriguez", date: "Aug 2023", title: "Food Blogger", quote: "Handmade tortillas make all the difference. Fantastic experience.", tag: "Authentic", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-holding-her-chin_23-2149374984.jpg", imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196963.jpg"},
{
id: "4", name: "David Kim", date: "Aug 2023", title: "Traveler", quote: "Great atmosphere and live music really adds to the charm.", tag: "Great Vibes", avatarSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg"},
{
id: "5", name: "Laura Martinez", date: "Jul 2023", title: "Local Diner", quote: "Perfect spot for family dinners. Everyone loved it.", tag: "Family Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-taking-his-shoes-off-hotel-room_637285-7610.jpg"},
]}
title="Voices from Oaxaca"
description="What our guests say about their culinary journey."
@@ -160,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}