diff --git a/src/app/page.tsx b/src/app/page.tsx
index 154e31f..522df3f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { MapPin, Phone, Mail } from "lucide-react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
@@ -30,18 +31,14 @@ export default function LandingPage() {
@@ -50,23 +47,8 @@ export default function LandingPage() {
@@ -76,14 +58,10 @@ export default function LandingPage() {
title="Tradição em flores, paixão pela arte"
description="Na Sueli Floricultura, cada pétala é escolhida a dedo. Nossa missão é levar natureza, cor e fragrância para o seu ambiente, aliando técnica à criatividade."
metrics={[
- {
- value: "15+", title: "Anos de história"},
- {
- value: "5000+", title: "Buquês entregues"},
+ { value: "15+", title: "Anos de história" },
+ { value: "5000+", title: "Buquês entregues" },
]}
imageSrc="http://img.b2bpic.net/free-photo/florist-male-cutting-flower-stalks-sideways_23-2148435687.jpg?_wi=1"
- mediaAnimation="slide-up"
- metricsAnimation="slide-up"
/>
@@ -93,12 +71,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1", title: "Flores frescas", description: "Recebemos flores diariamente para garantir frescor e longevidade.", tag: "Qualidade", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-floral-arrangement-calling_329181-9357.jpg", imageAlt: "Woman making floral arrangement and calling"},
- {
- id: "f2", title: "Entrega ágil", description: "Entregas cuidadosas e pontuais na região.", tag: "Rapidez", imageSrc: "http://img.b2bpic.net/free-photo/flowers-wood-background-from_176420-55784.jpg?_wi=2", imageAlt: "Woman making floral arrangement and calling"},
- {
- id: "f3", title: "Designs personalizados", description: "Arranjos únicos criados conforme o seu desejo.", tag: "Exclusividade", imageSrc: "http://img.b2bpic.net/free-photo/florist-male-cutting-flower-stalks-sideways_23-2148435687.jpg?_wi=2", imageAlt: "Woman making floral arrangement and calling"},
+ { id: "f1", title: "Flores frescas", description: "Recebemos flores diariamente para garantir frescor e longevidade.", tag: "Qualidade", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-floral-arrangement-calling_329181-9357.jpg" },
+ { id: "f2", title: "Entrega ágil", description: "Entregas cuidadosas e pontuais na região.", tag: "Rapidez", imageSrc: "http://img.b2bpic.net/free-photo/flowers-wood-background-from_176420-55784.jpg?_wi=2" },
+ { id: "f3", title: "Designs personalizados", description: "Arranjos únicos criados conforme o seu desejo.", tag: "Exclusividade", imageSrc: "http://img.b2bpic.net/free-photo/florist-male-cutting-flower-stalks-sideways_23-2148435687.jpg?_wi=2" },
]}
title="Nossos diferenciais"
description="Compromisso com a qualidade em cada entrega."
@@ -112,24 +87,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1", brand: "Especial", name: "Buquê de Rosas Clássico", price: "R$ 150,00", rating: 5,
- reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-yellow-red-anemone-flowers-bouquet-jpg_140725-12138.jpg"},
- {
- id: "p2", brand: "Celebração", name: "Arranjo de Lírios Brancos", price: "R$ 180,00", rating: 5,
- reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/decorative-flowers-with-wood-texture_23-2148164036.jpg"},
- {
- id: "p3", brand: "Verão", name: "Buquê Girassóis", price: "R$ 120,00", rating: 4,
- reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg"},
- {
- id: "p4", brand: "Premium", name: "Mix de Estação", price: "R$ 200,00", rating: 5,
- reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/flower-composition-bucket-cream-purple-roses-lithianthus-side-view_141793-4424.jpg"},
- {
- id: "p5", brand: "Exótico", name: "Orquídea Potted", price: "R$ 250,00", rating: 5,
- reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/decorative-heart-fresh-blooms_23-2148109156.jpg"},
- {
- id: "p6", brand: "Elegância", name: "Arranjo de Hortênsias", price: "R$ 160,00", rating: 4,
- reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/hydrangea-flowers-vase-female-hands-light-background_169016-39172.jpg"},
+ { id: "p1", brand: "Especial", name: "Buquê de Rosas Clássico", price: "R$ 150,00", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-yellow-red-anemone-flowers-bouquet-jpg_140725-12138.jpg" },
+ { id: "p2", brand: "Celebração", name: "Arranjo de Lírios Brancos", price: "R$ 180,00", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/decorative-flowers-with-wood-texture_23-2148164036.jpg" },
+ { id: "p3", brand: "Verão", name: "Buquê Girassóis", price: "R$ 120,00", rating: 4, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/fashion-autumn-bouquet-with-yellow-combination-flowers_114579-2477.jpg" },
]}
title="Nossos Arranjos"
description="Flores para aniversários, casamentos, eventos e demonstrações de carinho."
@@ -138,22 +98,10 @@ export default function LandingPage() {
@@ -162,32 +110,23 @@ export default function LandingPage() {
@@ -195,34 +134,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file