Merge version_2 into main #4
@@ -8,7 +8,6 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Clock, Flame, Heart, MapPin, Moon, Phone, Smile, SmilePlus, Star, Sun, ThumbsUp, Utensils, X } from 'lucide-react';
|
||||
|
||||
@@ -30,8 +29,8 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Jeny's Tacos"
|
||||
navItems={[
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Favorites", id: "favorites" },
|
||||
{ name: "Location", id: "location" },
|
||||
{ name: "Hours", id: "hours" }
|
||||
]}
|
||||
@@ -47,13 +46,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Now: (260) 349-1202", href: "tel:(260)349-1202" },
|
||||
{ text: "View Menu", href: "#menu" }
|
||||
{ text: "View Favorites", href: "#favorites" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Jeny's Tacos", logoIcon: Utensils,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-100135.jpg?_wi=1", imageAlt: "Fresh delicious tacos", searchPlaceholder: "Browse our menu...", sidebarItems: [
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-100135.jpg?_wi=1", imageAlt: "Fresh delicious tacos", searchPlaceholder: "Browse our favorites...", sidebarItems: [
|
||||
{ icon: Clock },
|
||||
{ icon: MapPin },
|
||||
{ icon: Phone }
|
||||
@@ -99,14 +98,14 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<div id="favorites" data-section="favorites">
|
||||
<ProductCardFour
|
||||
title="Featured Menu Items"
|
||||
title="Customer Favorites"
|
||||
description="Try our most popular tacos and sides. Fresh ingredients, bold flavors, perfect for lunch or a quick bite."
|
||||
tag="Popular Items"
|
||||
tag="Customer Picks"
|
||||
tagIcon={Flame}
|
||||
buttons={[
|
||||
{ text: "See Full Menu", href: "#" }
|
||||
{ text: "Call to Order", href: "tel:(260)349-1202" }
|
||||
]}
|
||||
products={[
|
||||
{ id: "beef-tacos", name: "Beef Tacos Supreme", price: "$3.50", variant: "Fresh tortillas, seasoned beef, toppings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-taco-plate_23-2148764324.jpg", imageAlt: "Beef Tacos Supreme" },
|
||||
@@ -179,31 +178,12 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="final-cta" data-section="final-cta">
|
||||
<ContactSplit
|
||||
tag="Ready to Satisfy Your Craving?"
|
||||
title="Craving Tacos?"
|
||||
description="Call now or stop by today. We're ready to serve you authentic street tacos that'll keep you coming back."
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-100135.jpg?_wi=2"
|
||||
imageAlt="Fresh tacos waiting for you"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email for updates"
|
||||
buttonText="Get Directions"
|
||||
termsText="Open Mon–Sat: 11 AM–1:30 PM & 3:30 PM–7 PM. Closed Sundays."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Jeny's Tacos", items: [
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Favorites", href: "#favorites" },
|
||||
{ label: "Reviews", href: "#reviews" },
|
||||
{ label: "Contact", href: "tel:(260)349-1202" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user