Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a7f5e1d50 | |||
| 7e58d61e8b | |||
| 8bc1bdec60 |
@@ -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}
|
||||
/>
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #1f514c;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #35c18b;;
|
||||
--background-accent: #159c49;; */
|
||||
/* --background: #f5f5f5;;;
|
||||
--card: #ffffff;;;
|
||||
--foreground: #1c1c1c;;;
|
||||
--primary-cta: #effe00;;;
|
||||
--secondary-cta: #ffffff;;;
|
||||
--accent: #c2c034;;;
|
||||
--background-accent: #9a9c14;;; */
|
||||
|
||||
--background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #1f514c;;
|
||||
--primary-cta-text: #f5f5f5;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta-text: #1c1c1c;;
|
||||
--accent: #35c18b;;
|
||||
--background-accent: #159c49;;
|
||||
--background: #f5f5f5;;;
|
||||
--card: #ffffff;;;
|
||||
--foreground: #1c1c1c;;;
|
||||
--primary-cta: #effe00;;;
|
||||
--primary-cta-text: #f5f5f5;;;
|
||||
--secondary-cta: #ffffff;;;
|
||||
--secondary-cta-text: #1c1c1c;;;
|
||||
--accent: #c2c034;;;
|
||||
--background-accent: #9a9c14;;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user