5 Commits

Author SHA1 Message Date
cc3c955bef Update src/app/page.tsx 2026-04-23 07:44:12 +00:00
bc68d12623 Update src/app/styles/variables.css 2026-04-23 07:43:47 +00:00
e7a86018c5 Update src/app/page.tsx 2026-04-23 07:43:47 +00:00
667a051ee8 Merge version_1 into main
Merge version_1 into main
2026-04-23 07:40:38 +00:00
74b5a2d4ee Merge version_1 into main
Merge version_1 into main
2026-04-23 07:40:06 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -22,9 +22,9 @@ export default function LandingPage() {
contentWidth="compact" contentWidth="compact"
sizing="mediumLarge" sizing="mediumLarge"
background="aurora" background="aurora"
cardStyle="gradient-radial" cardStyle="glass-elevated"
primaryButtonStyle="gradient" primaryButtonStyle="flat"
secondaryButtonStyle="solid" secondaryButtonStyle="glass"
headingFontWeight="semibold" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ variant: "gradient-bars" }} background={{ variant: "radial-gradient" }}
title="Expert Roofing, Done Right." title="Expert Roofing, Done Right."
description="From roof restorations to leak repairs, Advanced Roof Care delivers meticulous craftsmanship that protects your home for decades. Trusted by 74+ homeowners across Melbourne's south-east." description="From roof restorations to leak repairs, Advanced Roof Care delivers meticulous craftsmanship that protects your home for decades. Trusted by 74+ homeowners across Melbourne's south-east."
kpis={[ kpis={[
@@ -156,7 +156,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }} background={{ variant: "plain" }}
text="Your Roof Deserves The Best Care. Get in touch today for an obligation-free quote. Fast response, fair pricing, and workmanship guaranteed." text="Your Roof Deserves The Best Care. Get in touch today for an obligation-free quote. Fast response, fair pricing, and workmanship guaranteed."
buttons={[{ text: "Call Rob Now: 0416 424 345", href: "tel:0416424345" }]} buttons={[{ text: "Call Rob Now: 0416 424 345", href: "tel:0416424345" }]}
/> />

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fcf6ec; --background: #0a0a0a;
--card: #f3ede2; --card: #1a1a1a;
--foreground: #2e2521; --foreground: #f5f5f5;
--primary-cta: #2e2521; --primary-cta: #dfff1c;
--primary-cta-text: #fcf6ec; --primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff; --secondary-cta: #1a1a1a;
--secondary-cta-text: #2e2521; --secondary-cta-text: #2e2521;
--accent: #b2a28b; --accent: #8b9a1b;
--background-accent: #b2a28b; --background-accent: #5d6b00;
/* 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);