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