From ed5bd1dccef48db4fe809a9513e6e68c54e7319c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:44:07 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 42 +++++++++--------------------------------- 1 file changed, 9 insertions(+), 33 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 97f270d..c7b94dd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -76,41 +76,17 @@ export default function AboutPage() { -- 2.49.1 From 503fb09d135e8601f392bdea26fa13f0b878ce10 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:44:08 +0000 Subject: [PATCH 2/4] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 95 ++++++++-------------------------------- 1 file changed, 19 insertions(+), 76 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 7b3b986..03d68ec 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -44,35 +44,14 @@ export default function GalleryPage() { -- 2.49.1 From 35251507c89016d0929c29fd26e55910bba48c84 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:44:08 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 121 ++++++++++------------------------------------- 1 file changed, 26 insertions(+), 95 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 77e8b50..57740f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,34 +71,22 @@ export default function HomePage() { features={[ { icon: Wrench, - title: "Roof Repair", - description: "Fast repairs for leaks, damage, and wear. Same-day inspections available.", - }, + title: "Roof Repair", description: "Fast repairs for leaks, damage, and wear. Same-day inspections available."}, { icon: Search, - title: "Leak Detection", - description: "Advanced technology to locate leaks and prevent costly water damage.", - }, + title: "Leak Detection", description: "Advanced technology to locate leaks and prevent costly water damage."}, { icon: Home, - title: "Roof Replacement", - description: "Complete roof replacement with high-quality materials and expert installation.", - }, + title: "Roof Replacement", description: "Complete roof replacement with high-quality materials and expert installation."}, { icon: Square, - title: "Flat Roof Systems", - description: "Specialized flat roof repairs and installations for commercial properties.", - }, + title: "Flat Roof Systems", description: "Specialized flat roof repairs and installations for commercial properties."}, { icon: Layers, - title: "Tile Roof Repair", - description: "Expert repair and replacement of clay and ceramic tile roofs.", - }, + title: "Tile Roof Repair", description: "Expert repair and replacement of clay and ceramic tile roofs."}, { icon: Zap, - title: "Roof Maintenance", - description: "Regular maintenance programs to extend roof lifespan and prevent issues.", - }, + title: "Roof Maintenance", description: "Regular maintenance programs to extend roof lifespan and prevent issues."}, ]} title="Our Services" description="Comprehensive roofing solutions for South Florida homeowners and businesses" @@ -106,7 +94,7 @@ export default function HomePage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttonAnimation="slide-up" /> @@ -129,35 +117,14 @@ export default function HomePage() { -- 2.49.1 From 0d25ece96396bd8287fd3283c45baa0e1f6c1191 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:44:09 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 59 +++++++++------------------------------ 1 file changed, 13 insertions(+), 46 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9212f19..bab20ec 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -45,34 +45,22 @@ export default function ServicesPage() { features={[ { icon: Wrench, - title: "Roof Repair", - description: "Fast repairs for leaks, damage, and wear. Same-day inspections available. Our experienced team handles emergency repairs with precision.", - }, + title: "Roof Repair", description: "Fast repairs for leaks, damage, and wear. Same-day inspections available. Our experienced team handles emergency repairs with precision."}, { icon: Search, - title: "Leak Detection", - description: "Advanced technology to locate leaks and prevent costly water damage. We use thermal imaging and moisture detection systems.", - }, + title: "Leak Detection", description: "Advanced technology to locate leaks and prevent costly water damage. We use thermal imaging and moisture detection systems."}, { icon: Home, - title: "Roof Replacement", - description: "Complete roof replacement with high-quality materials and expert installation. We work with premium roofing manufacturers.", - }, + title: "Roof Replacement", description: "Complete roof replacement with high-quality materials and expert installation. We work with premium roofing manufacturers."}, { icon: Square, - title: "Flat Roof Systems", - description: "Specialized flat roof repairs and installations for commercial properties. Includes TPO, EPDM, and membrane systems.", - }, + title: "Flat Roof Systems", description: "Specialized flat roof repairs and installations for commercial properties. Includes TPO, EPDM, and membrane systems."}, { icon: Layers, - title: "Tile Roof Repair", - description: "Expert repair and replacement of clay and ceramic tile roofs. We maintain structural integrity and aesthetic appeal.", - }, + title: "Tile Roof Repair", description: "Expert repair and replacement of clay and ceramic tile roofs. We maintain structural integrity and aesthetic appeal."}, { icon: Zap, - title: "Roof Maintenance", - description: "Regular maintenance programs to extend roof lifespan and prevent issues. Quarterly inspections and preventive care available.", - }, + title: "Roof Maintenance", description: "Regular maintenance programs to extend roof lifespan and prevent issues. Quarterly inspections and preventive care available."}, ]} title="Complete Roofing Services" description="From emergency repairs to full replacements, Silverline Roofing offers comprehensive solutions for all your roofing needs across South Florida." @@ -80,7 +68,7 @@ export default function ServicesPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttonAnimation="slide-up" /> @@ -89,35 +77,14 @@ export default function ServicesPage() {