diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c8550c..c8ceb53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBase from "@/components/sections/footer/FooterBase"; import { Shield, Wrench, Search, HelpCircle, ClipboardCheck, Phone, HardHat, CheckCircle, Clock, Users, Award, ThumbsUp, Star } from "lucide-react"; -export default function RoofingPage() { +export default function ShowroomPage() { return (
-
- -
- -
-
-
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b8eb23f..5cb8eff 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #ffffff; - --foreground: #111111; - --primary-cta: #e85d04; + --card: #f8f9fa; + --foreground: #1a1a1a; + --primary-cta: #106efb; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #2d3436; --secondary-cta-text: #111111; - --accent: #e85d04; - --background-accent: #f4a261; + --accent: #2ecc71; + --background-accent: #e8f8f0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);