Update src/app/page.tsx

This commit is contained in:
2025-12-31 20:18:04 +00:00
parent af769fc951
commit 797399f0b5

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
@@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import ContactInline from '@/components/sections/contact/ContactInline';
import FooterBase from '@/components/sections/footer/FooterBase';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Heart, Chef } from "lucide-react";
import { Heart, ChefHat } from "lucide-react";
export default function LandingPage() {
return (
@@ -64,7 +64,7 @@ export default function LandingPage() {
title="A family tradition brought to life with authentic Italian passion and homemade recipes passed down through generations."
description="Marco Rossi"
subdescription="Founder & Chef"
icon={Chef}
icon={ChefHat}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183827933-jsmix0wr.jpg"
imageAlt="Marco Rossi, founder and head chef"
useInvertedBackground="noInvert"