From 0a8ae827ccb2b4e65db5e610f1d663a29ccad1e6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:31:19 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 276 +++++++++-------------------------------------- 1 file changed, 51 insertions(+), 225 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69e8d8d..0caf292 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,144 +29,60 @@ export default function LandingPage() {
@@ -229,62 +115,25 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Homeowner", - company: "Bacchus Marsh", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=4", - }, + id: "1", name: "David Thompson", role: "Homeowner", company: "Bacchus Marsh", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=4"}, { - id: "2", - name: "Michael Chen", - role: "Homeowner", - company: "Melton", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=5", - }, + id: "2", name: "Fiona M.", role: "Local resident", company: "Darley", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=5"}, { - id: "3", - name: "Emily Rodriguez", - role: "Homeowner", - company: "Darley", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-nature_23-2148970183.jpg?_wi=2", - }, - { - id: "4", - name: "David Kim", - role: "Homeowner", - company: "Maddingley", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-smiling-traveling-by-train_23-2149304483.jpg?_wi=2", - }, - { - id: "5", - name: "Alex Taylor", - role: "Homeowner", - company: "Ballan", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=6", - }, + id: "3", name: "Robert H.", role: "Property owner", company: "Maddingley", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-nature_23-2148970183.jpg?_wi=2"}, ]} kpiItems={[ { - value: "5.0 ⭐", - label: "Google Rating", - }, + value: "5.0 ⭐", label: "Bacchus Marsh Rating"}, { - value: "9+", - label: "Google Reviews", - }, + value: "100%", label: "Reliability Guaranteed"}, { - value: "Local", - label: "Bacchus Marsh & Surrounds", - }, + value: "Local", label: "Moorabool Shire Trades"}, ]} - title="Trusted by Locals" - description="Don't just take our word for it." + title="What Our Neighbours Say" + description="We pride ourselves on the relationships we build within the Bacchus Marsh community." /> @@ -292,16 +141,13 @@ export default function LandingPage() { @@ -313,53 +159,33 @@ export default function LandingPage() { { items: [ { - label: "0487 026 694", - href: "tel:0487026694", - }, + label: "0487 026 694", href: "tel:0487026694"}, { - label: "Open Daily until 5pm", - href: "#", - }, + label: "Open Daily until 5pm", href: "#"}, ], }, { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Projects", - href: "#projects", - }, + label: "Projects", href: "#projects"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Bacchus Marsh", - href: "#", - }, + label: "Bacchus Marsh", href: "#"}, { - label: "Melton", - href: "#", - }, + label: "Melton", href: "#"}, { - label: "Darley", - href: "#", - }, + label: "Darley", href: "#"}, { - label: "Maddingley", - href: "#", - }, + label: "Maddingley", href: "#"}, { - label: "Ballan", - href: "#", - }, + label: "Ballan", href: "#"}, ], }, ]} @@ -369,4 +195,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 0519b018242acee2de4bd0acbd87f387e726163d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:31:19 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 66efb35..903fece 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F5F0E8; - --card: #FDFBF7; - --foreground: #1C1C1C; - --primary-cta: #C8862A; + --background: #1c1917; + --card: #292524; + --foreground: #f5f5f4; + --primary-cta: #d97706; --primary-cta-text: #FFFFFF; - --secondary-cta: #1C1C1C; + --secondary-cta: #44403c; --secondary-cta-text: #F5F0E8; - --accent: #C8862A; - --background-accent: #DED9D0; + --accent: #f59e0b; + --background-accent: #451a03; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1