From a73abf1985242fcf26c99b2b045ab6e378347c66 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:01:25 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 463 ++++++++--------------------------------------- 1 file changed, 79 insertions(+), 384 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 710b1f5..daa5297 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,18 +2,18 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardThree from '@/components/sections/blog/BlogCardThree'; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { History, Smile, Wheat } from "lucide-react"; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { History, Smile, Wheat, MapPin, Award, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -33,441 +33,136 @@ export default function LandingPage() {
-
-
-
-
-
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1 From d118b689b27fa082e7ed9d62b7862c646c69bc28 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:01:25 +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 b7afc67..73b9c41 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #fbfbf7; + --card: #f0ede6; + --foreground: #2b180a; + --primary-cta: #8b5c32; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #e5dcd3; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #c6a88e; + --background-accent: #dccbb8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1