diff --git a/src/app/page.tsx b/src/app/page.tsx index 194dc7e..157016e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,41 +18,31 @@ export default function LandingPage() { @@ -63,37 +53,23 @@ export default function LandingPage() { tag="Sky Construction GC LLC" buttons={[ { - text: "Request Free Estimate", - href: "#contact", - }, + text: "Request Free Estimate", href: "#contact"}, { - text: "View Services", - href: "#services", - }, + text: "View Services", href: "#services"}, ]} imageSrc="http://img.b2bpic.net/free-photo/attentiveness-businesswoman-with-long-blond-hair-safety-helmet-looking-closely-document-standing-construction-site-working-group_259150-57757.jpg?_wi=1" showDimOverlay={true} avatars={[ { - src: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", - alt: "Satisfied client", - }, + src: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", alt: "Satisfied client"}, { - src: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", - alt: "Satisfied client", - }, + src: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", alt: "Satisfied client"}, { - src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", - alt: "Satisfied client", - }, + src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Satisfied client"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", - alt: "Satisfied client", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", alt: "Satisfied client"}, { - src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", - alt: "Satisfied client", - }, + src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", alt: "Satisfied client"}, ]} avatarText="Trusted by 500+ local property owners" /> @@ -101,7 +77,7 @@ export default function LandingPage() {
@@ -263,23 +158,14 @@ export default function LandingPage() {
diff --git a/src/app/styles/base.css b/src/app/styles/base.css index c719d19..578efaa 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), sans-serif; + font-family: var(--font-figtree), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-dm-sans), sans-serif; + font-family: var(--font-figtree), sans-serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d5a2cd4..5442e3c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #fffffae6; - --primary-cta: #fde047; + --background: #fbfbfb; + --card: #f0f0f0; + --foreground: #0a0a0a; + --primary-cta: #1a1a1a; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #e5e5e5; --secondary-cta-text: #fffffae6; - --accent: #737373; - --background-accent: #737373; + --accent: #cccccc; + --background-accent: #d4d4d4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);