From bb751460f3e954a4adeb16738f2f77f30e637409 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 00:39:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 275 ++++++----------------------------------------- 1 file changed, 35 insertions(+), 240 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 010ba39..6bed78e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,40 +20,22 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="largeSmall" - background="blurBottom" - cardStyle="inset" - primaryButtonStyle="primary-glow" + background="noiseDiagonalGradient" + cardStyle="glass-depth" + primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" - headingFontWeight="normal" + headingFontWeight="semibold" > @@ -150,150 +73,54 @@ export default function LandingPage() { useInvertedBackground={true} tag="Why Choose Us" title="Excellence in Plumbing" - description="Davis & Green Services is committed to professionalism. We provide clear communication, transparent fair pricing, and friendly service every time." + description="Davis & Green Services is committed to professionalism. We provide clear communication, transparent pricing, and friendly service." subdescription="Our team ensures your home plumbing is handled with care and high-quality standards." icon={Shield} imageSrc="http://img.b2bpic.net/free-photo/car-repairman-with-protective-face-mask-texting-smart-phone-his-workshop_637285-9332.jpg" - mediaAnimation="slide-up" />
); -} +} \ No newline at end of file -- 2.49.1