diff --git a/src/app/page.tsx b/src/app/page.tsx index ba5e9f9..7c0552d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TeamCardOne from '@/components/sections/team/TeamCardOne'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Leaf } from "lucide-react"; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import { MapPin, Clock, Star, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -28,339 +24,64 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9e219f9..7bd7f4b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f9f4; - --card: #ffffff; - --foreground: #1a2e1a; - --primary-cta: #2d5a27; + --background: #000f06; + --card: #0a1a10; + --foreground: #f5f5f5; + --primary-cta: #d4af37; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #2d5a27; - --accent: #4a8c3f; - --background-accent: #6fb85e; + --accent: #d4af37; + --background-accent: #002e12; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);