|
|
|
@@ -9,9 +9,9 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
|
|
|
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
|
|
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
|
|
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
|
|
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
|
|
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
|
|
|
import { Flame, Utensils, MapPin, CheckCircle, Phone, Instagram, Facebook } from "lucide-react";
|
|
|
|
import { Flame, Utensils, MapPin, CheckCircle, Clock, Instagram, Facebook } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function TacoTruckLandingPage() {
|
|
|
|
export default function QueTacoLanding() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<ThemeProvider
|
|
|
|
<ThemeProvider
|
|
|
|
defaultButtonVariant="text-shift"
|
|
|
|
defaultButtonVariant="text-shift"
|
|
|
|
@@ -27,11 +27,11 @@ export default function TacoTruckLandingPage() {
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<NavbarLayoutFloatingInline
|
|
|
|
<NavbarLayoutFloatingInline
|
|
|
|
brandName="Taco Truck Lexington"
|
|
|
|
brandName="Que Taco"
|
|
|
|
navItems={[
|
|
|
|
navItems={[
|
|
|
|
{ name: "Menu", id: "menu" },
|
|
|
|
{ name: "Menu", id: "menu" },
|
|
|
|
{ name: "Location", id: "location" },
|
|
|
|
{ name: "Hours & Location", id: "location" },
|
|
|
|
{ name: "Loyalty", id: "testimonials" },
|
|
|
|
{ name: "Why Us", id: "features" },
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
button={{ text: "Order Now", href: "https://www.ubereats.com" }}
|
|
|
|
button={{ text: "Order Now", href: "https://www.ubereats.com" }}
|
|
|
|
@@ -41,8 +41,8 @@ export default function TacoTruckLandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroSplit
|
|
|
|
<HeroSplit
|
|
|
|
title="Authentic Tacos, Rolling Through Lexington Daily"
|
|
|
|
title="Authentic Street Tacos in Lexington, Kentucky"
|
|
|
|
description="Fresh ingredients, bold flavors, and real street food tradition. Find us today and taste the difference."
|
|
|
|
description="Fresh ingredients, bold flavors, and real street food tradition. Open daily with extended Friday & Saturday hours. Find us today and taste the difference."
|
|
|
|
tag="Street Food"
|
|
|
|
tag="Street Food"
|
|
|
|
tagIcon={Flame}
|
|
|
|
tagIcon={Flame}
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
@@ -52,7 +52,7 @@ export default function TacoTruckLandingPage() {
|
|
|
|
imagePosition="right"
|
|
|
|
imagePosition="right"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "See Our Location & Menu", href: "#menu" },
|
|
|
|
{ text: "See Hours & Location", href: "#location" },
|
|
|
|
{ text: "Order on Uber Eats", href: "https://www.ubereats.com" },
|
|
|
|
{ text: "Order on Uber Eats", href: "https://www.ubereats.com" },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
@@ -62,7 +62,7 @@ export default function TacoTruckLandingPage() {
|
|
|
|
<div id="menu" data-section="menu">
|
|
|
|
<div id="menu" data-section="menu">
|
|
|
|
<FeatureCardOne
|
|
|
|
<FeatureCardOne
|
|
|
|
title="Explore Our Menu"
|
|
|
|
title="Explore Our Menu"
|
|
|
|
description="Crafted daily with the freshest ingredients and traditional recipes passed down through generations."
|
|
|
|
description="Crafted daily with the freshest ingredients and traditional recipes passed down through generations. Everything made fresh to order."
|
|
|
|
tag="Menu"
|
|
|
|
tag="Menu"
|
|
|
|
tagIcon={Utensils}
|
|
|
|
tagIcon={Utensils}
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
@@ -83,16 +83,17 @@ export default function TacoTruckLandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="location" data-section="location">
|
|
|
|
<div id="location" data-section="location">
|
|
|
|
<MetricSplitMediaAbout
|
|
|
|
<MetricSplitMediaAbout
|
|
|
|
tag="Find Us"
|
|
|
|
tag="Hours & Location"
|
|
|
|
tagIcon={MapPin}
|
|
|
|
tagIcon={Clock}
|
|
|
|
title="Rolling Through Lexington Every Day"
|
|
|
|
title="Hours of Operation"
|
|
|
|
description="We rotate through different neighborhoods and events across Lexington to bring authentic street food to you. Follow our social media for daily location updates and never miss our stops."
|
|
|
|
description="Que Taco is open throughout the week in Lexington, Kentucky. We're open extended hours on Friday and Saturday nights for the perfect late-night bite. Follow our social media for daily location updates and never miss our stops."
|
|
|
|
metrics={[
|
|
|
|
metrics={[
|
|
|
|
{ value: "7", title: "Days a Week" },
|
|
|
|
{ value: "Mon-Thu", title: "11:30 AM - 11:00 PM" },
|
|
|
|
{ value: "4+", title: "Daily Locations" },
|
|
|
|
{ value: "Fri-Sat", title: "11:30 AM - 12:00 AM" },
|
|
|
|
|
|
|
|
{ value: "Sunday", title: "Closed" },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg"
|
|
|
|
imageAlt="Map of Lexington showing our daily locations"
|
|
|
|
imageAlt="Map of Lexington showing Que Taco service area"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
@@ -102,12 +103,12 @@ export default function TacoTruckLandingPage() {
|
|
|
|
<div id="socialproof" data-section="socialproof">
|
|
|
|
<div id="socialproof" data-section="socialproof">
|
|
|
|
<SocialProofOne
|
|
|
|
<SocialProofOne
|
|
|
|
title="Loved by Lexington"
|
|
|
|
title="Loved by Lexington"
|
|
|
|
description="Join thousands of local food enthusiasts enjoying authentic street tacos"
|
|
|
|
description="Join thousands of local food enthusiasts enjoying authentic street tacos from Que Taco"
|
|
|
|
tag="Community"
|
|
|
|
tag="Community"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
names={[
|
|
|
|
names={[
|
|
|
|
"Local Food Lovers", "Downtown Workers", "College Students", "Weekend Foodies", "Family Dinners", "Event Catering", "Office Lunches", "Night Owl Friends"]}
|
|
|
|
"Local Food Lovers", "Downtown Workers", "College Students", "Weekend Foodies", "Family Dinners", "Office Lunches", "Night Owl Friends", "Event Catering"]}
|
|
|
|
speed={40}
|
|
|
|
speed={40}
|
|
|
|
showCard={true}
|
|
|
|
showCard={true}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
@@ -115,8 +116,8 @@ export default function TacoTruckLandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<FeatureCardOne
|
|
|
|
<FeatureCardOne
|
|
|
|
title="Why Choose Us"
|
|
|
|
title="Why Choose Que Taco"
|
|
|
|
description="Experience street food the way it's meant to be—fresh, flavorful, and fast."
|
|
|
|
description="Experience street food the way it's meant to be—fresh, flavorful, and fast. We're committed to authentic Mexican street food tradition."
|
|
|
|
tag="Quality Promise"
|
|
|
|
tag="Quality Promise"
|
|
|
|
tagIcon={CheckCircle}
|
|
|
|
tagIcon={CheckCircle}
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
@@ -124,19 +125,19 @@ export default function TacoTruckLandingPage() {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Fresh Daily Ingredients", description: "Every ingredient is sourced fresh each morning from local Lexington suppliers. No shortcuts, no compromises.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables_1303-4811.jpg", imageAlt: "Fresh produce used in our tacos"},
|
|
|
|
title: "Fresh Daily Ingredients", description: "Every ingredient is sourced fresh each morning from local Lexington suppliers. No shortcuts, no compromises.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables_1303-4811.jpg", imageAlt: "Fresh produce used in our tacos"},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Quick Service, Never Rushed", description: "Get your tacos fast without sacrificing quality. We're proud of every order we hand you.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-alarm-clock_1154-134.jpg", imageAlt: "Efficient taco truck service"},
|
|
|
|
title: "Quick Service, Never Rushed", description: "Get your tacos fast without sacrificing quality. We're proud of every order we hand you, made fresh to order.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-alarm-clock_1154-134.jpg", imageAlt: "Efficient taco truck service"},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Built for the Community", description: "We're locals serving locals. Your feedback shapes our menu and our mission every single day.", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-outside_23-2149033593.jpg", imageAlt: "Community-focused food truck"},
|
|
|
|
title: "Built for the Community", description: "We're locals serving locals. Your feedback shapes our menu and our mission every single day.", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-outside_23-2149033593.jpg", imageAlt: "Community-focused food truck"},
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
animationType="blur-reveal"
|
|
|
|
animationType="slide-up"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
testimonial="The best tacos I've found in Lexington hands down. The authenticity, the flavors, the service—everything is perfect. I bring my friends every chance I get."
|
|
|
|
testimonial="The best tacos I've found in Lexington hands down. The authenticity, the flavors, the service—everything is perfect. I bring my friends every chance I get. Que Taco has become our go-to spot for genuine Mexican street food."
|
|
|
|
rating={5}
|
|
|
|
rating={5}
|
|
|
|
author="Marcus Johnson, Local Food Writer"
|
|
|
|
author="Marcus Johnson, Local Food Writer"
|
|
|
|
avatars={[
|
|
|
|
avatars={[
|
|
|
|
@@ -154,12 +155,12 @@ export default function TacoTruckLandingPage() {
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactCTA
|
|
|
|
<ContactCTA
|
|
|
|
tag="Get in Touch"
|
|
|
|
tag="Get in Touch"
|
|
|
|
tagIcon={Phone}
|
|
|
|
tagIcon={Clock}
|
|
|
|
title="Ready to Taste Something Authentic?"
|
|
|
|
title="Ready to Taste Something Authentic?"
|
|
|
|
description="Follow us on social media for daily location updates, or shoot us a message with catering inquiries and special requests."
|
|
|
|
description="Follow us on social media for daily location updates and special announcements, or message us with catering inquiries and special requests. Hours: Mon-Thu 11:30 AM-11 PM, Fri-Sat 11:30 AM-12 AM, Closed Sundays."
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Follow on Instagram", href: "https://instagram.com" },
|
|
|
|
{ text: "Follow on Instagram", href: "https://instagram.com" },
|
|
|
|
{ text: "Message Us", href: "#" },
|
|
|
|
{ text: "Order Catering", href: "#" },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
@@ -168,12 +169,12 @@ export default function TacoTruckLandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterCard
|
|
|
|
<FooterCard
|
|
|
|
logoText="Taco Truck Lexington"
|
|
|
|
logoText="Que Taco"
|
|
|
|
copyrightText="© 2025 Taco Truck Lexington | Authentic Street Food Daily"
|
|
|
|
copyrightText="© 2025 Que Taco | Authentic Street Food in Lexington, Kentucky | Mon-Thu 11:30 AM-11 PM | Fri-Sat 11:30 AM-12 AM | Closed Sundays"
|
|
|
|
socialLinks={[
|
|
|
|
socialLinks={[
|
|
|
|
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" },
|
|
|
|
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" },
|
|
|
|
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Like us on Facebook" },
|
|
|
|
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Like us on Facebook" },
|
|
|
|
{ icon: MapPin, href: "#location", ariaLabel: "Find our locations" },
|
|
|
|
{ icon: MapPin, href: "#location", ariaLabel: "Find our hours and location" },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|