Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -9,7 +9,7 @@ import MetricCardSix from '@/components/sections/metrics/MetricCardSix';
|
||||
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
||||
import ContactCenterForm from '@/components/sections/contact/ContactCenterForm';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Award, Users, Wine, Clock, Sparkles, Chef, Leaf } from "lucide-react";
|
||||
import { Award, Users, Wine, Clock, Sparkles, ChefHat, Leaf } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Trattoria"
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Traditional Italian dishes prepared with passion and precision",
|
||||
icon: Chef
|
||||
icon: ChefHat
|
||||
},
|
||||
{
|
||||
title: "Premium Ingredients",
|
||||
@@ -280,7 +280,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Home", href: "home" },
|
||||
{ label: "Home", href: "hero" },
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Menu", href: "menu" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user