Merge version_1 into main #2
156
src/app/page.tsx
156
src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Clock, Facebook, Instagram, Users, Utensils } from "lucide-react";
|
||||
import { Clock, Users, Utensils, CheckCircle, Zap, Car, Facebook, Instagram } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="El Vaquero #2"
|
||||
/>
|
||||
@@ -56,17 +44,11 @@ export default function LandingPage() {
|
||||
title="Authentic Mexican Flavor in Schulenburg, TX"
|
||||
description="Fresh ingredients, generous portions, and a welcoming atmosphere locals love."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15551234567",
|
||||
},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+15551234567" },
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg?_wi=1"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,40 +59,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria G.",
|
||||
role: "Local Resident",
|
||||
testimonial: "Great food, fast service, amazing atmosphere!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Maria G.", role: "Local Resident", testimonial: "Great food, fast service, amazing atmosphere!", imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John D.",
|
||||
role: "Foodie",
|
||||
testimonial: "Huge portions, worth every dollar.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-cooking_23-2149152858.jpg",
|
||||
},
|
||||
id: "2", name: "John D.", role: "Foodie", testimonial: "Huge portions, worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-cooking_23-2149152858.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah K.",
|
||||
role: "Regular",
|
||||
testimonial: "Friendly staff and no wait time. Best in town.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Sarah K.", role: "Regular", testimonial: "Friendly staff and no wait time. Best in town.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert B.",
|
||||
role: "Visitor",
|
||||
testimonial: "Authentic flavors that remind me of home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Robert B.", role: "Visitor", testimonial: "Authentic flavors that remind me of home.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena M.",
|
||||
role: "Food Critic",
|
||||
testimonial: "The most authentic fajitas I've had in Texas. A hidden gem!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak-placed-wooden-tray_1150-23131.jpg",
|
||||
},
|
||||
id: "5", name: "Elena M.", role: "Food Critic", testimonial: "The most authentic fajitas I've had in Texas. A hidden gem!", imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak-placed-wooden-tray_1150-23131.jpg"},
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="Don't just take our word for it—see what our community says."
|
||||
@@ -122,21 +79,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Local Favorite"
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Customers",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Opening Time",
|
||||
value: "11 AM",
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Authentic Dishes",
|
||||
value: "30+",
|
||||
},
|
||||
{ icon: Users, label: "Happy Customers", value: "500+" },
|
||||
{ icon: Clock, label: "Opening Time", value: "11 AM" },
|
||||
{ icon: Utensils, label: "Authentic Dishes", value: "30+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -150,32 +95,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Street Tacos",
|
||||
price: "$12.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=2",
|
||||
},
|
||||
id: "1", brand: "Signature", name: "Street Tacos", price: "$12.99", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Signature",
|
||||
name: "Sizzling Fajitas",
|
||||
price: "$18.50",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=2",
|
||||
},
|
||||
id: "2", brand: "Signature", name: "Sizzling Fajitas", price: "$18.50", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Signature",
|
||||
name: "Classic Burritos",
|
||||
price: "$14.00",
|
||||
rating: 4,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg?_wi=1",
|
||||
},
|
||||
id: "3", brand: "Signature", name: "Classic Burritos", price: "$14.00", rating: 4,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg"},
|
||||
]}
|
||||
title="Signature Menu Items"
|
||||
description="Crafted with tradition, served with love."
|
||||
@@ -187,24 +114,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Locally sourced produce daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=3",
|
||||
buttonIcon: "CheckCircle",
|
||||
},
|
||||
{
|
||||
title: "Fast Service",
|
||||
description: "Quick prep for dine-in or take-out.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=3",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Free Parking",
|
||||
description: "Plenty of space for your vehicle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg?_wi=2",
|
||||
buttonIcon: "Car",
|
||||
},
|
||||
{ title: "Fresh Ingredients", description: "Locally sourced produce daily.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg", buttonIcon: CheckCircle },
|
||||
{ title: "Fast Service", description: "Quick prep for dine-in or take-out.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg", buttonIcon: Zap },
|
||||
{ title: "Free Parking", description: "Plenty of space for your vehicle.", imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg", buttonIcon: Car },
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Authentic ingredients and a family-run passion."
|
||||
@@ -214,9 +126,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Book Your Table"
|
||||
description="Ready to eat? Reserve your spot or ask us a question."
|
||||
tag="Reserve"
|
||||
@@ -229,16 +139,8 @@ export default function LandingPage() {
|
||||
logoText="El Vaquero #2"
|
||||
copyrightText="© 2025 El Vaquero Mexican Restaurant"
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user