Update src/app/page.tsx

This commit is contained in:
2026-06-02 20:44:28 +00:00
parent e003a93f76
commit 102e347992

View File

@@ -9,7 +9,6 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Facebook, Flame, Home, Instagram, Sparkles, Twitter, Utensils } from "lucide-react"; import { Facebook, Flame, Home, Instagram, Sparkles, Twitter, Utensils } from "lucide-react";
@@ -33,11 +32,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", id: "#home"}, name: "Home", id: "/"},
{ {
name: "About", id: "#about"}, name: "About", id: "#about"},
{ {
name: "Menu", id: "#menu"}, name: "Menu", id: "/menu"},
{ {
name: "Specials", id: "#specials"}, name: "Specials", id: "#specials"},
{ {
@@ -63,7 +62,7 @@ export default function LandingPage() {
description="Experience the true taste of Mexico with our freshly prepared tacos, burritos, and traditional dishes. Made with love, served with passion." description="Experience the true taste of Mexico with our freshly prepared tacos, burritos, and traditional dishes. Made with love, served with passion."
buttons={[ buttons={[
{ {
text: "View Menu", href: "#menu"}, text: "View Menu", href: "/menu"},
{ {
text: "Order Online", href: "#contact"}, text: "Order Online", href: "#contact"},
]} ]}
@@ -135,32 +134,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
{
id: "taco-al-pastor", name: "Taco al Pastor", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-tortillas-with-meat-tomato-sauce-ingredients_181624-46252.jpg", imageAlt: "Taco al Pastor with pineapple"},
{
id: "taco-carne-asada", name: "Taco de Carne Asada", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831005.jpg", imageAlt: "Taco de Carne Asada"},
{
id: "fish-taco", name: "Baja Fish Taco", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-shrimpguacamole-vegetables-wooden-table_123827-22793.jpg", imageAlt: "Crispy Baja Fish Taco"},
{
id: "vegetarian-taco", name: "Vegetarian Taco", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-burritos_23-2147812175.jpg", imageAlt: "Vegetarian Taco with fresh ingredients"},
{
id: "classic-burrito", name: "Classic Burrito", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-kebab-with-mayonnaise_23-2148685542.jpg", imageAlt: "Large classic burrito"},
{
id: "chicken-quesadilla", name: "Chicken Quesadilla", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/mexican-quesadilla-wrap-with-chicken-corn-sweet-pepper-salsa_2829-11768.jpg", imageAlt: "Chicken quesadilla with melted cheese"},
]}
title="Our Signature Dishes"
description="Explore our menu filled with classic Mexican street food and gourmet creations, all made with the freshest ingredients."
tag="Full Menu"
/>
</div>
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<PricingCardEight <PricingCardEight
animationType="slide-up" animationType="slide-up"