diff --git a/.gitignore b/.gitignore index ac76883..e818f15 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,15 @@ next-env.d.ts .claude/** CLAUDE.md +.cursorindexingignore +.specstory +.specstory/** +.specstory/ai_rules_backups +.specstory/history +.specstory/project.json +.specstory/what-is-this.md +.specstory/ai_rules_backups +.specstory/history +.specstory/project.json +.specstory/what-is-this.md + diff --git a/app/globals.css b/app/globals.css index a0b186b..f9700ce 100755 --- a/app/globals.css +++ b/app/globals.css @@ -1,8 +1,6 @@ @import "tailwindcss"; @import "tw-animate-css"; -@custom-variant dark (&:is(.dark *)); - :root { /* HPS Brand Colors - Refined */ --primary-blue: #0066bf; @@ -63,50 +61,6 @@ --header-height: 80px; } -.dark { - --background: #0f172a; - --foreground: #f8fafc; - - --card: #1e293b; - --card-foreground: #f8fafc; - - --popover: #0f172a; - --popover-foreground: #f8fafc; - - --primary: #f8fafc; - --primary-foreground: #0f172a; - - --secondary: #1e293b; - --secondary-foreground: #f8fafc; - - --muted: #1e293b; - --muted-foreground: #94a3b8; - - --accent: #1e293b; - --accent-foreground: #f8fafc; - - --destructive: #7f1d1d; - --destructive-foreground: #f8fafc; - - --border: #1e293b; - --input: #1e293b; - --ring: #cbd5e1; - - --chart-1: oklch(0.488 0.243 264.376); - --chart-2: oklch(0.696 0.17 162.48); - --chart-3: oklch(0.769 0.188 70.08); - --chart-4: oklch(0.627 0.265 303.9); - --chart-5: oklch(0.645 0.246 16.439); - - --sidebar: #1e293b; - --sidebar-foreground: #ffffff; - --sidebar-primary: #8cc63f; - --sidebar-primary-foreground: #0f172a; - --sidebar-accent: #1e293b; - --sidebar-accent-foreground: #ffffff; - --sidebar-border: #334155; - --sidebar-ring: #8cc63f; -} @theme inline { --font-sans: "Inter", "sans-serif"; diff --git a/app/page.tsx b/app/page.tsx index 624d814..40a32a6 100755 --- a/app/page.tsx +++ b/app/page.tsx @@ -11,7 +11,7 @@ export default function HomePage() {
{/* Hero Section */} -
+
{/* Background Image with Overlay */}
-
-

- Building the Future +
+

+ Building the Future
with Concrete Precision

-

+

Specializing in Insulating Concrete Form (ICF) installations, structural flooring, and radiant heating systems.

- @@ -42,7 +42,7 @@ export default function HomePage() { diff --git a/components/site-header.tsx b/components/site-header.tsx index 961a52e..eea8308 100755 --- a/components/site-header.tsx +++ b/components/site-header.tsx @@ -104,10 +104,22 @@ export function SiteHeader() { {/* Mobile Navigation Overlay */}
+ {/* Close Button in Mobile Menu */} +
+ +
+