From 5b56a0feae9f4e8ff0252e5c46c5b46679bdc119 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 05:30:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb2de0a..5882893 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,13 +10,23 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import Link from 'next/link'; export default function Page() { const navItems = [{ name: "Home", id: "/" }]; return ( - + @@ -36,6 +46,7 @@ export default function Page() { textboxLayout="default" title="Trusted by Hundreds of Arizona Homeowners" description="Don't just take our word for it—our clients value our transparent, premium service." + useInvertedBackground={false} testimonials={[{ id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "They made the entire process effortless—from inspection to insurance. The results were incredible.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg" }, { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Great communication from start to finish. The team kept me informed every step.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401689.jpg" }, { id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "The finished roof looks incredible. Fair pricing and incredible quality.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-young-black-mulatto-woman-beige-shirt-crossing-arms-chest-looking-with-confident-toothy-smile-posing-indoors-against-stylish-kitchen-interior_343059-2649.jpg" }, { id: "4", name: "David Kim", handle: "@dkim", testimonial: "Fast, clean, professional crew. It’s honestly scary choosing a roofing company here—but they made it easy.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-pointing-away_23-2148377858.jpg" }, { id: "5", name: "Jessica Taylor", handle: "@jtaylor", testimonial: "The communication, quality, and support were unmatched. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/furious-businessman-talking-smartphone-standing-stairs-finance-corporate-company-working-overtime-group-professional-successful-businesspeople-working-modern-finacial-building_482257-13830.jpg" }]} /> @@ -44,11 +55,12 @@ export default function Page() { textboxLayout="default" title="Complete Roofing Solutions" description="We offer specialized solutions tailored for the Arizona climate." + useInvertedBackground={false} features={[{ title: "Roof Replacement", description: "Premium materials built to last in Arizona heat.", imageSrc: "http://img.b2bpic.net/free-photo/panorama-chisinau-arena-filmed-drone-sunset-moldova_1268-16014.jpg" }, { title: "Roof Inspections", description: "Free, detailed inspections with honest recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_74190-4523.jpg" }, { title: "Storm Damage Repair", description: "We handle insurance claims from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-outdoors_23-2149714259.jpg" }, { title: "Tile Roofing", description: "Durable, energy-efficient, and elegant solutions.", imageSrc: "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg" }, { title: "Shingle Roofing", description: "Affordable and reliable protection for your home.", imageSrc: "http://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107136.jpg" }, { title: "Patio & Flat Roofs", description: "Specialized solutions for Arizona patios.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-athletes-warming-up-before-workout_1098-19295.jpg" }]} />
- +
@@ -65,6 +78,7 @@ export default function Page() { textboxLayout="default" title="Our Proven Process" description="We make roofing easy and transparent." + useInvertedBackground={false} features={[{ title: "1. Free Inspection", description: "We assess your roof thoroughly.", imageSrc: "http://img.b2bpic.net/free-photo/old-roof-architecture-quebec-city_649448-2146.jpg" }, { title: "2. Clear Estimate", description: "No surprises. Full transparency.", imageSrc: "http://img.b2bpic.net/free-photo/concrete-building_1127-2031.jpg" }, { title: "3. Insurance Support", description: "We handle paperwork and claims.", imageSrc: "http://img.b2bpic.net/free-photo/urban-wall-surface_23-2148107093.jpg" }, { title: "4. Expert Installation", description: "Fast, clean, professional work.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-into-solid-fuel-boiler-working-with-biofuels-economical-heating-top-view_169016-14804.jpg" }, { title: "5. Final Inspection", description: "We don’t leave until it’s perfect.", imageSrc: "http://img.b2bpic.net/free-photo/idea-simple-wallpaper-your-desktop-varied-pattern-track-made-multicolored-rectangular-brick-tiles-abstract-background-from-old-brick-ceramic-cobblestone-top-view_166373-2667.jpg" }]} /> @@ -74,6 +88,7 @@ export default function Page() { textboxLayout="default" title="Roofing Made Affordable" description="Flexible financing options available. Get the roof you need without the stress." + useInvertedBackground={false} plans={[{ id: "p1", badge: "Popular", price: "$0 Down", subtitle: "Easy monthly payments", features: ["Quick approval", "Low interest", "Easy terms"] }, { id: "p2", badge: "Best Value", price: "Flexible", subtitle: "Customized plans", features: ["Flexible schedule", "No early payoff fees", "High credit limit"] }, { id: "p3", badge: "Standard", price: "12mo", subtitle: "Deferred interest", features: ["No interest for 12 months", "Simple application", "Fast funding"] }]} /> @@ -84,6 +99,7 @@ export default function Page() { description="Protect your home before the next storm hits. Get a free inspection today." imageSrc="http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg" mediaAnimation="slide-up" + useInvertedBackground={false} background={{ variant: "plain" }} /> -- 2.49.1