Merge version_1 into main #2
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Expert Roofing Solutions for Ozarks Homes and Businesses"
|
||||
description="Professional roofing services you can trust. From inspections to installations, we deliver quality workmanship and lasting protection for your property."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Family Owned & Operated"
|
||||
tagIcon={Shield}
|
||||
buttons={[
|
||||
@@ -67,6 +67,7 @@ export default function LandingPage() {
|
||||
{ icon: CheckCircle, label: "Satisfied Customers", value: "98%" },
|
||||
{ icon: Zap, label: "Emergency Response", value: "24/7" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,19 +121,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Springfield, MO", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell - satisfied homeowner"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell - satisfied homeowner"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Cooper", role: "Property Manager", company: "Branson Commercial Properties", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Cooper - commercial client"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Cooper - commercial client"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Maria Rodriguez", role: "Homeowner", company: "Joplin, MO", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Maria Rodriguez - satisfied customer"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Rodriguez - satisfied customer"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Thompson", role: "Facilities Director", company: "Ozarks Regional Hospital", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Thompson - institutional client"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson - institutional client"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -178,7 +179,7 @@ export default function LandingPage() {
|
||||
title="Schedule Your Free Roof Inspection Today"
|
||||
description="Don't wait for roof problems to become expensive emergencies. Contact Ozarks Roofing LLC for a comprehensive evaluation and personalized recommendations."
|
||||
tagIcon={Phone}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg"
|
||||
imageAlt="Contact Ozarks Roofing for expert service"
|
||||
|
||||
Reference in New Issue
Block a user