10 Commits

Author SHA1 Message Date
5062c352a0 Update src/app/styles/variables.css 2026-02-18 18:01:25 +00:00
eac2e72a5c Update src/app/shop/page.tsx 2026-02-18 18:01:24 +00:00
5e247facf3 Update src/app/shop/[id]/page.tsx 2026-02-18 18:01:24 +00:00
f62e6e9df2 Update src/app/services/page.tsx 2026-02-18 18:01:23 +00:00
601a08cce2 Update src/app/page.tsx 2026-02-18 18:01:22 +00:00
621da4f245 Update src/app/layout.tsx 2026-02-18 18:01:21 +00:00
cad09481bf Update src/app/contact/page.tsx 2026-02-18 18:01:20 +00:00
6d34bcfa42 Update src/app/blog/page.tsx 2026-02-18 18:01:20 +00:00
fb0811309a Update src/app/about/page.tsx 2026-02-18 18:01:19 +00:00
8bbccfd7af Merge version_1 into main
Merge version_1 into main
2026-02-18 17:49:59 +00:00
9 changed files with 26 additions and 26 deletions

View File

@@ -30,10 +30,10 @@ export default function BlogPage() {
brandName="Construction Property LA" brandName="Construction Property LA"
navItems={[ navItems={[
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "Services", id: "services" }, { name: "Services", id: "/services" },
{ name: "Portfolio", id: "portfolio" }, { name: "Portfolio", id: "/portfolio" },
{ name: "About", id: "about" }, { name: "About", id: "/about" },
{ name: "Contact", id: "contact" } { name: "Contact", id: "/contact" }
]} ]}
bottomLeftText="Los Angeles, CA" bottomLeftText="Los Angeles, CA"
bottomRightText="hello@constructionpropertyLA.com" bottomRightText="hello@constructionpropertyLA.com"

View File

@@ -2,21 +2,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f5f4ef;; /* --background: #f5f5f5;;
--card: #dad6cd;; --card: #ffffff;;
--foreground: #2a2928;; --foreground: #1c1c1c;;
--primary-cta: #2a2928;; --primary-cta: #1c1c1c;;
--secondary-cta: #efe7dd;; --secondary-cta: #ffffff;;
--accent: #ffffff;; --accent: #15479c;;
--background-accent: #c6b180;; */ --background-accent: #a8cce8;; */
--background: #f5f4ef;; --background: #f5f5f5;;
--card: #dad6cd;; --card: #ffffff;;
--foreground: #2a2928;; --foreground: #1c1c1c;;
--primary-cta: #2a2928;; --primary-cta: #1c1c1c;;
--secondary-cta: #efe7dd;; --secondary-cta: #ffffff;;
--accent: #ffffff;; --accent: #15479c;;
--background-accent: #c6b180;; --background-accent: #a8cce8;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);