Update src/app/shingle-roofing/page.tsx
This commit is contained in:
@@ -25,7 +25,7 @@ const ShingleRoofingPage = () => {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -53,7 +53,7 @@ const ShingleRoofingPage = () => {
|
||||
{ value: "25+", title: "Years of proven durability" },
|
||||
{ value: "Warranty", title: "Comprehensive coverage included" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg"
|
||||
imageAlt="Quality shingle roofing installation"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -71,32 +71,14 @@ const ShingleRoofingPage = () => {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Affordable Quality",
|
||||
author: "Best Value Roofing",
|
||||
description: "Quality shingles provide excellent protection at a reasonable cost. Great for homeowners who want reliable roofing without premium pricing.",
|
||||
tags: ["Cost Effective", "Value Rated"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-plant-shareholders-conducting-research-reading-paperwork_482257-123385.jpg?_wi=3",
|
||||
imageAlt: "Affordable quality roofing",
|
||||
},
|
||||
id: "1", title: "Affordable Quality", author: "Best Value Roofing", description: "Quality shingles provide excellent protection at a reasonable cost. Great for homeowners who want reliable roofing without premium pricing.", tags: ["Cost Effective", "Value Rated"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industrial-plant-shareholders-conducting-research-reading-paperwork_482257-123385.jpg", imageAlt: "Affordable quality roofing"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Easy Maintenance",
|
||||
author: "Simple Care",
|
||||
description: "Shingle roofs are straightforward to inspect, maintain, and repair. Local contractors are familiar with shingle systems throughout Florida.",
|
||||
tags: ["Low Maintenance", "Easy Repairs"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42833.jpg?_wi=2",
|
||||
imageAlt: "Professional maintenance",
|
||||
},
|
||||
id: "2", title: "Easy Maintenance", author: "Simple Care", description: "Shingle roofs are straightforward to inspect, maintain, and repair. Local contractors are familiar with shingle systems throughout Florida.", tags: ["Low Maintenance", "Easy Repairs"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42833.jpg", imageAlt: "Professional maintenance"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Weather Resistance",
|
||||
author: "Florida Tested",
|
||||
description: "Modern shingles stand up to Florida weather. Wind ratings meet hurricane code requirements for coastal and inland homes.",
|
||||
tags: ["Weather Tested", "Code Compliant"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359695.jpg?_wi=3",
|
||||
imageAlt: "Weather resistant materials",
|
||||
},
|
||||
id: "3", title: "Weather Resistance", author: "Florida Tested", description: "Modern shingles stand up to Florida weather. Wind ratings meet hurricane code requirements for coastal and inland homes.", tags: ["Weather Tested", "Code Compliant"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359695.jpg", imageAlt: "Weather resistant materials"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -119,7 +101,7 @@ const ShingleRoofingPage = () => {
|
||||
{ text: "Learn More", href: "/" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,19 +114,13 @@ const ShingleRoofingPage = () => {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/roofsonly",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/roofsonly", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/roofsonly",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/roofsonly", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/roofsonly",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/roofsonly", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user