Update src/app/recipes/page.tsx

This commit is contained in:
2026-03-11 20:25:22 +00:00
parent 30e9bb610c
commit 8486499be5

View File

@@ -7,7 +7,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import { useState } from 'react';
import { Flame, Target, TrendingDown, TrendingUp, Mail } from 'lucide-react';
import { Flame, Mail } from 'lucide-react';
interface Recipe {
id: string;
@@ -193,7 +193,6 @@ export default function RecipesPage() {
: 'bg-secondary-cta bg-opacity-50 hover:bg-opacity-100'
}`}
>
<TrendingDown className="w-4 h-4" />
Perda de Peso
</button>
<button
@@ -204,7 +203,6 @@ export default function RecipesPage() {
: 'bg-secondary-cta bg-opacity-50 hover:bg-opacity-100'
}`}
>
<TrendingUp className="w-4 h-4" />
Ganho de Massa
</button>
</div>
@@ -216,6 +214,8 @@ export default function RecipesPage() {
textboxLayout="default"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
title="Nossas Receitas"
description="Receitas personalizadas para seus objetivos"
/>
</div>
</div>