5 Commits

Author SHA1 Message Date
6e7406adec Update src/app/page.tsx 2026-05-08 21:03:41 +00:00
60a1d8f8c3 Update src/app/page.tsx 2026-05-08 21:03:11 +00:00
fe471a8912 Merge version_2 into main
Merge version_2 into main
2026-05-08 20:55:58 +00:00
cd85678fb1 Update src/app/page.tsx 2026-05-08 20:55:52 +00:00
19e0243d18 Merge version_1 into main
Merge version_1 into main
2026-05-08 20:50:37 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TextAbout from '@/components/sections/about/TextAbout';
import { Award, Clock, Users } from "lucide-react";
import { Award, Clock, Users, MapPin, Phone, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,18 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Menu",
id: "#menu",
},
{
name: "About",
id: "#about",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Menu", id: "#menu" },
{ name: "About", id: "#about" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Taqueria Guadalajara Express"
/>
@@ -51,63 +43,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "gradient-bars",
}}
title="Authentic Flavors, Expressly Served"
description="Experience the true taste of Guadalajara in every bite. Traditional recipes, fresh ingredients, and speed that fits your lifestyle."
background={{ variant: "gradient-bars" }}
title="Taqueria Guadalajara Express"
description="Authentic street-style tacos served with speed and passion. Experience the real taste of Guadalajara in every bite."
buttons={[
{
text: "View Menu",
href: "#menu",
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o3gt8z&_wi=1"
imageAlt="authentic mexican street tacos wooden table"
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g157d4",
alt: "happy customer dining restaurant",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3bxep4",
alt: "person eating delicious taco",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1kdbse",
alt: "customer enjoying mexican meal",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p9ajnn",
alt: "smiling customer portrait casual",
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d4nih1",
alt: "person smiling restaurant interior",
},
]}
avatarText="Loved by thousands of taco enthusiasts."
marqueeItems={[
{
type: "text",
text: "100% Fresh Ingredients",
},
{
type: "text",
text: "Authentic Recipes",
},
{
type: "text",
text: "Express Delivery",
},
{
type: "text",
text: "Daily Specials",
},
{
type: "text",
text: "Join our Community",
},
{ text: "View Menu", href: "#menu" },
{ text: "Call Us", href: "tel:5618886138" }
]}
/>
</div>
@@ -115,9 +56,10 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
title="A Legacy of Flavor"
title="About Taqueria Guadalajara Express"
tag="Our Story"
tagIcon={Award}
titleClassName="text-4xl font-bold"
/>
</div>
@@ -127,30 +69,13 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Fresh Ingredients",
subtitle: "Locally sourced produce and premium meats daily.",
category: "Quality",
value: "100%",
},
{
id: "f2",
title: "Traditional Recipes",
subtitle: "Grandma's secret recipes, cooked with heart.",
category: "Authenticity",
value: "100%",
},
{
id: "f3",
title: "Express Service",
subtitle: "Quality meals in minutes, not hours.",
category: "Speed",
value: "10m",
},
{ id: "f1", title: "Fresh Ingredients", subtitle: "Daily prep using high-quality meats and produce.", category: "Quality", value: "Fresh" },
{ id: "f2", title: "Authentic Recipes", subtitle: "Traditional flavors from our family to yours.", category: "Authentic", value: "100%" },
{ id: "f3", title: "Express Service", subtitle: "Fast, delicious, and always on time.", category: "Convenience", value: "Fast" },
{ id: "f4", title: "Daily Open Hours", subtitle: "Serving your cravings until 2 AM every day.", category: "Hours", value: "2 AM" },
]}
title="Why You'll Love Us"
description="We take pride in our process, from farm to table."
title="Why We Are The Best"
description="We combine speed with traditional culinary heritage."
/>
</div>
@@ -160,70 +85,14 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
title="Our Signature Menu"
description="Explore our traditional taco selection, burritos, and house-made specialties."
products={[
{
id: "p1",
brand: "Classic",
name: "Carne Asada Tacos",
price: "$12.00",
rating: 5,
reviewCount: "120",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kky53n&_wi=1",
imageAlt: "carne asada taco close up",
},
{
id: "p2",
brand: "Signature",
name: "Pollo Asado Tacos",
price: "$11.00",
rating: 5,
reviewCount: "95",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hwnre8&_wi=1",
imageAlt: "grilled chicken taco fresh cilantro",
},
{
id: "p3",
brand: "Veggie",
name: "Black Bean & Avocado",
price: "$10.50",
rating: 4,
reviewCount: "80",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4u9jpj",
imageAlt: "vegetarian taco black beans avocado",
},
{
id: "p4",
brand: "Seafood",
name: "Baja Shrimp Tacos",
price: "$13.50",
rating: 5,
reviewCount: "150",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t0chsw",
imageAlt: "shrimp taco baja style lime",
},
{
id: "p5",
brand: "Appetizer",
name: "Cheese Quesadilla",
price: "$8.00",
rating: 4,
reviewCount: "60",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rc9zqt",
imageAlt: "quesadilla cheese tortilla authentic mexican",
},
{
id: "p6",
brand: "Sides",
name: "Guacamole & Chips",
price: "$7.00",
rating: 5,
reviewCount: "200",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3s0vm8",
imageAlt: "guacamole with tortilla chips fresh",
},
{ id: "p1", brand: "Classic", name: "Carne Asada Tacos", price: "$12.00", rating: 5, reviewCount: "150", imageSrc: "https://images.unsplash.com/photo-1599974579688-8db7332c7827?q=80&w=600", imageAlt: "Carne Asada Tacos" },
{ id: "p2", brand: "Signature", name: "Pollo Asado Tacos", price: "$11.00", rating: 5, reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1565299585323-38d6b0865b47?q=80&w=600", imageAlt: "Pollo Asado Tacos" },
{ id: "p3", brand: "Veggie", name: "Black Bean & Avocado", price: "$10.50", rating: 4, reviewCount: "90", imageSrc: "https://images.unsplash.com/photo-1544982503-9f984c14501a?q=80&w=600", imageAlt: "Black Bean Tacos" },
{ id: "p4", brand: "Specialty", name: "Baja Shrimp Tacos", price: "$13.50", rating: 5, reviewCount: "200", imageSrc: "https://images.unsplash.com/photo-1624726175512-19b9b9149bd5?q=80&w=600", imageAlt: "Shrimp Tacos" }
]}
title="Our Signature Dishes"
description="Traditional street favorites, prepared with care."
/>
</div>
@@ -232,170 +101,64 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
description="Our commitment to quality."
title="By The Numbers"
metrics={[
{
id: "m1",
icon: Users,
title: "Happy Guests",
value: "50k+",
},
{
id: "m2",
icon: Award,
title: "Awards Won",
value: "15",
},
{
id: "m3",
icon: Clock,
title: "Average Wait",
value: "8m",
},
{ id: "m1", icon: Users, title: "Loyal Guests", value: "50k+" },
{ id: "m2", icon: Award, title: "Years Experience", value: "10+" },
{ id: "m3", icon: Clock, title: "Hours Service", value: "2am Daily" },
]}
title="Serving Smiles Daily"
description="Our passion shows in every plate."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="Voices of Our Community"
description="What our guests have to say about our food."
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Maria G.",
date: "Oct 2023",
title: "Authentic taste!",
quote: "Reminds me of home, absolutely delicious.",
tag: "Regular",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g157d4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o3gt8z&_wi=2",
imageAlt: "happy customer dining restaurant",
},
{
id: "2",
name: "John D.",
date: "Nov 2023",
title: "Best tacos in town",
quote: "Fast service, fresh food, great price.",
tag: "First Timer",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3bxep4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqkuvd",
imageAlt: "happy customer dining restaurant",
},
{
id: "3",
name: "Elena R.",
date: "Dec 2023",
title: "Love the shrimp tacos",
quote: "The baja shrimp tacos are incredible.",
tag: "Regular",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1kdbse",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aixh14",
imageAlt: "happy customer dining restaurant",
},
{
id: "4",
name: "Kevin S.",
date: "Jan 2024",
title: "Fast and good",
quote: "Perfect for a quick lunch break.",
tag: "Work Crew",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p9ajnn",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kky53n&_wi=2",
imageAlt: "happy customer dining restaurant",
},
{
id: "5",
name: "Sophia L.",
date: "Feb 2024",
title: "Highly recommend",
quote: "Friendly staff, best guacamole I've had.",
tag: "Regular",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d4nih1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hwnre8&_wi=2",
imageAlt: "happy customer dining restaurant",
},
{ id: "1", name: "Maria G.", date: "Feb 2024", title: "Authentic Home Flavors", quote: "Reminds me exactly of the street tacos in Jalisco!", tag: "Regular", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=150" },
{ id: "2", name: "David L.", date: "Jan 2024", title: "Amazing Hours!", quote: "Being able to get real food until 2 AM is a lifesaver.", tag: "Night Owl", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=150" },
{ id: "3", name: "Sarah K.", date: "Dec 2023", title: "Consistently Great", quote: "I come every week, never disappointed.", tag: "Local", avatarSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=150" }
]}
title="What Our Guests Say"
description="Join our community of taco lovers."
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
title="Common Questions"
description="Everything you need to know about our taqueria."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Do you offer catering?",
content: "Yes, we handle small and large events.",
},
{
id: "q2",
title: "Are there vegan options?",
content: "We have several vegetable-based dishes.",
},
{
id: "q3",
title: "What are your hours?",
content: "We are open daily 11am - 9pm.",
},
{ id: "q1", title: "Where are you located?", content: "We are located at 3747 S Military Trl, Lake Worth Beach, FL 33463." },
{ id: "q2", title: "What are your operating hours?", content: "We are proud to serve you every day until 2:00 AM." },
{ id: "q3", title: "Can I call for orders?", content: "Yes, please give us a call at (561) 888-6138." },
{ id: "q4", title: "Are there parking facilities?", content: "Yes, ample free parking is available right at our location." }
]}
title="Frequently Asked Questions"
description="Answers to common inquiries about our food."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
background={{ variant: "gradient-bars" }}
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
text="Have a large order or special request? Get in touch with us today."
buttons={[
{
text: "Contact Us",
href: "#contact",
},
]}
text="Visit us at 3747 S Military Trl, Lake Worth Beach, FL 33463. Call us at (561) 888-6138 to place your order. We are open until 2 AM daily!"
buttons={[{ text: "Call (561) 888-6138", href: "tel:5618886138" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Visit Us",
items: [
{
label: "123 Taco Lane, Guadalajara City",
},
{
label: "11am - 9pm Daily",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{ title: "Visit Us", items: [{ label: "3747 S Military Trl" }, { label: "Lake Worth Beach, FL 33463" }] },
{ title: "Hours", items: [{ label: "Open Daily" }, { label: "Until 2 AM" }] },
{ title: "Contact", items: [{ label: "(561) 888-6138" }] }
]}
bottomLeftText="© 2024 Guadalajara Express"
bottomRightText="All rights reserved"
bottomLeftText="© 2024 Taqueria Guadalajara Express"
bottomRightText="Authentic flavors, fast service."
/>
</div>
</ReactLenis>