Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
357
src/app/page.tsx
357
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/collection-cute-flat-mexican-logotype_23-2147547373.jpg"
|
||||
logoAlt="El Patron Taqueria Logo"
|
||||
@@ -71,80 +59,41 @@ export default function LandingPage() {
|
||||
description="Celebrate Your Senses with Authentic Mexican Flavors. Fresh ingredients, traditional recipes, and a passion for unforgettable dining."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria S.",
|
||||
handle: "@foodlover",
|
||||
testimonial: "The best tacos in San Francisco! Truly authentic and incredibly delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-girl-eating-ice-cream-with-sunglasses_158538-8332.jpg",
|
||||
imageAlt: "Customer Maria S.",
|
||||
},
|
||||
name: "Maria S.", handle: "@foodlover", testimonial: "The best tacos in San Francisco! Truly authentic and incredibly delicious.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-girl-eating-ice-cream-with-sunglasses_158538-8332.jpg", imageAlt: "Customer Maria S."},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@tacogeek",
|
||||
testimonial: "I've tried tacos all over, and El Patron's Al Pastor is a game changer. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-green-shirt-looking-cheerful-front-view_176474-113951.jpg",
|
||||
imageAlt: "Customer David L.",
|
||||
},
|
||||
name: "David L.", handle: "@tacogeek", testimonial: "I've tried tacos all over, and El Patron's Al Pastor is a game changer. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-green-shirt-looking-cheerful-front-view_176474-113951.jpg", imageAlt: "Customer David L."},
|
||||
{
|
||||
name: "Sophia K.",
|
||||
handle: "@eatsf",
|
||||
testimonial: "Amazing atmosphere and even better food. A must-visit for any Mexican food enthusiast.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519989.jpg",
|
||||
imageAlt: "Customer Sophia K.",
|
||||
},
|
||||
name: "Sophia K.", handle: "@eatsf", testimonial: "Amazing atmosphere and even better food. A must-visit for any Mexican food enthusiast.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519989.jpg", imageAlt: "Customer Sophia K."},
|
||||
{
|
||||
name: "Juan R.",
|
||||
handle: "@localfoodie",
|
||||
testimonial: "Consistently fresh, flavorful, and fast. El Patron never disappoints!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-hostel_23-2150601154.jpg",
|
||||
imageAlt: "Customer Juan R.",
|
||||
},
|
||||
name: "Juan R.", handle: "@localfoodie", testimonial: "Consistently fresh, flavorful, and fast. El Patron never disappoints!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-hostel_23-2150601154.jpg", imageAlt: "Customer Juan R."},
|
||||
{
|
||||
name: "Elena M.",
|
||||
handle: "@critiquequeen",
|
||||
testimonial: "Every dish is a masterpiece. You can taste the dedication and love in every bite.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1498.jpg",
|
||||
imageAlt: "Customer Elena M.",
|
||||
},
|
||||
name: "Elena M.", handle: "@critiquequeen", testimonial: "Every dish is a masterpiece. You can taste the dedication and love in every bite.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-happy-expression_1194-1498.jpg", imageAlt: "Customer Elena M."},
|
||||
]}
|
||||
tag="Taste the Tradition"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "https://www.taqueriaelpatronco.com/online-orders",
|
||||
},
|
||||
text: "Order Online", href: "https://www.taqueriaelpatronco.com/online-orders"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/image-male-cook-holding-pizza-green-apple-white_114579-89058.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/image-male-cook-holding-pizza-green-apple-white_114579-89058.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-man-posing-with-striped-shirt_343059-1138.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/bearded-man-posing-with-striped-shirt_343059-1138.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-dark-haired-woman-clenches-teeth-joy-dressed-denim-shirt-white-top-having-good-mood-face-expression-feelings-emotions_176420-10518.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-dark-haired-woman-clenches-teeth-joy-dressed-denim-shirt-white-top-having-good-mood-face-expression-feelings-emotions_176420-10518.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-stylish-black-hat-denim-shirt_273609-6798.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-stylish-black-hat-denim-shirt_273609-6798.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Loved by thousands of happy diners."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition-with-copyspace_23-2148131342.jpg"
|
||||
@@ -160,17 +109,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Story: Bringing Authentic Flavors to San Francisco",
|
||||
},
|
||||
type: "text", content: "Our Story: Bringing Authentic Flavors to San Francisco"},
|
||||
{
|
||||
type: "text", content: "We started our business in 2000 with one goal in mind: providing an enjoyable dining experience to the San Francisco area. Thanks to our experience and dedication, we’ve managed to become masters of the craft. Providing dishes that are fresh, hearty and simply unforgettable."
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More", href: "#contact"},
|
||||
]}
|
||||
description="We started our business in 2000 with one goal in mind: providing an enjoyable dining experience to the San Francisco area. Thanks to our experience and dedication, we’ve managed to become masters of the craft. Providing dishes that are fresh, hearty and simply unforgettable."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535328.jpg"
|
||||
imageAlt="Chef preparing authentic Mexican food in the kitchen"
|
||||
/>
|
||||
@@ -183,29 +130,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "fresh-ingredients",
|
||||
title: "Fresh, Local Ingredients",
|
||||
description: "We believe the best flavors come from the freshest ingredients. Our produce is sourced daily, ensuring every dish bursts with natural taste.",
|
||||
tag: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-choosing-greenery-grocery-store_23-2148216079.jpg",
|
||||
imageAlt: "Fresh vegetables and ingredients",
|
||||
},
|
||||
id: "fresh-ingredients", title: "Fresh, Local Ingredients", description: "We believe the best flavors come from the freshest ingredients. Our produce is sourced daily, ensuring every dish bursts with natural taste.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-choosing-greenery-grocery-store_23-2148216079.jpg", imageAlt: "Fresh vegetables and ingredients"},
|
||||
{
|
||||
id: "culinary-expertise",
|
||||
title: "In-Depth Culinary Expertise",
|
||||
description: "Thanks to our years of experience, we've mastered the craft of traditional Mexican cooking, bringing you authentic tastes with every meal.",
|
||||
tag: "Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508930.jpg",
|
||||
imageAlt: "Chef preparing a dish with precision",
|
||||
},
|
||||
id: "culinary-expertise", title: "In-Depth Culinary Expertise", description: "Thanks to our years of experience, we've mastered the craft of traditional Mexican cooking, bringing you authentic tastes with every meal.", tag: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508930.jpg", imageAlt: "Chef preparing a dish with precision"},
|
||||
{
|
||||
id: "outstanding-quality",
|
||||
title: "Outstanding Quality & Service",
|
||||
description: "Beyond delicious food, we're dedicated to providing an enjoyable dining experience with exceptional service and a welcoming atmosphere.",
|
||||
tag: "Commitment",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-eating-together_23-2149550673.jpg",
|
||||
imageAlt: "Happy customers enjoying their meal",
|
||||
},
|
||||
id: "outstanding-quality", title: "Outstanding Quality & Service", description: "Beyond delicious food, we're dedicated to providing an enjoyable dining experience with exceptional service and a welcoming atmosphere.", tag: "Commitment", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-eating-together_23-2149550673.jpg", imageAlt: "Happy customers enjoying their meal"},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
description="At El Patron Taqueria, we're passionate about more than just food. We're committed to delivering an authentic experience, from our kitchen to your table."
|
||||
@@ -220,73 +149,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature Dish",
|
||||
name: "Taco Al Pastor",
|
||||
price: "$3.50",
|
||||
rating: 5,
|
||||
reviewCount: "245 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos-with-avocado_23-2152026866.jpg",
|
||||
imageAlt: "Delicious Taco Al Pastor",
|
||||
},
|
||||
id: "p1", brand: "Signature Dish", name: "Taco Al Pastor", price: "$3.50", rating: 5,
|
||||
reviewCount: "245 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos-with-avocado_23-2152026866.jpg", imageAlt: "Delicious Taco Al Pastor"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Fan Favorite",
|
||||
name: "Burrito Supreme",
|
||||
price: "$12.00",
|
||||
rating: 4.8,
|
||||
reviewCount: "180 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-organic-vegetables-wrapped-pita_23-2148381333.jpg",
|
||||
imageAlt: "Hearty Burrito Supreme",
|
||||
},
|
||||
id: "p2", brand: "Fan Favorite", name: "Burrito Supreme", price: "$12.00", rating: 4.8,
|
||||
reviewCount: "180 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-organic-vegetables-wrapped-pita_23-2148381333.jpg", imageAlt: "Hearty Burrito Supreme"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Cheesy Delight",
|
||||
name: "Steak Quesadilla",
|
||||
price: "$9.50",
|
||||
rating: 4.7,
|
||||
reviewCount: "112 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortillas-with-spicy-mexican-sauce_23-2148224173.jpg",
|
||||
imageAlt: "Mouth-watering Steak Quesadilla",
|
||||
},
|
||||
id: "p3", brand: "Cheesy Delight", name: "Steak Quesadilla", price: "$9.50", rating: 4.7,
|
||||
reviewCount: "112 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/tortillas-with-spicy-mexican-sauce_23-2148224173.jpg", imageAlt: "Mouth-watering Steak Quesadilla"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Perfect Shareable",
|
||||
name: "Nachos Grande",
|
||||
price: "$14.00",
|
||||
rating: 4.9,
|
||||
reviewCount: "205 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nachos-with-sliced-avocado-top-view_23-2148224143.jpg",
|
||||
imageAlt: "Loaded Nachos Grande",
|
||||
},
|
||||
id: "p4", brand: "Perfect Shareable", name: "Nachos Grande", price: "$14.00", rating: 4.9,
|
||||
reviewCount: "205 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/nachos-with-sliced-avocado-top-view_23-2148224143.jpg", imageAlt: "Loaded Nachos Grande"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Classic Comfort",
|
||||
name: "Enchiladas Verdes",
|
||||
price: "$13.00",
|
||||
rating: 4.6,
|
||||
reviewCount: "98 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wet-burrito-tomato-sauce-garnished-with-cream_140725-2598.jpg",
|
||||
imageAlt: "Traditional Enchiladas Verdes",
|
||||
},
|
||||
id: "p5", brand: "Classic Comfort", name: "Enchiladas Verdes", price: "$13.00", rating: 4.6,
|
||||
reviewCount: "98 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/wet-burrito-tomato-sauce-garnished-with-cream_140725-2598.jpg", imageAlt: "Traditional Enchiladas Verdes"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Sweet Treat",
|
||||
name: "Churros with Chocolate",
|
||||
price: "$6.00",
|
||||
rating: 4.5,
|
||||
reviewCount: "150 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-still-life_23-2148116860.jpg",
|
||||
imageAlt: "Sweet Churros with Chocolate Sauce",
|
||||
},
|
||||
id: "p6", brand: "Sweet Treat", name: "Churros with Chocolate", price: "$6.00", rating: 4.5,
|
||||
reviewCount: "150 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/coffee-still-life_23-2148116860.jpg", imageAlt: "Sweet Churros with Chocolate Sauce"},
|
||||
]}
|
||||
title="Our Delicious Menu"
|
||||
description="Explore a wide array of authentic Mexican dishes, crafted with passion and the finest ingredients. There's something for everyone to savor!"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "https://www.taqueriaelpatronco.com/menus",
|
||||
},
|
||||
text: "View Full Menu", href: "https://www.taqueriaelpatronco.com/menus"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -299,25 +184,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
title: "Years of Experience",
|
||||
description: "Serving San Francisco since 2000, mastering the art of Mexican cuisine.",
|
||||
icon: Award,
|
||||
id: "m1", value: "20+", title: "Years of Experience", description: "Serving San Francisco since 2000, mastering the art of Mexican cuisine.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1M+",
|
||||
title: "Happy Customers",
|
||||
description: "Delighting palates and creating memorable dining experiences.",
|
||||
icon: Smile,
|
||||
id: "m2", value: "1M+", title: "Happy Customers", description: "Delighting palates and creating memorable dining experiences.", icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50+",
|
||||
title: "Unique Dishes",
|
||||
description: "A diverse menu featuring traditional favorites and innovative creations.",
|
||||
icon: Utensils,
|
||||
id: "m3", value: "50+", title: "Unique Dishes", description: "A diverse menu featuring traditional favorites and innovative creations.", icon: Utensils,
|
||||
},
|
||||
]}
|
||||
title="Our Journey & Achievements"
|
||||
@@ -332,53 +205,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jennifer L.",
|
||||
handle: "@jenny.eats",
|
||||
testimonial: "El Patron Taqueria is my go-to for authentic Mexican food. The flavors are incredible, and the portions are generous. Highly recommend the carnitas!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg",
|
||||
imageAlt: "Jennifer L.",
|
||||
},
|
||||
id: "t1", name: "Jennifer L.", handle: "@jenny.eats", testimonial: "El Patron Taqueria is my go-to for authentic Mexican food. The flavors are incredible, and the portions are generous. Highly recommend the carnitas!", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg", imageAlt: "Jennifer L."},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark R.",
|
||||
handle: "@sf_foodie",
|
||||
testimonial: "Hands down the best burritos in the city! Every time I visit, the food is consistently excellent and the service is always friendly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneur-eating-sandwich-while-surfing-net-computer-office_637285-8704.jpg",
|
||||
imageAlt: "Mark R.",
|
||||
},
|
||||
id: "t2", name: "Mark R.", handle: "@sf_foodie", testimonial: "Hands down the best burritos in the city! Every time I visit, the food is consistently excellent and the service is always friendly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneur-eating-sandwich-while-surfing-net-computer-office_637285-8704.jpg", imageAlt: "Mark R."},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia G.",
|
||||
handle: "@taco_queen",
|
||||
testimonial: "I love the vibrant atmosphere and the delicious array of tacos. The Al Pastor is a must-try!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-eggs-glass-wine_140725-6859.jpg",
|
||||
imageAlt: "Sophia G.",
|
||||
},
|
||||
id: "t3", name: "Sophia G.", handle: "@taco_queen", testimonial: "I love the vibrant atmosphere and the delicious array of tacos. The Al Pastor is a must-try!", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-eggs-glass-wine_140725-6859.jpg", imageAlt: "Sophia G."},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Carlos P.",
|
||||
handle: "@local_eats",
|
||||
testimonial: "A true hidden gem! The freshness of the ingredients really shines through. Makes me feel like I'm back in Mexico.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photography-photo-shot-croissant-bakery-concept_53876-20726.jpg",
|
||||
imageAlt: "Carlos P.",
|
||||
},
|
||||
id: "t4", name: "Carlos P.", handle: "@local_eats", testimonial: "A true hidden gem! The freshness of the ingredients really shines through. Makes me feel like I'm back in Mexico.", imageSrc: "http://img.b2bpic.net/free-photo/photography-photo-shot-croissant-bakery-concept_53876-20726.jpg", imageAlt: "Carlos P."},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emily H.",
|
||||
handle: "@yum_reviews",
|
||||
testimonial: "Fantastic food and wonderful staff. My family and I always have a great time here. The Nachos Grande are legendary!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-dressed-apron-uniform_23-2149720713.jpg",
|
||||
imageAlt: "Emily H.",
|
||||
},
|
||||
id: "t5", name: "Emily H.", handle: "@yum_reviews", testimonial: "Fantastic food and wonderful staff. My family and I always have a great time here. The Nachos Grande are legendary!", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-dressed-apron-uniform_23-2149720713.jpg", imageAlt: "Emily H."},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Daniel K.",
|
||||
handle: "@dine_sf",
|
||||
testimonial: "From the first bite to the last, El Patron delivers an authentic and satisfying culinary experience. Their horchata is also amazing!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117511.jpg",
|
||||
imageAlt: "Daniel K.",
|
||||
},
|
||||
id: "t6", name: "Daniel K.", handle: "@dine_sf", testimonial: "From the first bite to the last, El Patron delivers an authentic and satisfying culinary experience. Their horchata is also amazing!", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117511.jpg", imageAlt: "Daniel K."},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Don't just take our word for it – hear what our amazing customers have to say about their dining experience at El Patron Taqueria."
|
||||
@@ -392,25 +229,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do you offer vegetarian options?",
|
||||
content: "Yes, we have a variety of delicious vegetarian options, including veggie tacos, burritos, and quesadillas. Just ask our staff for recommendations!",
|
||||
},
|
||||
id: "faq1", title: "Do you offer vegetarian options?", content: "Yes, we have a variety of delicious vegetarian options, including veggie tacos, burritos, and quesadillas. Just ask our staff for recommendations!"},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Can I place an order online for pickup or delivery?",
|
||||
content: "Absolutely! You can place online orders directly through our website for both pickup and delivery. Check out our 'Online Orders' section.",
|
||||
},
|
||||
id: "faq2", title: "Can I place an order online for pickup or delivery?", content: "Absolutely! You can place online orders directly through our website for both pickup and delivery. Check out our 'Online Orders' section."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you accept reservations?",
|
||||
content: "We primarily operate on a first-come, first-served basis to maintain a lively and casual dining experience. However, for large groups, please call ahead and we'll do our best to accommodate you.",
|
||||
},
|
||||
id: "faq3", title: "Do you accept reservations?", content: "We primarily operate on a first-come, first-served basis to maintain a lively and casual dining experience. However, for large groups, please call ahead and we'll do our best to accommodate you."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Are your ingredients fresh and locally sourced?",
|
||||
content: "We pride ourselves on using the freshest ingredients. We partner with local suppliers whenever possible to ensure quality and support our community.",
|
||||
},
|
||||
id: "faq4", title: "Are your ingredients fresh and locally sourced?", content: "We pride ourselves on using the freshest ingredients. We partner with local suppliers whenever possible to ensure quality and support our community."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149143984.jpg"
|
||||
imageAlt="Restaurant staff answering customer questions"
|
||||
@@ -427,18 +252,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to savor the authentic taste of Mexico? Visit us, call us, or order online!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "https://www.taqueriaelpatronco.com/online-orders",
|
||||
},
|
||||
text: "Order Online", href: "https://www.taqueriaelpatronco.com/online-orders"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/search/taqueria+el+patron+san+francisco",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/search/taqueria+el+patron+san+francisco"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -447,66 +267,39 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Tacos",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Tacos", href: "#menu"},
|
||||
{
|
||||
label: "Burritos",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Burritos", href: "#menu"},
|
||||
{
|
||||
label: "Quesadillas",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Quesadillas", href: "#menu"},
|
||||
{
|
||||
label: "Specials",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Specials", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Values",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Our Values", href: "#features"},
|
||||
{
|
||||
label: "Customer Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Customer Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faqs",
|
||||
},
|
||||
label: "FAQs", href: "#faqs"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://www.google.com/maps/search/taqueria+el+patron+san+francisco",
|
||||
},
|
||||
label: "Location", href: "https://www.google.com/maps/search/taqueria+el+patron+san+francisco"},
|
||||
{
|
||||
label: "Phone: +1 (555) 123-4567",
|
||||
href: "tel:+15551234567",
|
||||
},
|
||||
label: "Phone: +1 (555) 123-4567", href: "tel:+15551234567"},
|
||||
{
|
||||
label: "Email: info@taqueriaelpatron.com",
|
||||
href: "mailto:info@taqueriaelpatron.com",
|
||||
},
|
||||
label: "Email: info@taqueriaelpatron.com", href: "mailto:info@taqueriaelpatron.com"},
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "https://www.taqueriaelpatronco.com/online-orders",
|
||||
},
|
||||
label: "Order Online", href: "https://www.taqueriaelpatronco.com/online-orders"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user