From f54d8f631dcb5f387a6489b75bde8b1bf678646f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:28:53 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 176 ++++++++++++----------------------------------- 1 file changed, 44 insertions(+), 132 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 135dd73..6c7f1b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,30 +29,18 @@ export default function LandingPage() { @@ -60,19 +48,14 @@ export default function LandingPage() {
@@ -172,25 +115,15 @@ export default function LandingPage() { author="Sarah & David, Exeter" avatars={[ { - src: "http://img.b2bpic.net/free-photo/blue-eyed-bearded-male-using-laptop-cafe-street_613910-12216.jpg", - alt: "Customer 1", - }, + src: "http://img.b2bpic.net/free-photo/blue-eyed-bearded-male-using-laptop-cafe-street_613910-12216.jpg", alt: "Customer 1"}, { - src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-172912.jpg", - alt: "Customer 2", - }, + src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-172912.jpg", alt: "Customer 2"}, { - src: "http://img.b2bpic.net/free-photo/female-florist-cutting-stem-flowers-shop_23-2147882043.jpg", - alt: "Customer 3", - }, + src: "http://img.b2bpic.net/free-photo/female-florist-cutting-stem-flowers-shop_23-2147882043.jpg", alt: "Customer 3"}, { - src: "http://img.b2bpic.net/free-photo/real-estate-insurance-concept-handsome-modern-man-buying-property-smiling-showing-paper-hous_1258-144783.jpg", - alt: "Customer 4", - }, + src: "http://img.b2bpic.net/free-photo/real-estate-insurance-concept-handsome-modern-man-buying-property-smiling-showing-paper-hous_1258-144783.jpg", alt: "Customer 4"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-office_23-2148242883.jpg", - alt: "Customer 5", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-office_23-2148242883.jpg", alt: "Customer 5"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -201,18 +134,13 @@ export default function LandingPage() { @@ -222,41 +150,25 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/people-working-construction-site_23-2151889140.jpg?_wi=2" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Fencing", - href: "#", - }, + label: "Fencing", href: "#"}, { - label: "Decking", - href: "#", - }, + label: "Decking", href: "#"}, { - label: "Patios", - href: "#", - }, + label: "Patios", href: "#"}, { - label: "Landscaping", - href: "#", - }, + label: "Landscaping", href: "#"}, ], }, { - title: "Information", - items: [ + title: "Information", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} @@ -267,4 +179,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From e6f94a5cecf315158d3c46bf0349c50a22f50aee Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:28:53 +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 6f6764f..2fbb53a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; + --background: #f5f4ef; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #efe7dd; --secondary-cta-text: #000f06e6; - --accent: #000f06e6; - --background-accent: #c4c4c4; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1