diff --git a/src/app/page.tsx b/src/app/page.tsx index 278a8cf..c1a6118 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; export default function LandingPage() { return ( @@ -31,6 +32,7 @@ export default function LandingPage() { navItems={[ { name: "Philosophy", id: "about" }, { name: "Services", id: "services" }, + { name: "Come Lavoro", id: "how-i-work" }, { name: "Clients", id: "social-proof" }, { name: "Contact", id: "contact" }, ]} @@ -81,6 +83,22 @@ export default function LandingPage() { /> +
+ +
+
); -} \ No newline at end of file +}