10 Commits

Author SHA1 Message Date
de995616ca Update src/app/page.tsx 2026-04-22 16:56:06 +00:00
a3e314c730 Merge version_4 into main
Merge version_4 into main
2026-04-22 16:54:12 +00:00
bfe0f488d5 Update src/app/styles/variables.css 2026-04-22 16:54:09 +00:00
a93cfb096d Merge version_3 into main
Merge version_3 into main
2026-04-22 16:52:52 +00:00
40398b922f Update src/app/styles/variables.css 2026-04-22 16:52:46 +00:00
09bacf987d Update src/app/page.tsx 2026-04-22 16:52:45 +00:00
919d15ea5b Switch to version 1: modified src/app/styles/variables.css 2026-04-22 16:51:28 +00:00
cdd4c1d465 Merge version_2 into main
Merge version_2 into main
2026-04-22 16:51:24 +00:00
bd51ffa216 Update theme colors 2026-04-22 16:51:20 +00:00
26722af016 Merge version_1 into main
Merge version_1 into main
2026-04-22 16:49:18 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ name: "Rachit Patel", handle: "@rachitpatel", testimonial: "Absolutely professional! My go-to guys for any plumbing needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447184.jpg" }, { name: "Rachit Patel", handle: "@rachitpatel", testimonial: "Absolutely professional! My go-to guys for any plumbing needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447184.jpg" },
{ name: "Maurice Brown", handle: "@mauricebrown", testimonial: "Excellent service. Knowledgeable, experienced, and respectful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/master-woodworking-shop-giving-worker-protection-gloves_482257-97946.jpg" }, { name: "Maurice Brown", handle: "@mauricebrown", testimonial: "Excellent service. Knowledgeable, experienced, and respectful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/master-woodworking-shop-giving-worker-protection-gloves_482257-97946.jpg" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-male-builder-wearing-uniform-safety-helmet-his-thumb-up-pink_141793-74570.jpg" imageSrc="http://img.b2bpic.net/free-photo/professional-plumber-working-sink-home_1150-25257.jpg"
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg", alt: "Customer" }, { src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/young-delivery-man-wor_23-2147914233.jpg", alt: "Customer" }, { src: "http://img.b2bpic.net/free-photo/young-delivery-man-wor_23-2147914233.jpg", alt: "Customer" },
@@ -164,4 +164,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #f0f8ff;
--card: #ffffff; --card: #dceeff;
--foreground: #1c1c1c; --foreground: #001a33;
--primary-cta: #1f3251; --primary-cta: #1e4d8c;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #15479c; --accent: #003366;
--background-accent: #a8cce8; --background-accent: #cce4ff;
/* 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);