12 Commits

Author SHA1 Message Date
a52edbf7dc Update src/app/styles/variables.css 2026-02-18 18:11:13 +00:00
bd688ce4b6 Merge version_2 into main
Merge version_2 into main
2026-02-18 18:01:30 +00:00
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

@@ -134,4 +134,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -106,4 +106,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -1332,4 +1332,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -253,4 +253,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -154,4 +154,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -218,4 +218,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -106,4 +106,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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: #ffffff;;
--card: #f9f9f9;;
--foreground: #000000;;
--primary-cta: #000000;;
--secondary-cta: #ffffff;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
--background: #f5f4ef;;
--card: #dad6cd;;
--foreground: #2a2928;;
--primary-cta: #2a2928;;
--secondary-cta: #efe7dd;;
--accent: #ffffff;;
--background-accent: #c6b180;;
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000000;;
--primary-cta: #000000;;
--secondary-cta: #ffffff;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);