From 3197a939dcfdc252a6135c27836ba685a9b87b58 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 13:56:39 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56f4393..7db4117 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Award, CheckCircle, Shield, MapPin, Star } from "lucide-react"; export default function LandingPage() { @@ -75,12 +75,12 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - title="Recent Projects" - description="Explore our recent custom concrete designs and finished installations." + title="Recent Projects: Before & After" + description="Explore the transformation in our gallery, showcasing our recent custom concrete designs and finished installations." products={[ - { id: "p1", name: "Custom Stamped Patio", price: "Gallery Item", variant: "Stamped", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture_23-2149432953.jpg" }, - { id: "p2", name: "Modern Driveway Overlay", price: "Gallery Item", variant: "Overlay", imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15109.jpg?_wi=2" }, - { id: "p3", name: "Residential Sidewalk", price: "Gallery Item", variant: "Structural", imageSrc: "http://img.b2bpic.net/free-photo/staircase-concrete_1203-3467.jpg?_wi=1" } + { id: "p1", name: "Custom Stamped Patio (After)", price: "Ref: 01", variant: "Stamped", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture_23-2149432953.jpg" }, + { id: "p2", name: "Driveway Transformation (After)", price: "Ref: 02", variant: "Overlay", imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15109.jpg?_wi=2" }, + { id: "p3", name: "Structural Sidewalk (After)", price: "Ref: 03", variant: "Structural", imageSrc: "http://img.b2bpic.net/free-photo/staircase-concrete_1203-3467.jpg?_wi=1" } ]} /> @@ -102,25 +102,23 @@ export default function LandingPage() {
- console.log("Form submitted for: ", email)} background={{ variant: "plain" }} - tag="Contact Us" - title="(253) 217-7449" - description="Ready to get started? Send us a message below with your project details and we'll be in touch." - buttons={[ - { text: "Call Us", href: "tel:2532177449" }, - { text: "Email Us", href: "mailto:info@ceconcrete.com" }, - ]} + imageSrc="http://img.b2bpic.net/free-photo/worker-working-construction-site_1150-15109.jpg" />
From 477659e77c06804ad41125943680b8f6e5fbe71c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 13:56:39 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..3a5c203 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; - --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; - --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffff; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);