Merge version_4 into main #4
@@ -2,13 +2,13 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
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 TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Truck, Package, MessageSquare } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -117,30 +117,33 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="clientes" data-section="clientes">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
<TestimonialCardTen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
description="Comentários de quem já vive o lifestyle Pobre é Quem?"
|
||||
title="CLIENTES QUE VIVEM O LIFESTYLE"
|
||||
description="O que dizem os nossos membros da comunidade."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ricardo Silva", role: "Cliente Premium", testimonial: "Qualidade impressionante, o tecido é muito superior ao que temos no mercado local.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg"},
|
||||
id: "1", name: "Ricardo Silva", role: "Cliente Premium", quote: "Qualidade impressionante, o tecido é muito superior ao que temos no mercado local.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg", title: "Muito Satisfeito"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Lígia M.", role: "Influenciadora", testimonial: "A modelagem oversized é exatamente o que eu procurava. Veste super bem!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-girl-white-oversized-tshirt-blue-jeans-posing-gray-background_89887-959.jpg"},
|
||||
id: "2", name: "Lígia M.", role: "Influenciadora", quote: "A modelagem oversized é exatamente o que eu procurava. Veste super bem!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-girl-white-oversized-tshirt-blue-jeans-posing-gray-background_89887-959.jpg", title: "Design Impecável"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Filipe G.", role: "Cliente", testimonial: "Entrega muito rápida para a Matola. Recomendo demais!", 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: "3", name: "Filipe G.", role: "Cliente", quote: "Entrega muito rápida para a Matola. Recomendo demais!", 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", title: "Entrega Ágil"
|
||||
},
|
||||
]}
|
||||
title="CLIENTES"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="entregas" data-section="entregas">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
<FeatureHoverPattern
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="ENTREGAS E ENVIO"
|
||||
description="Compromisso com o prazo e cuidado no transporte do seu streetwear premium."
|
||||
title="ENTREGAS E CUIDADO"
|
||||
description="Nosso compromisso vai além do produto: garantimos que sua compra chegue com total segurança e rapidez."
|
||||
features={[
|
||||
{
|
||||
icon: Truck,
|
||||
|
||||
Reference in New Issue
Block a user