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 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);