diff --git a/src/app/page.tsx b/src/app/page.tsx index ed3768a..077277a 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() { const displayMetrics = [ @@ -56,6 +57,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" } @@ -227,6 +229,39 @@ export default function LandingPage() { /> +
+ +
+