Update src/app/page.tsx
This commit is contained in:
262
src/app/page.tsx
262
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="El Charro"
|
||||
/>
|
||||
@@ -56,67 +48,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Authentic Mexican Flavors in Covington"
|
||||
description="Experience the heart of Mexico at El Charro. Fresh ingredients, traditional recipes, and a welcoming atmosphere waiting for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-clay-pots-jars-herb-table-lights-with-blurry-background_181624-17387.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-clay-pots-jars-herb-table-lights-with-blurry-background_181624-17387.jpg"
|
||||
imageAlt="Authentic Mexican dining atmosphere"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317345.jpg",
|
||||
alt: "Satisfied regular guest at El Charro",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317345.jpg", alt: "Satisfied regular guest at El Charro"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg",
|
||||
alt: "Happy diner enjoying the atmosphere",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg", alt: "Happy diner enjoying the atmosphere"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317306.jpg",
|
||||
alt: "Customer smiling with meal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration-with-food_23-2149317306.jpg", alt: "Customer smiling with meal"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009510.jpg",
|
||||
alt: "Happy guest with traditional dish",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-traditional-tamales-composition_23-2149009510.jpg", alt: "Happy guest with traditional dish"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-with-friends-while-drinking-beer-communicating-tavern_637285-2421.jpg",
|
||||
alt: "Group of friends having fun",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-with-friends-while-drinking-beer-communicating-tavern_637285-2421.jpg", alt: "Group of friends having fun"},
|
||||
]}
|
||||
avatarText="Join 5,000+ happy diners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Recipes",
|
||||
},
|
||||
type: "text", text: "Authentic Recipes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Margaritas",
|
||||
},
|
||||
type: "text", text: "Fresh Margaritas"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
type: "text", text: "Family Friendly"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Specials",
|
||||
},
|
||||
type: "text", text: "Daily Specials"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,7 +93,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Tradition of Taste"
|
||||
description="El Charro has been serving the Covington community with love and tradition. Our chefs use authentic spices and fresh, locally sourced produce to bring you the best of Mexican cuisine right to your table."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/process-cooking-vegetable-salad-chef-cutting-paprika-other-fresh-vegetables-using-special-knife-man-wearing-apron-white-gloves-background-restaurant-kitchen_651396-3916.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/process-cooking-vegetable-salad-chef-cutting-paprika-other-fresh-vegetables-using-special-knife-man-wearing-apron-white-gloves-background-restaurant-kitchen_651396-3916.jpg"
|
||||
imageAlt="Our authentic kitchen preparation"
|
||||
/>
|
||||
</div>
|
||||
@@ -138,76 +105,55 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "We prep fresh salsa, guacamole, and proteins daily.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-nacho-chips-salsa-dip-bowl-wooden_2829-11091.jpg",
|
||||
title: "Fresh Ingredients", description: "We prep fresh salsa, guacamole, and proteins daily.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-nacho-chips-salsa-dip-bowl-wooden_2829-11091.jpg", imageAlt: "fresh guacamole bowl with chips"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
text: "Locally Sourced"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "No Preservatives",
|
||||
},
|
||||
text: "No Preservatives"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Authentic Spices",
|
||||
},
|
||||
text: "Authentic Spices"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-clay-pots-jars-herb-table-lights-with-blurry-background_181624-17387.jpg?_wi=2",
|
||||
imageAlt: "fresh guacamole bowl with chips",
|
||||
},
|
||||
{
|
||||
title: "Traditional Recipes",
|
||||
description: "Generational secrets behind our signature dishes.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-tacos-with-fresh-guacamole-salsa-generated-by-ai_188544-16127.jpg",
|
||||
title: "Traditional Recipes", description: "Generational secrets behind our signature dishes.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-tacos-with-fresh-guacamole-salsa-generated-by-ai_188544-16127.jpg", imageAlt: "fresh guacamole bowl with chips"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Authentic Flavors",
|
||||
},
|
||||
text: "Authentic Flavors"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Time-Honored Techniques",
|
||||
},
|
||||
text: "Time-Honored Techniques"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Grandma's Secret Sauce",
|
||||
},
|
||||
text: "Grandma's Secret Sauce"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/process-cooking-vegetable-salad-chef-cutting-paprika-other-fresh-vegetables-using-special-knife-man-wearing-apron-white-gloves-background-restaurant-kitchen_651396-3916.jpg?_wi=2",
|
||||
imageAlt: "fresh guacamole bowl with chips",
|
||||
},
|
||||
{
|
||||
title: "Handcrafted Drinks",
|
||||
description: "Expertly mixed margaritas and refreshing beverages.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-drink-with-lime_23-2148751847.jpg",
|
||||
title: "Handcrafted Drinks", description: "Expertly mixed margaritas and refreshing beverages.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-drink-with-lime_23-2148751847.jpg", imageAlt: "fresh guacamole bowl with chips"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Fresh Lime",
|
||||
},
|
||||
text: "Fresh Lime"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Premium Tequila",
|
||||
},
|
||||
text: "Premium Tequila"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Signature Cocktails",
|
||||
},
|
||||
text: "Signature Cocktails"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-vegetables-wrapped-flat-bread_23-2148254396.jpg?_wi=1",
|
||||
imageAlt: "fresh guacamole bowl with chips",
|
||||
},
|
||||
]}
|
||||
title="Why Choose El Charro?"
|
||||
@@ -223,41 +169,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Burrito Loco",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-vegetables-wrapped-flat-bread_23-2148254396.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Burrito Loco", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/cooked-vegetables-wrapped-flat-bread_23-2148254396.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Beef Fajitas",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-taco-table_23-2150770587.jpg",
|
||||
},
|
||||
id: "2", name: "Beef Fajitas", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/delicious-taco-table_23-2150770587.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Cheese Enchiladas",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salsa-sauce-guacamole-tasty-mexican-nachos-tortilla-wrap-mexican-tacos-wooden-table_23-2148042475.jpg",
|
||||
},
|
||||
id: "3", name: "Cheese Enchiladas", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/salsa-sauce-guacamole-tasty-mexican-nachos-tortilla-wrap-mexican-tacos-wooden-table_23-2148042475.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chicken Quesadilla",
|
||||
price: "$11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-chips-carrot-with-celery-stem-tray-with-salsa-sauce-bowl_23-2148042439.jpg",
|
||||
},
|
||||
id: "4", name: "Chicken Quesadilla", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-chips-carrot-with-celery-stem-tray-with-salsa-sauce-bowl_23-2148042439.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Traditional Flan",
|
||||
price: "$6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/omelette-eggs-wrap-rice-with-sauce_1203-9248.jpg",
|
||||
},
|
||||
id: "5", name: "Traditional Flan", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/omelette-eggs-wrap-rice-with-sauce_1203-9248.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Churros",
|
||||
price: "$7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-churros-glass-chocolate_23-2148379648.jpg",
|
||||
},
|
||||
id: "6", name: "Churros", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-churros-glass-chocolate_23-2148379648.jpg"},
|
||||
]}
|
||||
title="Popular Plates"
|
||||
description="Discover our crowd favorites, ordered by thousands of hungry guests."
|
||||
@@ -270,45 +192,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best tacos in town",
|
||||
quote: "I have been coming here for years and the Burrito Loco never disappoints. Simply the best!",
|
||||
name: "Sarah Miller",
|
||||
role: "Local Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg",
|
||||
},
|
||||
id: "1", title: "Best tacos in town", quote: "I have been coming here for years and the Burrito Loco never disappoints. Simply the best!", name: "Sarah Miller", role: "Local Regular", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Perfect for families",
|
||||
quote: "The staff is so friendly and the portions are generous. My kids love the quesadillas.",
|
||||
name: "David Smith",
|
||||
role: "Happy Father",
|
||||
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",
|
||||
},
|
||||
id: "2", title: "Perfect for families", quote: "The staff is so friendly and the portions are generous. My kids love the quesadillas.", name: "David Smith", role: "Happy Father", 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"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Incredible authenticity",
|
||||
quote: "I'm from Mexico and this is the only spot in Covington that truly tastes like home.",
|
||||
name: "Maria Garcia",
|
||||
role: "Food Critic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
|
||||
},
|
||||
id: "3", title: "Incredible authenticity", quote: "I'm from Mexico and this is the only spot in Covington that truly tastes like home.", name: "Maria Garcia", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Amazing service!",
|
||||
quote: "Wait time is minimal, food is fresh, and the drinks are cold. Five stars all the way.",
|
||||
name: "John Davis",
|
||||
role: "Weekly Visitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-friendship-leisure-concept-happy-interracial-couple-having-fun-modern-coffee-shop-talking-their-female-friend-laughing-cheerfully_273609-2053.jpg",
|
||||
},
|
||||
id: "4", title: "Amazing service!", quote: "Wait time is minimal, food is fresh, and the drinks are cold. Five stars all the way.", name: "John Davis", role: "Weekly Visitor", imageSrc: "http://img.b2bpic.net/free-photo/people-friendship-leisure-concept-happy-interracial-couple-having-fun-modern-coffee-shop-talking-their-female-friend-laughing-cheerfully_273609-2053.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Simply delicious",
|
||||
quote: "I love the beef fajitas. The seasoning is spot on and the meat is always tender.",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Diner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg",
|
||||
},
|
||||
id: "5", title: "Simply delicious", quote: "I love the beef fajitas. The seasoning is spot on and the meat is always tender.", name: "Elena Rodriguez", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/happy-cooking_1098-13267.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join the thousands of happy diners who love our authentic Mexican flavors."
|
||||
@@ -320,14 +212,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Covington Gazette",
|
||||
"EatLocal GA",
|
||||
"Georgia Dining Guide",
|
||||
"Covington Chamber",
|
||||
"Local Flavors",
|
||||
"Covington Daily",
|
||||
"Best of GA",
|
||||
]}
|
||||
"Covington Gazette", "EatLocal GA", "Georgia Dining Guide", "Covington Chamber", "Local Flavors", "Covington Daily", "Best of GA"]}
|
||||
title="Recognized by Covington Locals"
|
||||
description="Proud to be a favorite dining destination for our local community."
|
||||
/>
|
||||
@@ -339,20 +224,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, for groups of 6 or more, please call us to reserve a table.",
|
||||
},
|
||||
id: "1", title: "Do you accept reservations?", content: "Yes, for groups of 6 or more, please call us to reserve a table."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is takeout available?",
|
||||
content: "Absolutely! You can call us to place an order or visit in person.",
|
||||
},
|
||||
id: "2", title: "Is takeout available?", content: "Absolutely! You can call us to place an order or visit in person."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are you pet friendly?",
|
||||
content: "While we love pets, we can only accommodate them on our patio area.",
|
||||
},
|
||||
id: "3", title: "Are you pet friendly?", content: "While we love pets, we can only accommodate them on our patio area."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about dining at El Charro."
|
||||
@@ -364,8 +240,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Get In Touch"
|
||||
description="9148 Dr M L King Jr Ave, Covington, GA 30014 | +1 770-788-8181"
|
||||
@@ -377,46 +252,29 @@ export default function LandingPage() {
|
||||
logoText="El Charro"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Open daily until 9:30 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open daily until 9:30 PM", href: "#"},
|
||||
{
|
||||
label: "Weekend specials",
|
||||
href: "#",
|
||||
},
|
||||
label: "Weekend specials", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user