From 76951b268618426ecc0b73fb30ee18eca4e81d6d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:55:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 41 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df0ae68..b354a3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,8 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Activity, Apple, Brain, Dumbbell, Heart, Target, Zap, Users, Star, TrendingDown, TrendingUp } from 'lucide-react'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import { Activity, Apple, Brain, Dumbbell, Heart, Target, Zap, Users, Star, TrendingDown, TrendingUp, ChefHat } from 'lucide-react'; export default function LandingPage() { return ( @@ -33,6 +34,7 @@ export default function LandingPage() { navItems={[ { name: "Dashboard", id: "dashboard" }, { name: "Treino", id: "training" }, + { name: "Receitas", id: "recipes" }, { name: "Nutrição", id: "nutrition" }, { name: "Comunidade", id: "community" }, { name: "Perfil", id: "profile" } @@ -204,6 +206,39 @@ export default function LandingPage() { /> +
+ +
+