diff --git a/src/app/page.tsx b/src/app/page.tsx index 342c14b..08db313 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,13 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial"; -import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import TeamCardSix from "@/components/sections/team/TeamCardSix"; -import TeamCardOne from "@/components/sections/team/TeamCardOne"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; +import TeamCardTen from '@/components/sections/team/TeamCardTen'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Leaf, TreePine } from "lucide-react"; export default function LandscapingPage() { @@ -60,305 +59,97 @@ export default function LandscapingPage() { textPosition="top" testimonials={[ { - name: "Sarah M.", - handle: "Homeowner", - testimonial: "GreenScape completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", - imageAlt: "Sarah M.", - }, + name: "Sarah M.", handle: "Homeowner", testimonial: "GreenScape completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Sarah M."}, { - name: "David K.", - handle: "Property Manager", - testimonial: "We've used GreenScape for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", - imageAlt: "David K.", - }, + name: "David K.", handle: "Property Manager", testimonial: "We've used GreenScape for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "David K."}, ]} />
-
- -
- -
-
-
-
-
-
-
-
diff --git a/src/app/styles/base.css b/src/app/styles/base.css index a25430f..7f9ac97 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-inter-tight), sans-serif; + font-family: var(--font-source-sans-3), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-inter-tight), sans-serif; + font-family: var(--font-playfair), serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9e219f9..7372056 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: #fbfaf8; + --card: #f2eee9; + --foreground: #1a1a1a; + --primary-cta: #1a1a1a; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #e6e2db; --secondary-cta-text: #2d5a27; - --accent: #4a8c3f; - --background-accent: #6fb85e; + --accent: #b8a995; + --background-accent: #e6e2db; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);