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() { /> +