From a9ea7a48e0447ef695cdcf4dbef7e255a7162a18 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 19:29:39 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 71 ++++++++++++++++++------------------------------ 1 file changed, 26 insertions(+), 45 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e870b3..68381f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Heart, Info, MapPin, ShoppingBag, Star } from "lucide-react"; +import { Heart, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -42,15 +42,12 @@ export default function LandingPage() {
@@ -60,8 +57,8 @@ export default function LandingPage() {
-- 2.49.1 From c4949026373eb5023aa0c2553844a40cce2b997c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 19:29:40 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d12c3c0..b174cb3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #f7f6f7; --card: #ffffff; - --foreground: #250c0d; - --primary-cta: #b82b40; + --foreground: #1b0c25; + --primary-cta: #1b0c25; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #250c0d; - --accent: #b90941; - --background-accent: #e8a8b6; + --accent: #ff93e4; + --background-accent: #e8a8c3; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1