5 Commits

Author SHA1 Message Date
38d51c9145 Update theme colors 2026-03-05 19:41:32 +00:00
045ea21d42 Update theme colors 2026-03-05 19:41:14 +00:00
ad15e3f278 Update src/app/page.tsx 2026-03-05 19:39:44 +00:00
27d46c4673 Update src/app/layout.tsx 2026-03-05 19:39:43 +00:00
82691eb13c Merge version_2 into main
Merge version_2 into main
2026-03-05 19:38:08 +00:00
3 changed files with 21 additions and 20 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "BuildCraft - Professional Construction Services", description: "Trusted construction company specializing in commercial and residential projects. Expert project management, design-build solutions, and safety compliance."};
title: "Envision Renovations - Professional Construction Services", description: "Trusted construction company specializing in commercial and residential projects. Expert project management, design-build solutions, and safety compliance."
};
export default function RootLayout({
children,

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="BuildCraft"
brandName="Envision Renovations"
navItems={[
{ name: "Projects", id: "projects" },
{ name: "About", id: "about" },
@@ -36,13 +36,13 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
bottomLeftText="Quality Construction"
bottomRightText="hello@buildcraft.com"
bottomRightText="hello@envisionrenovations.com"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="BuildCraft"
logoText="Envision Renovations"
description="Trusted by commercial and residential clients across the region. See our completed projects and request your free consultation today."
buttons={[
{ text: "View Our Projects", href: "#projects" },
@@ -114,7 +114,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="BuildCraft transformed our vision into reality. Their professionalism, attention to detail, and commitment to timelines exceeded all expectations. We couldn't have asked for a better construction partner."
testimonial="Envision Renovations transformed our vision into reality. Their professionalism, attention to detail, and commitment to timelines exceeded all expectations. We couldn't have asked for a better construction partner."
rating={5}
author="Sarah Mitchell, Property Developer"
avatars={[
@@ -157,7 +157,7 @@ export default function LandingPage() {
text="Ready to start your next construction project? Let's create something extraordinary together. Contact us today for a free consultation."
animationType="entrance-slide"
buttons={[
{ text: "Request Consultation", href: "mailto:hello@buildcraft.com" },
{ text: "Request Consultation", href: "mailto:hello@envisionrenovations.com" },
{ text: "View Portfolio", href: "#projects" }
]}
background={{ variant: "sparkles-gradient" }}
@@ -167,12 +167,12 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="BuildCraft"
copyrightText="© 2025 BuildCraft Construction. All rights reserved."
logoText="Envision Renovations"
copyrightText="© 2025 Envision Renovations. All rights reserved."
socialLinks={[
{ icon: Linkedin, href: "https://linkedin.com/company/buildcraft", ariaLabel: "LinkedIn" },
{ icon: Facebook, href: "https://facebook.com/buildcraft", ariaLabel: "Facebook" },
{ icon: Twitter, href: "https://twitter.com/buildcraft", ariaLabel: "Twitter" }
{ icon: Linkedin, href: "https://linkedin.com/company/envision-renovations", ariaLabel: "LinkedIn" },
{ icon: Facebook, href: "https://facebook.com/envisionrenovations", ariaLabel: "Facebook" },
{ icon: Twitter, href: "https://twitter.com/envisionreno", ariaLabel: "Twitter" }
]}
/>
</div>

View File

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