Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5c2524419 | |||
| 192529a5ff | |||
| 71ebd555bc | |||
| 07de96611c | |||
| b0ced34f12 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user