6 Commits

Author SHA1 Message Date
68c38eb35f Merge version_1 into main
Merge version_1 into main
2026-03-21 21:53:01 +00:00
6b99387d4c Update theme colors 2026-03-21 21:52:55 +00:00
03a5c3b43b Merge version_1 into main
Merge version_1 into main
2026-03-21 21:51:04 +00:00
ddd6af8611 Update src/app/page.tsx 2026-03-21 21:51:00 +00:00
3a86eff261 Switch to version 1: modified src/app/page.tsx 2026-03-21 21:49:21 +00:00
6b1148278b Merge version_2 into main
Merge version_2 into main
2026-03-21 21:44:10 +00:00
2 changed files with 10 additions and 16 deletions

View File

@@ -26,12 +26,6 @@ export default function LandingPage() {
secondaryButtonStyle="solid"
headingFontWeight="medium"
>
<div id="banner" data-section="banner">
<div className="w-full bg-gradient-to-r from-blue-600 to-blue-800 py-3 px-4 text-center">
<img src="http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=1" alt="Southwest Plumber Logo" className="h-12 mx-auto" />
</div>
</div>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Southwest Plumber"
@@ -144,7 +138,7 @@ export default function LandingPage() {
testimonials={[
{ id: "review-1", name: "Mark Thompson", date: "2 weeks ago", title: "Fast Emergency Service", quote: "Burst pipe at 2 AM and Southwest Plumber was here within 30 minutes. Professional, efficient, and honest pricing. Couldn't have asked for better.", tag: "Emergency Response", avatarSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg", avatarAlt: "Mark Thompson", imageSrc: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-using-digital-tablet-kitchen_107420-84983.jpg?_wi=2" },
{ id: "review-2", name: "Sarah Mitchell", date: "1 month ago", title: "Excellent Heating Installation", quote: "We had our boiler replaced and the team was fantastic. Clean, professional, and they explained everything clearly. Highly recommended for Bristol residents.", tag: "Installation", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2" },
{ id: "review-3", name: "James Robinson", date: "3 weeks ago", title: "Trustworthy Local Plumber", quote: "Been using Southwest Plumber for 5 years. Never let me down. Great communication, fair prices, and always on time. This is who I recommend to all my friends in Bristol.", tag: "Local Expert", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-hugging-pillow-white-background_114579-78200.jpg", avatarAlt: "James Robinson", imageSrc: "http://img.b2bpic.net/free-photo/handyman-helping-senior-woman-kitchen_1098-17865.jpg?_wi=3" },
{ id: "review-3", name: "Samantha Robinson", date: "3 weeks ago", title: "Trustworthy Local Plumber", quote: "Been using Southwest Plumber for 5 years. Never let me down. Great communication, fair prices, and always on time. This is who I recommend to all my friends in Bristol.", tag: "Local Expert", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-hugging-pillow-white-background_114579-78200.jpg", avatarAlt: "Samantha Robinson", imageSrc: "http://img.b2bpic.net/free-photo/handyman-helping-senior-woman-kitchen_1098-17865.jpg?_wi=3" },
{ id: "review-4", name: "Emma Wilson", date: "1 month ago", title: "Bathroom Renovation Success", quote: "Completed our full bathroom renovation beautifully. The team was professional, minimized disruption, and the final result exceeded expectations. Exceptional service!", tag: "Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14249.jpg", avatarAlt: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53677.jpg?_wi=2" }
]}
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);