Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e562cb55e1 | |||
| 05348e2c50 |
173
src/app/page.tsx
173
src/app/page.tsx
@@ -2,9 +2,9 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -31,46 +31,31 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
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 Bigote"
|
||||
button={{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Table", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="El Bigote"
|
||||
description="Authentic Mexican flavors, bold spices, and the heart of Mexico. Experience the true taste of El Bigote."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-tacos-wooden-table_23-2148629356.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -94,19 +79,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Bold Authentic Spices",
|
||||
description: "Authentic heat and flavors straight from Mexico.",
|
||||
},
|
||||
title: "Bold Authentic Spices", description: "Authentic heat and flavors straight from Mexico."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Traditional Recipes",
|
||||
description: "Family-owned recipes with a modern twist.",
|
||||
},
|
||||
title: "Traditional Recipes", description: "Family-owned recipes with a modern twist."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Vibrant Atmosphere",
|
||||
description: "Perfect for family dinners, dates, and parties.",
|
||||
},
|
||||
title: "Vibrant Atmosphere", description: "Perfect for family dinners, dates, and parties."},
|
||||
]}
|
||||
title="Why El Bigote?"
|
||||
description="We are committed to delivering the most authentic Mexican dining experience in the city."
|
||||
@@ -121,47 +100,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Street Tacos",
|
||||
price: "$12",
|
||||
variant: "Authentic Mexican",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-tacos-plate_23-2148629339.jpg",
|
||||
},
|
||||
id: "1", name: "Street Tacos", price: "$12", variant: "Authentic Mexican", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-tacos-plate_23-2148629339.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Enchiladas Suizas",
|
||||
price: "$16",
|
||||
variant: "Traditional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902526.jpg",
|
||||
},
|
||||
id: "2", name: "Enchiladas Suizas", price: "$16", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902526.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fresh Guacamole",
|
||||
price: "$9",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7079.jpg",
|
||||
},
|
||||
id: "3", name: "Fresh Guacamole", price: "$9", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7079.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cheese Quesadillas",
|
||||
price: "$10",
|
||||
variant: "Vegetarian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-with-spices-marble-background_23-2148224140.jpg",
|
||||
},
|
||||
id: "4", name: "Cheese Quesadillas", price: "$10", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-with-spices-marble-background_23-2148224140.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Churros",
|
||||
price: "$7",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-front-view-delicious-churros-blanket-sugar_23-2148379647.jpg",
|
||||
},
|
||||
id: "5", name: "Churros", price: "$7", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/close-up-front-view-delicious-churros-blanket-sugar_23-2148379647.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Horchata",
|
||||
price: "$5",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-juice-cup-with-cinnamon-flavour-checked-towel_114579-11519.jpg",
|
||||
},
|
||||
id: "6", name: "Horchata", price: "$5", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/apple-juice-cup-with-cinnamon-flavour-checked-towel_114579-11519.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Savor the flavors of our most popular authentic Mexican dishes."
|
||||
@@ -175,40 +124,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Juan Perez",
|
||||
handle: "@juanp",
|
||||
testimonial: "Best street tacos I have had outside of Mexico City!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg",
|
||||
},
|
||||
id: "1", name: "Juan Perez", handle: "@juanp", testimonial: "Best street tacos I have had outside of Mexico City!", imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Garcia",
|
||||
handle: "@mariag",
|
||||
testimonial: "El Bigote feels like home. The atmosphere is just perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
|
||||
},
|
||||
id: "2", name: "Maria Garcia", handle: "@mariag", testimonial: "El Bigote feels like home. The atmosphere is just perfect.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Carlos Lopez",
|
||||
handle: "@carlosl",
|
||||
testimonial: "The guacamole is incredibly fresh. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
|
||||
},
|
||||
id: "3", name: "Carlos Lopez", handle: "@carlosl", testimonial: "The guacamole is incredibly fresh. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lucia Diaz",
|
||||
handle: "@luciad",
|
||||
testimonial: "Delicious enchiladas and excellent service every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014955.jpg",
|
||||
},
|
||||
id: "4", name: "Lucia Diaz", handle: "@luciad", testimonial: "Delicious enchiladas and excellent service every time.", imageSrc: "http://img.b2bpic.net/free-photo/girl-smiling_23-2148014955.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Pedro Ruiz",
|
||||
handle: "@pedror",
|
||||
testimonial: "A true culinary gem. Do not skip the churros!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
},
|
||||
id: "5", name: "Pedro Ruiz", handle: "@pedror", testimonial: "A true culinary gem. Do not skip the churros!", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="The best Mexican food in town, no questions asked."
|
||||
@@ -216,43 +140,38 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Ready to Experience Authentic Mexican Food?"
|
||||
description="Join us today for an unforgettable dinner. We are located at 123 Mexican Ave, Flavor City."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+123456789",
|
||||
},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#",
|
||||
},
|
||||
<ContactSplitForm
|
||||
title="Get in Touch"
|
||||
description="Reservations, feedback, or catering inquiries — we would love to hear from you."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "How can we help?", required: true }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-working-as-waiter-restaurant_23-2148766947.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterBaseReveal
|
||||
logoText="El Bigote"
|
||||
copyrightText="© 2025 El Bigote. All rights reserved."
|
||||
socialLinks={[
|
||||
columns={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
title: "Menu", items: [
|
||||
{ label: "Street Tacos", href: "#menu" },
|
||||
{ label: "Specialties", href: "#menu" },
|
||||
{ label: "Drinks", href: "#menu" }
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Book Table", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 El Bigote. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user