diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fb5378..1afeb96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Clock, Flame } from "lucide-react"; +import { Award, Clock, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -137,13 +137,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", title: "Bacon Crocante", value: "10kg/dia", icon: Flame, + id: "m1", title: "Clientes Satisfeitos", value: "1000+", icon: Users, }, { id: "m2", title: "Sabor Único", value: "100%", icon: Award, }, { - id: "m3", title: "Tempo de Entrega", value: "30min", icon: Clock, + id: "m3", title: "Entrega Rápida", value: "30min", icon: Clock, }, ]} title="Nossos Números" @@ -216,4 +216,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}