Update src/app/page.tsx

This commit is contained in:
2026-03-19 00:17:25 +00:00
parent 9fab7019c1
commit d4ebf0d749

View File

@@ -8,7 +8,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Sparkles, Chef, Calendar, MapPin } from "lucide-react";
import { Sparkles, Calendar, MapPin, UtensilsCrossed } from "lucide-react";
export default function LandingPage() {
return (
@@ -76,7 +76,7 @@ export default function LandingPage() {
title="Chef's Signature Dishes"
description="Handpicked selections from our seasonal menu, each dish representing the pinnacle of our culinary artistry."
tag="Featured Items"
tagIcon={Chef}
tagIcon={UtensilsCrossed}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -84,13 +84,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Pan-Seared Branzino", price: "$38", variant: "Mediterranean", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg?_wi=1", imageAlt: "Pan-seared branzino with citrus beurre blanc"
id: "1", name: "Pan-Seared Branzino", price: "$38", variant: "Mediterranean", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", imageAlt: "Pan-seared branzino with citrus beurre blanc"
},
{
id: "2", name: "Wagyu Beef Wellington", price: "$52", variant: "Prime Cut", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg?_wi=2", imageAlt: "Wagyu beef wellington with demi-glace"
id: "2", name: "Wagyu Beef Wellington", price: "$52", variant: "Prime Cut", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", imageAlt: "Wagyu beef wellington with demi-glace"
},
{
id: "3", name: "Truffle Risotto", price: "$34", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg?_wi=3", imageAlt: "Creamy truffle risotto with parmesan crust"
id: "3", name: "Truffle Risotto", price: "$34", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", imageAlt: "Creamy truffle risotto with parmesan crust"
}
]}
buttonAnimation="slide-up"