Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -14,17 +14,17 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
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: {
|
||||
canonical: "https://lexingtontacos.com"},
|
||||
canonical: "https://quetaco.com"},
|
||||
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"},
|
||||
],
|
||||
},
|
||||
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: {
|
||||
index: true,
|
||||
@@ -40,9 +40,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
|
||||
@@ -9,9 +9,9 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
@@ -27,11 +27,11 @@ export default function TacoTruckLandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Taco Truck Lexington"
|
||||
brandName="Que Taco"
|
||||
navItems={[
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Location", id: "location" },
|
||||
{ name: "Loyalty", id: "testimonials" },
|
||||
{ name: "Hours & Location", id: "location" },
|
||||
{ name: "Why Us", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Order Now", href: "https://www.ubereats.com" }}
|
||||
@@ -41,8 +41,8 @@ export default function TacoTruckLandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
title="Authentic Tacos, Rolling Through Lexington Daily"
|
||||
description="Fresh ingredients, bold flavors, and real street food tradition. Find us today and taste the difference."
|
||||
title="Authentic Street Tacos in Lexington, Kentucky"
|
||||
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"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
@@ -52,7 +52,7 @@ export default function TacoTruckLandingPage() {
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "See Our Location & Menu", href: "#menu" },
|
||||
{ text: "See Hours & Location", href: "#location" },
|
||||
{ text: "Order on Uber Eats", href: "https://www.ubereats.com" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -62,7 +62,7 @@ export default function TacoTruckLandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<FeatureCardOne
|
||||
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"
|
||||
tagIcon={Utensils}
|
||||
textboxLayout="default"
|
||||
@@ -83,16 +83,17 @@ export default function TacoTruckLandingPage() {
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Find Us"
|
||||
tagIcon={MapPin}
|
||||
title="Rolling Through Lexington Every Day"
|
||||
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."
|
||||
tag="Hours & Location"
|
||||
tagIcon={Clock}
|
||||
title="Hours of Operation"
|
||||
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={[
|
||||
{ value: "7", title: "Days a Week" },
|
||||
{ value: "4+", title: "Daily Locations" },
|
||||
{ value: "Mon-Thu", title: "11:30 AM - 11:00 PM" },
|
||||
{ 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"
|
||||
imageAlt="Map of Lexington showing our daily locations"
|
||||
imageAlt="Map of Lexington showing Que Taco service area"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -102,12 +103,12 @@ export default function TacoTruckLandingPage() {
|
||||
<div id="socialproof" data-section="socialproof">
|
||||
<SocialProofOne
|
||||
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"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
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}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -115,8 +116,8 @@ export default function TacoTruckLandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
title="Why Choose Us"
|
||||
description="Experience street food the way it's meant to be—fresh, flavorful, and fast."
|
||||
title="Why Choose Que Taco"
|
||||
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"
|
||||
tagIcon={CheckCircle}
|
||||
textboxLayout="default"
|
||||
@@ -124,7 +125,7 @@ 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: "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"},
|
||||
]}
|
||||
@@ -136,7 +137,7 @@ export default function TacoTruckLandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<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}
|
||||
author="Marcus Johnson, Local Food Writer"
|
||||
avatars={[
|
||||
@@ -154,9 +155,9 @@ export default function TacoTruckLandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
tagIcon={Phone}
|
||||
tagIcon={Clock}
|
||||
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={[
|
||||
{ text: "Follow on Instagram", href: "https://instagram.com" },
|
||||
{ text: "Message Us", href: "#" },
|
||||
@@ -168,12 +169,12 @@ export default function TacoTruckLandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Taco Truck Lexington"
|
||||
copyrightText="© 2025 Taco Truck Lexington | Authentic Street Food Daily"
|
||||
logoText="Que Taco"
|
||||
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={[
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" },
|
||||
{ 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>
|
||||
|
||||
Reference in New Issue
Block a user