Merge version_2 into main #2
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="entregas" data-section="entregas">
|
||||
<FeatureCardNineteen
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
title="ENTREGAS"
|
||||
description="Envios rápidos e seguros em todo o país, mantendo o padrão premium que você conhece."
|
||||
features={[
|
||||
{
|
||||
tag: "Maputo/Matola", title: "Entrega Rápida", subtitle: "Porta a porta", description: "Entregas eficientes em toda capital.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-woman-chair-indoors_23-2149359823.jpg"},
|
||||
icon: Truck,
|
||||
title: "Entrega Rápida", description: "Logística otimizada para Maputo e Matola, garantindo agilidade no recebimento."
|
||||
},
|
||||
{
|
||||
tag: "Nacional", title: "Envios", subtitle: "Todo Moçambique", description: "Enviamos para todas as províncias.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-black-hoodie_23-2149359866.jpg"},
|
||||
icon: Package,
|
||||
title: "Envios Nacionais", description: "Conectando todo Moçambique com segurança e qualidade em cada embalagem."
|
||||
},
|
||||
{
|
||||
tag: "WhatsApp", title: "Atendimento", subtitle: "Direto", description: "Fale connosco pelo WhatsApp.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432357.jpg"},
|
||||
icon: MessageSquare,
|
||||
title: "Atendimento Direto", description: "Suporte personalizado via WhatsApp para acompanhar seu pedido em tempo real."
|
||||
}
|
||||
]}
|
||||
title="ENTREGAS"
|
||||
description="Envios rápidos em todo país."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
<FooterBase
|
||||
logoText="POBRE É QUEM?"
|
||||
copyrightText="© 2025 POBRE É QUEM? - STREETWEAR PREMIUM"
|
||||
columns={[
|
||||
{
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "TikTok", href: "#"},
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "TikTok", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Suporte", items: [
|
||||
{
|
||||
label: "WhatsApp", href: "https://wa.me/message"},
|
||||
{
|
||||
label: "Contactos", href: "#"},
|
||||
{ label: "WhatsApp", href: "https://wa.me/message" },
|
||||
{ label: "Contactos", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacidade", href: "#"},
|
||||
{
|
||||
label: "Termos", href: "#"},
|
||||
{ label: "Privacidade", href: "#" },
|
||||
{ label: "Termos", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2025 Pobre é Quem?"
|
||||
bottomRightText="Streetwear Premium"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0D0D0D;
|
||||
--card: #1A1A1A;
|
||||
--foreground: #FFFFFF;
|
||||
--primary-cta: #FF7A00;
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #8A0A0A;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #FFFFFF;
|
||||
--accent: #FF7A00;
|
||||
--background-accent: #5A0000;
|
||||
--accent: #535353;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user