Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Flame, Award, Leaf, Smile, MapPin, Clock } from "lucide-react";
|
||||
import { Flame, Award, Leaf, Smile } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Il Nostro Menu", id: "menu" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Storia", id: "about" },
|
||||
{ name: "Contatti", id: "contact" },
|
||||
]}
|
||||
@@ -97,14 +97,17 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "Margherita DOP", price: "€12", variant: "Classica", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-near-sauce-bacon_23-2147772126.jpg" },
|
||||
{ id: "2", name: "Diavola Gourmet", price: "€14", variant: "Piccante", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-with-pepper-ingredients_23-2148765344.jpg" },
|
||||
{ id: "3", name: "Capricciosa Tre Archi", price: "€15", variant: "Ricca", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pizza-copy-space_23-2148574235.jpg" },
|
||||
{ id: "4", name: "Ortolana Bio", price: "€13", variant: "Vegana", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-arugula-pizza_23-2148574283.jpg" }
|
||||
]}
|
||||
title="Il Nostro Menu"
|
||||
description="Scopri la selezione di pizze gourmet create dai nostri maestri pizzaioli."
|
||||
description="Scopri la nostra selezione curata di pizze, dolci artigianali e bevande selezionate."
|
||||
products={[
|
||||
{ id: "1", name: "Margherita DOP", price: "€12", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pizza-near-sauce-bacon_23-2147772126.jpg" },
|
||||
{ id: "2", name: "Diavola Gourmet", price: "€14", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-with-pepper-ingredients_23-2148765344.jpg" },
|
||||
{ id: "3", name: "Capricciosa Tre Archi", price: "€15", variant: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pizza-copy-space_23-2148574235.jpg" },
|
||||
{ id: "4", name: "Tiramisù Classico", price: "€6", variant: "Dolci", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-traditional-italian-dessert_23-2148651811.jpg" },
|
||||
{ id: "5", name: "Cannolo Siciliano", price: "€5", variant: "Dolci", imageSrc: "http://img.b2bpic.net/free-photo/cannolo-siciliano-dessert_23-2148674912.jpg" },
|
||||
{ id: "6", name: "Vino Rosso DOC", price: "€18", variant: "Bevande", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass-table_23-2148574235.jpg" },
|
||||
{ id: "7", name: "Birra Artigianale", price: "€7", variant: "Bevande", imageSrc: "http://img.b2bpic.net/free-photo/beer-glass-table_23-2148574283.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -164,4 +167,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user