diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6bb370e..fd72b01 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,11 +6,12 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
-import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
+import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextAbout from '@/components/sections/about/TextAbout';
+import { Camera, Calculator, CalendarCheck } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,22 +31,11 @@ export default function LandingPage() {
@@ -54,101 +44,18 @@ export default function LandingPage() {
@@ -156,12 +63,31 @@ export default function LandingPage() {
+
+
+
+
@@ -172,154 +98,22 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "SUV Premium",
- price: "R$ 250.000",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-couple-long-shot_23-2148637299.jpg?_wi=2",
- },
- {
- id: "2",
- name: "Coupe Sport",
- price: "R$ 320.000",
- imageSrc: "http://img.b2bpic.net/free-photo/effect-city-lights-night_23-2149338569.jpg?_wi=2",
- },
- {
- id: "3",
- name: "Convertible Elite",
- price: "R$ 410.000",
- imageSrc: "http://img.b2bpic.net/free-photo/silver-sport-car-with-driver-highway_114579-4004.jpg?_wi=2",
- },
- {
- id: "4",
- name: "Sedan Executive",
- price: "R$ 280.000",
- imageSrc: "http://img.b2bpic.net/free-photo/blurred-expensive-cars_1203-829.jpg",
- },
- {
- id: "5",
- name: "Sport Blue",
- price: "R$ 350.000",
- imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car_23-2150998581.jpg",
- },
- {
- id: "6",
- name: "Hybrid Silver",
- price: "R$ 210.000",
- imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736801.jpg",
- },
+ { id: "1", name: "SUV Premium", price: "R$ 250.000", imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-couple-long-shot_23-2148637299.jpg?_wi=2" },
+ { id: "2", name: "Coupe Sport", price: "R$ 320.000", imageSrc: "http://img.b2bpic.net/free-photo/effect-city-lights-night_23-2149338569.jpg?_wi=2" }
]}
title="Catálogo de Veículos"
description="Explore nossa coleção de modelos exclusivos."
/>
-
-
-
-
-
-
-
-
-
-
-
-