From 36f0e1c5ac6e77385514df80dd35e3994213e072 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:56:37 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 81 +++------------------------------------- 1 file changed, 6 insertions(+), 75 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4fc7c49..129592f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return (
-- 2.49.1 From 1c122b4b70adacf022b0e061533f3a8d3e7e1ee2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:56:37 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 192 +++++++---------------------------------------- 1 file changed, 28 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbf875a..d532d99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Link } from "next/link"; export default function LandingPage() { return ( @@ -28,53 +29,24 @@ export default function LandingPage() {
@@ -85,26 +57,11 @@ export default function LandingPage() { rating={5} author="Sarah Johnson, CEO" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg", - alt: "Sarah", - }, - { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - alt: "Michael", - }, - { - src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", - alt: "Emily", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-young-builder-orange-work-clothes-yellow-hardhat-with-pencil-ear-dreamily-looking-camera-with-scaffolding-background_574295-1578.jpg", - alt: "David", - }, - { - src: "http://img.b2bpic.net/free-photo/young-attractive-stylish-businesswoman-with-laptop-dreamily-looking-away-city-street_574295-4044.jpg", - alt: "John", - }, + { src: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg", alt: "Sarah" }, + { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Michael" }, + { src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", alt: "Emily" }, + { src: "http://img.b2bpic.net/free-photo/portrait-young-builder-orange-work-clothes-yellow-hardhat-with-pencil-ear-dreamily-looking-camera-with-scaffolding-background_574295-1578.jpg", alt: "David" }, + { src: "http://img.b2bpic.net/free-photo/young-attractive-stylish-businesswoman-with-laptop-dreamily-looking-away-city-street_574295-4044.jpg", alt: "John" } ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -119,33 +76,9 @@ export default function LandingPage() { title="Proven Results" description="Numbers that define our industry leadership." metrics={[ - { - id: "m1", - value: "25+", - title: "Years Experience", - items: [ - "Expert management", - "Proven history", - ], - }, - { - id: "m2", - value: "500+", - title: "Successful Roofs", - items: [ - "Commercial grade", - "Institutional quality", - ], - }, - { - id: "m3", - value: "99%", - title: "Client Retention", - items: [ - "Long term care", - "Trusted partners", - ], - }, + { id: "m1", value: "25+", title: "Years Experience", items: ["Expert management", "Proven history"] }, + { id: "m2", value: "500+", title: "Successful Roofs", items: ["Commercial grade", "Institutional quality"] }, + { id: "m3", value: "99%", title: "Client Retention", items: ["Long term care", "Trusted partners"] } ]} /> @@ -159,51 +92,11 @@ export default function LandingPage() { description="Trusted by industry decision makers across the nation." showRating={true} testimonials={[ - { - id: "t1", - name: "David Miller", - handle: "@dfirm", - testimonial: "Incredible attention to detail.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4006.jpg", - imageAlt: "a bird's eye view of shanghai", - }, - { - id: "t2", - name: "Lisa Wong", - handle: "@lwprop", - testimonial: "Highly recommended for institutional work.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-new-cars-parking-port-automobile-factory_335224-734.jpg?_wi=2", - imageAlt: "a bird's eye view of shanghai", - }, - { - id: "t3", - name: "Robert Kent", - handle: "@rkeng", - testimonial: "Professional and fast delivery.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg?_wi=1", - imageAlt: "a bird's eye view of shanghai", - }, - { - id: "t4", - name: "Susan Reed", - handle: "@sreed", - testimonial: "The best commercial team out there.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-drill-medium-shot_23-2149366636.jpg?_wi=1", - imageAlt: "a bird's eye view of shanghai", - }, - { - id: "t5", - name: "James Smith", - handle: "@jsmith", - testimonial: "Expertise clearly shown in every phase.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14957.jpg?_wi=1", - imageAlt: "a bird's eye view of shanghai", - }, + { id: "t1", name: "David Miller", handle: "@dfirm", testimonial: "Incredible attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-4006.jpg", imageAlt: "a bird's eye view of shanghai" }, + { id: "t2", name: "Lisa Wong", handle: "@lwprop", testimonial: "Highly recommended for institutional work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-new-cars-parking-port-automobile-factory_335224-734.jpg", imageAlt: "a bird's eye view of shanghai" }, + { id: "t3", name: "Robert Kent", handle: "@rkeng", testimonial: "Professional and fast delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg", imageAlt: "a bird's eye view of shanghai" }, + { id: "t4", name: "Susan Reed", handle: "@sreed", testimonial: "The best commercial team out there.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-drill-medium-shot_23-2149366636.jpg", imageAlt: "a bird's eye view of shanghai" }, + { id: "t5", name: "James Smith", handle: "@jsmith", testimonial: "Expertise clearly shown in every phase.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14957.jpg", imageAlt: "a bird's eye view of shanghai" } ]} /> @@ -213,6 +106,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + title="Why Choose Us" + description="Unmatched quality in every project." + features={[{ title: "Quality", description: "High standards" }, { title: "Safety", description: "Certified team" }]} /> @@ -220,40 +116,8 @@ export default function LandingPage() { -- 2.49.1 From a2399c51ffa5092810d11d70d46ebae752bcbd1e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:56:38 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 139 +++----------------------------------- 1 file changed, 10 insertions(+), 129 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index cc67c78..e8af030 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,7 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ServicesPage() { return ( @@ -60,54 +36,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Commercial Roofing", - description: "High-performance systems designed for scale.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg?_wi=2", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/sideways-man-working-roof-with-drill_23-2148748771.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-new-cars-parking-port-automobile-factory_335224-734.jpg?_wi=3", - imageAlt: "commercial roofing texture", - }, - { - title: "Roof Repair", - description: "Precision maintenance and restoration.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/streetlight_23-2148098639.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-drill-medium-shot_23-2149366636.jpg?_wi=2", - imageAlt: "commercial roofing texture", - }, - { - title: "Drone Inspections", - description: "Advanced aerial diagnostic technology.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14957.jpg?_wi=2", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/building-wall_1127-2033.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg", - imageAlt: "commercial roofing texture", - }, - { - title: "Waterproofing", - description: "Engineered protection against the elements.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-high-rise-buildings-modern-city_1359-877.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", - imageAlt: "commercial roofing texture", - }, + { title: "Commercial Roofing", description: "High-performance systems designed for scale.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-together_23-2149343659.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sideways-man-working-roof-with-drill_23-2148748771.jpg" } }, + { title: "Roof Repair", description: "Precision maintenance and restoration.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/streetlight_23-2148098639.jpg" } }, + { title: "Drone Inspections", description: "Advanced aerial diagnostic technology.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14957.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/building-wall_1127-2033.jpg" } }, + { title: "Waterproofing", description: "Engineered protection against the elements.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-high-rise-buildings-modern-city_1359-877.jpg" } } ]} showStepNumbers={false} title="Elite Roofing Solutions" @@ -123,24 +55,8 @@ export default function LandingPage() { title="Service Standards" description="High performance benchmarking." metrics={[ - { - id: "sm1", - value: "100%", - title: "Safety Record", - items: [ - "OSHA certified", - "Risk mitigation", - ], - }, - { - id: "sm2", - value: "24h", - title: "Support Response", - items: [ - "Direct contact", - "Fast resolution", - ], - }, + { id: "sm1", value: "100%", title: "Safety Record", items: ["OSHA certified", "Risk mitigation"] }, + { id: "sm2", value: "24h", title: "Support Response", items: ["Direct contact", "Fast resolution"] } ]} /> @@ -148,42 +64,7 @@ export default function LandingPage() { -- 2.49.1