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
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);