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() { 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() { 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() { 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() {