Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Award, Chef, Heart, Sparkles, Star } from "lucide-react";
|
||||
import { Award, Heart, Sparkles, Star, ChefHat } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
title="Featured Menu Items"
|
||||
description="Discover our signature dishes, crafted from time-honored Italian recipes using the finest fresh ingredients available."
|
||||
tag="Chef's Selection"
|
||||
tagIcon={Chef}
|
||||
tagIcon={ChefHat}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -98,6 +98,7 @@ export default function LandingPage() {
|
||||
title="A legacy built on excellence and authentic Italian tradition"
|
||||
tag="Our Achievements"
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "10K+", description: "Satisfied guests have dined with us, creating lasting memories around our tables."
|
||||
|
||||
Reference in New Issue
Block a user