Update src/app/page.tsx
This commit is contained in:
@@ -56,7 +56,7 @@ export default function HomePage() {
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Now (770) 882-7196", href: "tel:(770) 882-7196" },
|
||||
{ text: "Get Free Inspection Today", href: "tel:(770) 882-7196" },
|
||||
{ text: "Get a Free Quote", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -92,36 +92,28 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Insulation Installation",
|
||||
description: "Professional insulation installation to improve energy efficiency and indoor comfort year-round",
|
||||
icon: Zap,
|
||||
title: "Insulation Installation", description: "Professional insulation installation to improve energy efficiency and indoor comfort year-round", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-wood_23-2148748789.jpg?_wi=2", imageAlt: "Insulation installation service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-having-communication-problems_23-2149354287.jpg?_wi=1", imageAlt: "Insulation project completed" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Air Leak Sealing",
|
||||
description: "Stop drafts and air leaks to lower your energy bills and maintain consistent temperatures",
|
||||
icon: Wind,
|
||||
title: "Air Leak Sealing", description: "Stop drafts and air leaks to lower your energy bills and maintain consistent temperatures", icon: Wind,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-male-electrician-fixing-plug-white-wall_23-2148087580.jpg?_wi=1", imageAlt: "Air sealing service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15077.jpg?_wi=1", imageAlt: "Air sealing project results" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Drywall Repair",
|
||||
description: "Clean, seamless drywall repair and finishing after insulation work or renovations",
|
||||
icon: Square,
|
||||
title: "Drywall Repair", description: "Clean, seamless drywall repair and finishing after insulation work or renovations", icon: Square,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-is-cutting-wallpaper-maintenance-repair-works-renovation-flat-apartment-renovation-restoration-idea-indoors_166373-2214.jpg?_wi=1", imageAlt: "Drywall repair service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg?_wi=1", imageAlt: "Professional drywall finishing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Remodeling Support",
|
||||
description: "Insulation solutions and expert support for your home renovation and remodeling projects",
|
||||
icon: Home,
|
||||
title: "Remodeling Support", description: "Insulation solutions and expert support for your home renovation and remodeling projects", icon: Home,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-grinding-metal-steel-objects-workshop-with-tools_1163-3130.jpg?_wi=2", imageAlt: "Remodeling project support" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-wood_23-2148748789.jpg?_wi=3", imageAlt: "Renovation support service" },
|
||||
@@ -191,4 +183,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user