diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cdd91b..4f52026 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Truck, Package, MessageSquare } from "lucide-react"; export default function LandingPage() { return ( @@ -139,62 +140,63 @@ export default function LandingPage() { { id: "4", name: "Sara L.", role: "Cliente", testimonial: "Veste muito bem.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-stylish-bearded-man-with-hairstyle-sunglasses-gray-suit-pink-shirt-posing-studio-isolated-gray-background_613910-4076.jpg"}, { - id: "5", name: "Lucas D.", role: "Cliente", testimonial: "Atendimento top!", imageSrc: "http://img.b2bpic.net/free-photo/carefree-stylish-woman-wearing-trendy-sunglasses-camera-feeling-confident-attractive-pink-background-sensual-pretty-girl-with-cute-eyewear-face-funky-hairstyle_482257-51055.jpg"}, + id: "5", name: "Lucas D.", role: "Cliente", testimonial: "Atendimento top!", imageSrc: "http://img.b2bpic.net/free-photo/carefree-stylish-woman-wearing-trendy-sunglasses-camera-feeling-confident-attractive-pink-background-sensual-pretty-girl-with-cute-eyewear-funky-hairstyle_482257-51055.jpg"}, ]} title="CLIENTES SATISFEITOS" />