diff --git a/src/app/page.tsx b/src/app/page.tsx index d1b1740..5a02379 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -18,35 +18,23 @@ export default function LandingPage() { @@ -183,30 +100,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "99%", - title: "Client Satisfaction", - description: "Our work consistently exceeds expectations.", - icon: Star, - }, - { - id: "m2", - value: "2k+", - title: "Happy Clients", - description: "Families trusting us with their home needs.", - icon: Award, - }, - { - id: "m3", - value: "30m", - title: "Arrival Time", - description: "Fast response for emergency needs.", - icon: Zap, - }, + { id: "m1", value: "99%", title: "Satisfaction", description: "Work that exceeds expectations.", icon: Star }, + { id: "m2", value: "2k+", title: "Happy Clients", description: "Trusting us with home needs.", icon: Award }, + { id: "m3", value: "30m", title: "Response", description: "Fast arrival times.", icon: Zap }, ]} title="Quality by the Numbers" - description="Our success is measured by the satisfaction of our loyal local customer base." + description="Our success is measured by the satisfaction of our local base." /> @@ -215,49 +114,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Great Service", - quote: "Fast response and very fair pricing. Fixed my sink leak in minutes.", - name: "Sarah Miller", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", - }, - { - id: "t2", - title: "Professional", - quote: "They were on time and very clean. My new water heater works perfectly.", - name: "David Clark", - role: "Property Manager", - imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg", - }, - { - id: "t3", - title: "Highly Recommend", - quote: "Knowledgeable and polite. Freeman Plumbing is now my go-to.", - name: "Emily Jones", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", - }, - { - id: "t4", - title: "Expert Work", - quote: "They fixed what three other plumbers couldn't. Simply amazing.", - name: "Kevin White", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-receiving-groceries_23-2149722274.jpg", - }, - { - id: "t5", - title: "Reliable", - quote: "Very reliable team. I always call them for maintenance.", - name: "Anna Brown", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg", - }, + { id: "t1", title: "Great Service", quote: "Fast and fair pricing.", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg" }, + { id: "t2", title: "Professional", quote: "Clean and efficient work.", name: "David Clark", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg" }, ]} title="Trusted by Your Neighbors" - description="See why homeowners choose Freeman Plumbing for every plumbing need." + description="See why homeowners choose Freeman Plumbing." /> @@ -265,75 +126,38 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file diff --git a/src/app/styles/base.css b/src/app/styles/base.css index b9e5214..aa7fd03 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-nunito), sans-serif; + font-family: var(--font-montserrat), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-nunito), sans-serif; + font-family: var(--font-montserrat), sans-serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 65ffd3d..7037563 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; - --primary-cta: #15479c; + --background: #fbfaff; + --card: #f7f5ff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; --primary-cta-text: #f5faff; --secondary-cta: #ffffff; --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);