Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-06 00:04:35 +00:00

View File

@@ -9,7 +9,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, Camera, Utensils, Music } from "lucide-react";
import { Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -61,6 +61,7 @@ export default function LandingPage() {
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934701.jpg"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -82,6 +83,7 @@ export default function LandingPage() {
]}
title="Chef's Specials"
description="Discover our kitchen's heart and soul with these fan favorites."
useInvertedBackground={false}
/>
</div>
@@ -99,6 +101,7 @@ export default function LandingPage() {
]}
title="Guest Reviews"
description="See what our regulars have to say about their experience."
useInvertedBackground={false}
/>
</div>
@@ -109,6 +112,7 @@ export default function LandingPage() {
description="Book a table for dinner or inquire about catering for your next private event."
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-with-cutlery_23-2148172713.jpg"
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div>