diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6b15793..ea8a901 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -134,4 +134,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 73bb3a4..b706253 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -30,10 +30,10 @@ export default function BlogPage() { brandName="Construction Property LA" navItems={[ { name: "Home", id: "/" }, - { name: "Services", id: "services" }, - { name: "Portfolio", id: "portfolio" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" } + { name: "Services", id: "/services" }, + { name: "Portfolio", id: "/portfolio" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" } ]} bottomLeftText="Los Angeles, CA" bottomRightText="hello@constructionpropertyLA.com" @@ -84,4 +84,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 48759b8..2aa3980 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -106,4 +106,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 78d5dd6..870c71a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1332,4 +1332,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index ac5a4df..204b959 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -253,4 +253,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e5d76a0..8426100 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -154,4 +154,4 @@ export default function ServicesPage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 34a42a8..36e90bf 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -218,4 +218,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2d467b8..f50b00c 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -106,4 +106,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index bddff9f..9dc80bd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f4ef;; - --card: #dad6cd;; - --foreground: #2a2928;; - --primary-cta: #2a2928;; - --secondary-cta: #efe7dd;; - --accent: #ffffff;; - --background-accent: #c6b180;; */ + /* --background: #f5f5f5;; + --card: #ffffff;; + --foreground: #1c1c1c;; + --primary-cta: #1c1c1c;; + --secondary-cta: #ffffff;; + --accent: #15479c;; + --background-accent: #a8cce8;; */ - --background: #f5f4ef;; - --card: #dad6cd;; - --foreground: #2a2928;; - --primary-cta: #2a2928;; - --secondary-cta: #efe7dd;; - --accent: #ffffff;; - --background-accent: #c6b180;; + --background: #f5f5f5;; + --card: #ffffff;; + --foreground: #1c1c1c;; + --primary-cta: #1c1c1c;; + --secondary-cta: #ffffff;; + --accent: #15479c;; + --background-accent: #a8cce8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);