Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ebedfbb13 | |||
| 0f8c3cff2b | |||
| 760b6dba3d |
@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -137,13 +137,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
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: "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"
|
title="Nossos Números"
|
||||||
@@ -216,4 +216,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user