diff --git a/src/app/page.tsx b/src/app/page.tsx index c984128..2fa8577 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,74 +31,35 @@ export default function LandingPage() {
@@ -137,21 +86,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: Droplets, - title: "Roof Waterproofing", - description: "High-quality sealing for all roof types to prevent water ingress.", - }, - { - icon: Wrench, - title: "Roof Repairs", - description: "Fixed leaks, damaged tiles, and structural roof repairs efficiently.", - }, - { - icon: Building, - title: "Full Roof Restoration", - description: "Complete rejuvenation of your roofing system for long-term durability.", - }, + { icon: Droplets, title: "Roof Waterproofing", description: "High-quality sealing for all roof types to prevent water ingress." }, + { icon: Wrench, title: "Roof Repairs", description: "Fixed leaks, damaged tiles, and structural roof repairs efficiently." }, + { icon: Building, title: "Full Roof Restoration", description: "Complete rejuvenation of your roofing system for long-term durability." } ]} title="Our Specialized Roofing Services" description="Comprehensive solutions tailored to your property needs." @@ -165,42 +102,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Residential Roof Seal", - price: "Expert Job", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg", - }, - { - id: "p2", - name: "Industrial Waterproofing", - price: "Reliable Solution", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", - }, - { - id: "p3", - name: "Tile Replacement", - price: "High Quality", - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", - }, - { - id: "p4", - name: "Commercial Leak Repair", - price: "Effective Fix", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15177.jpg", - }, - { - id: "p5", - name: "Property Protection", - price: "Complete Service", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-paint_23-2149714286.jpg", - }, - { - id: "p6", - name: "Structural Roofing", - price: "Expertise Guaranteed", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-paint-front-view_23-2149714285.jpg", - }, + { id: "p1", name: "Residential Roof Seal", price: "Expert Job", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-earphones_23-2149343656.jpg" }, + { id: "p2", name: "Industrial Waterproofing", price: "Reliable Solution", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg" }, + { id: "p3", name: "Tile Replacement", price: "High Quality", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg" } ]} title="Recent Projects" description="Showcasing our craftsmanship across Bramely and wider Johannesburg." @@ -214,27 +118,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "98%", - title: "Client Satisfaction", - description: "Consistently meeting expectations.", - icon: Smile, - }, - { - id: "m2", - value: "12", - title: "Hour Response", - description: "Rapid turnaround on emergencies.", - icon: Clock, - }, - { - id: "m3", - value: "5yr", - title: "Warranty", - description: "Guaranteed quality of work.", - icon: Award, - }, + { id: "m1", value: "98%", title: "Client Satisfaction", description: "Consistently meeting expectations.", icon: Smile }, + { id: "m2", value: "12", title: "Hour Response", description: "Rapid turnaround on emergencies.", icon: Clock }, + { id: "m3", value: "5yr", title: "Warranty", description: "Guaranteed quality of work.", icon: Award } ]} title="Our Commitment To Quality" description="Setting standards in the Johannesburg roofing industry." @@ -248,26 +134,8 @@ export default function LandingPage() { rating={5} author="Sarah M." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/cheerful-asian-senior-woman-buying-house-scream-joy-making-fist-pump-while-showing-paper-hous_1258-153668.jpg", - alt: "Customer", - }, - { - src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg", - alt: "Customer", - }, - { - src: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg", - alt: "Customer", - }, - { - src: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg", - alt: "Customer", - }, - { - src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", - alt: "Customer", - }, + { src: "http://img.b2bpic.net/free-photo/cheerful-asian-senior-woman-buying-house-scream-joy-making-fist-pump-while-showing-paper-hous_1258-153668.jpg", alt: "Customer" }, + { src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg", alt: "Customer" } ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -277,60 +145,33 @@ export default function LandingPage() {