diff --git a/src/app/page.tsx b/src/app/page.tsx index ec365cf..ac2173a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Dumbbell, Bike, Zap, Users, Wind, Shirt, ParkingSquare, Wifi, Clock, Sun, Calendar, Sparkles, MapPin } from 'lucide-react'; +import { Dumbbell, Bike, Zap, Users, Wind, Shirt, ParkingSquare, Wifi, Clock, Sun, Calendar, Sparkles, MapPin, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -64,8 +64,9 @@ export default function LandingPage() { { id: "5", name: "Beatriz Lima", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-625.jpg?_wi=5", imageAlt: "Beatriz Lima" }, { id: "6", name: "Ana Oliveira", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-625.jpg?_wi=6", imageAlt: "Ana Oliveira" } ]} - cardTitle="⭐ 4.6 Estrelas - 296+ Avaliações na Google. Ambiente acolhedor com bons equipamentos e professores atenciosos." - cardTag="Avaliações de Membros" + cardTitle="296+ Members Rated Us 4.6★ | Join a Community of Real Results" + cardTag="Read Full Reviews" + cardTagIcon={Star} cardAnimation="slide-up" useInvertedBackground={false} />