4 Commits

Author SHA1 Message Date
a93dd0a2a1 Update theme colors 2026-04-28 20:10:08 +00:00
86e00e6c26 Update src/app/page.tsx 2026-04-28 20:08:43 +00:00
df031b1d09 Merge version_2 into main
Merge version_2 into main
2026-04-28 20:04:06 +00:00
19e271cdfd Merge version_2 into main
Merge version_2 into main
2026-04-28 20:03:35 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
@@ -145,15 +145,16 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
<FooterBaseCard
logoText=""
columns={[
{ items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Contact", items: [{ label: "07402 431125", href: "tel:07402431125" }, { label: "Rushey Green, London SE6 2AB", href: "https://maps.google.com/?q=Rushey+Green+London+SE6+2AB" }] },
]}
logoText="Adair Electrics"
copyrightText="© 2025 Adair Electrics"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -12,11 +12,11 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;