From e4f183b024e86ba80b26f4e086aeba8dc151adb7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:47:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c00d40e..88f2e46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,7 +24,7 @@ export default function LandingPage() { cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="medium" + headingFontWeight="bold" > @@ -85,6 +87,8 @@ export default function LandingPage() { { id: "3", title: "Electrical Problems", content: "Water near electrical wiring is a serious fire hazard and can damage your home's entire electrical system." }, { id: "4", title: "Expensive Repairs", content: "Small leaks left untreated can snowball into $10,000+ repair jobs. Prevention and early detection save money." } ]} + titleClassName="font-bold text-4xl md:text-5xl lg:text-6xl" + descriptionClassName="text-lg font-medium" /> @@ -103,6 +107,8 @@ export default function LandingPage() { { id: "3", title: "Fair Prices, No Surprises", content: "Quality roofing work without ridiculous invoices. We quote fairly and stick to it. No hidden fees, just honest service." }, { id: "4", title: "Local & Trusted", content: "Real customers across the area trust Raincheck with their roofs. Ask your neighbors — we've probably fixed theirs too." } ]} + titleClassName="font-bold text-4xl md:text-5xl lg:text-6xl" + descriptionClassName="text-lg font-medium" /> @@ -122,6 +128,9 @@ export default function LandingPage() { { id: "5", brand: "Raincheck", name: "Roof Tile Repairs", price: "Starting at $200", rating: 5, reviewCount: "110+", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530697.jpg?_wi=2", imageAlt: "Roof tile repair and replacement" }, { id: "6", brand: "Raincheck", name: "Diamond Cuts & Roofing", price: "Starting at $500", rating: 5, reviewCount: "52+", imageSrc: "http://img.b2bpic.net/free-photo/adult-man-sitting-bench-learning_23-2148181511.jpg?_wi=4", imageAlt: "Professional roofing modifications" } ]} + textBoxTitleClassName="font-bold text-4xl md:text-5xl" + textBoxDescriptionClassName="text-lg font-medium" + buttonClassName="font-bold" /> @@ -139,6 +148,9 @@ export default function LandingPage() { { id: "5", title: "Local, Reliable, Friendly", quote: "Living locally, Mark's been a lifesaver multiple times. He shows up when he says he will, does quality work, and actually explains what's happening. Rare to find these days.", name: "James Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-wearing-glasses-waving-hello_74855-3467.jpg", imageAlt: "James Chen" }, { id: "6", title: "Emergency Service That Matters", quote: "Had a roof leak during heavy storms. Called Raincheck and they came out same day. Fixed it properly so we didn't have to worry. That's real customer service.", name: "Maria Garcia", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageAlt: "Maria Garcia" } ]} + textBoxTitleClassName="font-bold text-4xl md:text-5xl" + textBoxDescriptionClassName="text-lg font-medium" + testimonialTitleClassName="font-bold text-xl" /> @@ -156,6 +168,9 @@ export default function LandingPage() { { id: "3", value: "Step 3", description: "We fix the problem properly" }, { id: "4", value: "Step 4", description: "You stop stressing every time it rains" } ]} + textBoxTitleClassName="font-bold text-4xl md:text-5xl" + textBoxDescriptionClassName="text-lg font-medium" + valueClassName="font-bold text-2xl md:text-3xl" /> @@ -174,6 +189,9 @@ export default function LandingPage() { inputPlaceholder="Your email address" buttonText="Get Free Inspection" termsText="We respect your privacy. We'll only contact you about your roof inspection request." + titleClassName="font-bold text-4xl md:text-5xl" + descriptionClassName="text-lg font-medium" + buttonClassName="font-bold" /> @@ -196,6 +214,9 @@ export default function LandingPage() { { id: "5", title: "What areas do you service?", content: "We're local and service the surrounding suburbs. Give us a call with your location and we'll let you know if you're in our service area." }, { id: "6", title: "Do you guarantee your work?", content: "Yes, all our work comes with a satisfaction guarantee. If you're not happy, we'll make it right. Your trust is our most important asset." } ]} + textBoxTitleClassName="font-bold text-4xl md:text-5xl" + textBoxDescriptionClassName="text-lg font-medium" + accordionTitleClassName="font-bold text-lg" /> @@ -208,4 +229,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}