From ccceebbb745c69d1be6d7bd64f172ce8bd5b941d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 16:49:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 224 ++++++++++------------------------------------- 1 file changed, 44 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bb1f8f..dfa9b41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,31 +18,23 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -120,10 +67,7 @@ export default function LandingPage() { useInvertedBackground={false} title="About Our Family Business" description={[ - "DeVito Plumbing & Heating has been serving the community for years with dedication, professionalism, and expert craftsmanship.", - "From emergency leaks to complex boiler installations, we treat every home with respect and ensure our work is impeccable.", - "Our team consists of knowledgeable professionals committed to reasonable pricing and superior results.", - ]} + "DeVito Plumbing & Heating has been serving the community for years with dedication, professionalism, and expert craftsmanship.", "From emergency leaks to complex boiler installations, we treat every home with respect and ensure our work is impeccable.", "Our team consists of knowledgeable professionals committed to reasonable pricing and superior results."]} /> @@ -134,27 +78,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Boiler & Heating", - description: "Professional installation and maintenance of high-efficiency gas boilers.", - imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23720.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg", - buttonText: "Learn More", - }, - { - title: "Emergency Repairs", - description: "Urgent response for leaks and plumbing failures, anytime you need us.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-warming-up-hands-near-heater_23-2149339534.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-getting-warm-near-heater_23-2149395809.jpg", - buttonText: "Learn More", - }, - { - title: "Water Heaters", - description: "Quality installation of durable water heaters for reliable hot water supply.", - imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-14812.jpg", - buttonText: "Learn More", - }, + { title: "Boiler & Heating", description: "Professional installation and maintenance of high-efficiency gas boilers.", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23720.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-53780.jpg", buttonText: "Learn More" }, + { title: "Emergency Repairs", description: "Urgent response for leaks and plumbing failures, anytime you need us.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-warming-up-hands-near-heater_23-2149339534.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-getting-warm-near-heater_23-2149395809.jpg", buttonText: "Learn More" }, + { title: "Water Heaters", description: "Quality installation of durable water heaters for reliable hot water supply.", imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-14812.jpg", buttonText: "Learn More" }, ]} title="Our Expert Services" description="Comprehensive plumbing and heating solutions tailored for your residential needs." @@ -165,31 +91,11 @@ export default function LandingPage() { @@ -245,17 +132,11 @@ export default function LandingPage() {
@@ -263,33 +144,16 @@ export default function LandingPage() {