From 0f8c3cff2bb2c06bf7bd15b4de8695ca3152c7bc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:09:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +} -- 2.49.1