From 86541416325a4877387174250f9ba91afb3ee0cb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 11:07:25 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 228 ++++++++++++++++++----------------------------- 1 file changed, 88 insertions(+), 140 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58bd8dd..e96b5dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { ShoppingBag, Truck, Utensils } from "lucide-react"; +import { ShoppingBag, Truck, Utensils, MessageCircle, Instagram, Facebook, Twitter, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -27,151 +27,99 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
- +
+ +
-
- -
+ -
- -
+
+ +
- - -
- -
- - + + + + +
); -} +} \ No newline at end of file From 756cd90663270273efbb613fe5c380140aa21b81 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 11:07:26 +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 72cad5c..5310958 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #080200; - --card: #1a0d0b; - --foreground: #ffe6d5; - --primary-cta: #ffaa70; + --background: #efebe5; + --card: #f7f2ea; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #080200; - --secondary-cta: #170b07; + --secondary-cta: #ffffff; --secondary-cta-text: #ffe6d5; - --accent: #7b5e4a; - --background-accent: #b8541e; + --accent: #ffffff; + --background-accent: #e1b875; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);