6 Commits

Author SHA1 Message Date
f6cb109531 Update src/app/page.tsx 2026-05-20 17:42:07 +00:00
a6001a5a2e Update src/app/styles/variables.css 2026-05-20 17:41:29 +00:00
b384025268 Update src/app/page.tsx 2026-05-20 17:41:29 +00:00
d20cf1c6d7 Merge version_1 into main
Merge version_1 into main
2026-05-20 17:30:07 +00:00
f1ce6b0d7d Merge version_1 into main
Merge version_1 into main
2026-05-20 17:29:35 +00:00
02c87cd538 Merge version_1 into main
Merge version_1 into main
2026-05-20 17:29:03 +00:00
2 changed files with 17 additions and 19 deletions

View File

@@ -3,10 +3,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
@@ -166,23 +166,21 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactText
useInvertedBackground={true} text="Get in touch with our team to discuss your next construction project, Build Smarter Today."
useInvertedBackground={false}
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Ready to Start?"
title="Build Smarter Today"
description="Get in touch with our team to discuss your next construction project."
buttons={[{ text: "Contact Sales", href: "#" }]} buttons={[{ text: "Contact Sales", href: "#" }]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterLogoEmphasis
columns={[
{ title: "Platform", items: [{ label: "Overview", href: "#" }, { label: "Features", href: "#features" }] },
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#" }] },
]}
logoText="BuildMarket" logoText="BuildMarket"
columns={[
{ items: [{ label: "Overview", href: "#" }, { label: "Features", href: "#features" }] },
{ items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#" }] },
]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #ffffff;
--card: #1a1a1a; --card: #f9f9f9;
--foreground: #fffffae6; --foreground: #000612e6;
--primary-cta: #fde047; --primary-cta: #15479c;
--primary-cta-text: #0a0a0a; --primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a; --secondary-cta: #f9f9f9;
--secondary-cta-text: #fffffae6; --secondary-cta-text: #fffffae6;
--accent: #737373; --accent: #e2e2e2;
--background-accent: #737373; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);