diff --git a/src/app/page.tsx b/src/app/page.tsx
index 333114b..e3f1ab2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -20,7 +20,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
- background="noiseDiagonalGradient"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -37,9 +37,7 @@ export default function HomePage() {
{ name: "Areas", id: "service-areas" },
]}
button={{
- text: "Call Now",
- href: "tel:(629)239-1101",
- }}
+ text: "Call Now", href: "tel:(629)239-1101"}}
animateOnLoad={true}
/>
@@ -49,16 +47,12 @@ export default function HomePage() {
@@ -49,44 +47,20 @@ export default function ServicesPage() {
tagIcon={Hammer}
features={[
{
- title: "Roof Replacement",
- description: "Complete roof replacement with premium materials, professional installation, full warranty coverage, and transparent pricing. We handle all aspects from removal to final inspection.",
- imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg?_wi=2",
- imageAlt: "Professional roof replacement installation",
- button: {
- text: "Get Quote",
- href: "#",
- },
+ title: "Roof Replacement", description: "Complete roof replacement with premium materials, professional installation, full warranty coverage, and transparent pricing. We handle all aspects from removal to final inspection.", imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg", imageAlt: "Professional roof replacement installation", button: {
+ text: "Get Quote", href: "#"},
},
{
- title: "Roof Repair",
- description: "Fast and reliable roof repair services for leaks, damaged shingles, flashing issues, and weather-related damage. Our quick response times minimize damage to your home.",
- imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=2",
- imageAlt: "Expert roof repair work",
- button: {
- text: "Schedule Now",
- href: "#",
- },
+ title: "Roof Repair", description: "Fast and reliable roof repair services for leaks, damaged shingles, flashing issues, and weather-related damage. Our quick response times minimize damage to your home.", imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", imageAlt: "Expert roof repair work", button: {
+ text: "Schedule Now", href: "#"},
},
{
- title: "Storm Damage Repair",
- description: "Emergency storm damage inspections and restoration. We work directly with your insurance company to handle claims, making the entire process stress-free for you.",
- imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=2",
- imageAlt: "Storm damage assessment and repair",
- button: {
- text: "Emergency Service",
- href: "tel:(629)239-1101",
- },
+ title: "Storm Damage Repair", description: "Emergency storm damage inspections and restoration. We work directly with your insurance company to handle claims, making the entire process stress-free for you.", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Storm damage assessment and repair", button: {
+ text: "Emergency Service", href: "tel:(629)239-1101"},
},
{
- title: "Gutter Services",
- description: "New gutter installation, replacement, and maintenance. Seamless gutters protect your home from water damage and enhance your property's appearance.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-light-switch-wooden-wall_181624-19635.jpg?_wi=2",
- imageAlt: "Professional gutter installation",
- button: {
- text: "Learn More",
- href: "#",
- },
+ title: "Gutter Services", description: "New gutter installation, replacement, and maintenance. Seamless gutters protect your home from water damage and enhance your property's appearance.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-light-switch-wooden-wall_181624-19635.jpg", imageAlt: "Professional gutter installation", button: {
+ text: "Learn More", href: "#"},
},
]}
gridVariant="bento-grid"
@@ -102,15 +76,10 @@ export default function ServicesPage() {