7 Commits

Author SHA1 Message Date
75a90eee33 Update src/app/page.tsx 2026-03-03 19:32:02 +00:00
991d4135d1 Update src/app/page.tsx 2026-03-03 19:27:40 +00:00
ca68371968 Update src/app/page.tsx 2026-03-03 19:21:34 +00:00
214fdc3cba Merge version_2 into main
Merge version_2 into main
2026-03-03 19:11:48 +00:00
4e88489f85 Update src/app/page.tsx 2026-03-03 19:11:43 +00:00
ebbbbfd33d Update src/app/layout.tsx 2026-03-03 19:11:42 +00:00
2e998605fc Merge version_1 into main
Merge version_1 into main
2026-03-03 18:53:10 +00:00
2 changed files with 35 additions and 36 deletions

View File

@@ -14,17 +14,17 @@ const inter = Inter({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Authentic Tacos in Lexington | Daily Street Food", description: "Fresh, authentic tacos rolling through Lexington daily. Find our location, explore our menu, and join the community of local food lovers.", keywords: "tacos, Lexington, street food, Mexican food, authentic, food truck, taco truck", metadataBase: new URL("https://lexingtontacos.com"), title: "Que Taco | Authentic Street Tacos in Lexington, Kentucky", description: "Fresh, authentic street tacos in Lexington, KY. Open Monday-Thursday 11:30 AM-11 PM, Friday-Saturday 11:30 AM-12 AM. Find our location and explore our menu.", keywords: "tacos, Lexington Kentucky, street food, Mexican food, authentic, food truck, taco truck, Que Taco", metadataBase: new URL("https://quetaco.com"),
alternates: { alternates: {
canonical: "https://lexingtontacos.com"}, canonical: "https://quetaco.com"},
openGraph: { openGraph: {
title: "Authentic Tacos, Rolling Through Lexington Daily", description: "Fresh ingredients, bold flavors, and real street food tradition. Find us today and taste the difference.", url: "https://lexingtontacos.com", siteName: "Taco Truck Lexington", type: "website", images: [ title: "Que Taco | Authentic Street Tacos in Lexington, Kentucky", description: "Fresh ingredients, bold flavors, and real street food tradition. Open daily with extended Friday & Saturday hours.", url: "https://quetaco.com", siteName: "Que Taco", type: "website", images: [
{ {
url: "http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516916.jpg", alt: "Authentic taco truck serving fresh Mexican street food"}, url: "http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516916.jpg", alt: "Authentic taco truck serving fresh Mexican street food"},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", title: "Authentic Tacos, Rolling Through Lexington Daily", description: "Fresh ingredients, bold flavors, and real street food tradition.", images: ["http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516916.jpg"], card: "summary_large_image", title: "Que Taco | Authentic Street Tacos in Lexington, Kentucky", description: "Fresh ingredients, bold flavors, and real street food tradition.", images: ["http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516916.jpg"],
}, },
robots: { robots: {
index: true, index: true,
@@ -40,9 +40,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body <body className={`${dmSans.variable} ${inter.variable} antialiased`}>
className={`${dmSans.variable} ${inter.variable} antialiased`}
>
<Tag /> <Tag />
{children} {children}

View File

@@ -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>