4 Commits

Author SHA1 Message Date
192529a5ff Update src/app/page.tsx 2026-04-19 22:14:42 +00:00
71ebd555bc Merge version_3 into main
Merge version_3 into main
2026-04-19 22:13:00 +00:00
07de96611c Update src/app/page.tsx 2026-04-19 22:12:57 +00:00
b0ced34f12 Merge version_2 into main
Merge version_2 into main
2026-04-19 22:11:55 +00:00

View File

@@ -102,7 +102,7 @@ export default function LandingPage() {
title="Exceptional Roofs. Exceptional Care."
description="At ABCO Roofing, we combine over 25 years of industry experience with a commitment to white-glove service. We don't just protect your home; we enhance its value with durable, beautiful roofing systems built to last."
buttons={[
{ text: "View Our Services", href: "#services" }
{ text: "Schedule Your Free Inspection", href: "#contact" }
]}
bulletPoints={[
{
@@ -166,17 +166,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Modern Peoria Estate", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof_23-2149343645.jpg"},
id: "p1", name: "Modern Peoria Estate", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof_23-2149343645.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }},
{
id: "p2", name: "Commercial Office Roof", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-sofia-square-mykhailivska-square-kiev-ukraine_1153-5729.jpg"},
id: "p2", name: "Commercial Office Roof", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-sofia-square-mykhailivska-square-kiev-ukraine_1153-5729.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }},
{
id: "p3", name: "Suburban Roof Upgrade", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg"},
id: "p3", name: "Suburban Roof Upgrade", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-sitting-roof_23-2149343640.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }},
{
id: "p4", name: "Luxury Home Installation", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg"},
id: "p4", name: "Luxury Home Installation", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13174.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }},
{
id: "p5", name: "Multi-Family Roof", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/residential-houses-surrounded-by-greenery_1268-15594.jpg"},
id: "p5", name: "Multi-Family Roof", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/residential-houses-surrounded-by-greenery_1268-15594.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }},
{
id: "p6", name: "Historic Restoration", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg"},
id: "p6", name: "Historic Restoration", price: "Custom Project", imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" }},
]}
title="Completed Projects"
description="Explore our recent installations across Peoria."
@@ -274,4 +274,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}