From e8f7ce536d95f1a6c4f972c635d2b4a135c1c1f5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 18:47:59 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 54 +++++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 26 deletions(-) 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" />
-
); -} +} \ No newline at end of file -- 2.49.1 From 13cf3654b7f5842c48738bf137cddc551baf0e67 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 18:47:59 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 436690b..fe1bc53 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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); -- 2.49.1