From c4aa77e2d0893f6b6127e4fbc02bfc50c9b2119b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:28:45 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 283 ++++++++++++++++++++--------------------------- 1 file changed, 119 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d9a8bf..e7c67b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,188 +2,143 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Building, CheckCircle, Move, Smile, Sparkles, Star } from "lucide-react"; +import ContactText from '@/components/sections/contact/ContactText'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroSignup from '@/components/sections/hero/HeroSignup'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Star, Smile, CheckCircle, Sparkles, Instagram, Facebook, Phone } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ window.open(`https://wa.me/355680000000`, '_blank')} + /> +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
- +
); -} \ No newline at end of file +} -- 2.49.1 From e9d0e75f6dc58f4c494b3cf0db24718eb6bc087f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:28:46 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 03f91d5..4a304dd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #1c1c1c; - --primary-cta: #15479c; + --background: #fbfaff; + --card: #f7f5ff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #a8cce8; - --background-accent: #f5faff; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1