Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -55,25 +55,25 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Wes G.", handle: "Tampa Client", rating: 5,
|
||||
testimonial: "We've now had three roofs done with Jack and his team, and each experience has been outstanding in terms of customer service, quality, and pricing.", imageSrc: "https://pixabay.com/get/g5113cb2d276a4796b1b256d8e373456bdcbfbd3baa061284b0836dbe102845141ded3229a7f4dc2929ff9dd809627e2bf6b5b924c0f6f5eb548fca8c251f3e5c_1280.jpg", imageAlt: "professional roofing crew replacing roof"},
|
||||
testimonial: "We've now had three roofs done with Jack and his team, and each experience has been outstanding in terms of customer service, quality, and pricing.", imageSrc: "https://pixabay.com/get/g5113cb2d276a4796b1b256d8e373456bdcbfbd3baa061284b0836dbe102845141ded3229a7f4dc2929ff9dd809627e2bf6b5b924c0f6f5eb548fca8c251f3e5c_1280.jpg?_wi=1", imageAlt: "professional roofing crew replacing roof"},
|
||||
{
|
||||
name: "J. Muz", handle: "Tampa Client", rating: 5,
|
||||
testimonial: "Jack came out when 3 others could not be bothered. The inspector stated, 'It looks like a new roof.' Thanks Jack!", imageSrc: "https://pixabay.com/get/g8816249a5a08ecaab3254f2193a61657707bc54cc5f4358f0b5c20df125342265e0d2f3d878e97f91bf634e24e430695df5f3370f513d4305970fd76791d7918_1280.jpg", imageAlt: "professional roofer checking inspection"},
|
||||
testimonial: "Jack came out when 3 others could not be bothered. The inspector stated, 'It looks like a new roof.' Thanks Jack!", imageSrc: "https://pixabay.com/get/g8816249a5a08ecaab3254f2193a61657707bc54cc5f4358f0b5c20df125342265e0d2f3d878e97f91bf634e24e430695df5f3370f513d4305970fd76791d7918_1280.jpg?_wi=1", imageAlt: "professional roofer checking inspection"},
|
||||
{
|
||||
name: "DeAnn W.", handle: "Tampa Client", rating: 5,
|
||||
testimonial: "They were prompt, efficient, and exceeded our expectations from start to finish.", imageSrc: "https://pixabay.com/get/g2943fd0ebd370d4396c258168b11416739f02bd18f4d30763909e608e572f6ca67b75d043969d0fcc49a108436ca5d088d988b3004d40116555b4fad7c5764cd_1280.jpg", imageAlt: "professional roofing installation project"},
|
||||
testimonial: "They were prompt, efficient, and exceeded our expectations from start to finish.", imageSrc: "https://pixabay.com/get/g2943fd0ebd370d4396c258168b11416739f02bd18f4d30763909e608e572f6ca67b75d043969d0fcc49a108436ca5d088d988b3004d40116555b4fad7c5764cd_1280.jpg?_wi=1", imageAlt: "professional roofing installation project"},
|
||||
{
|
||||
name: "Tammy R.", handle: "Tampa Client", rating: 5,
|
||||
testimonial: "Jack was able to help us get set up to have insurance pay for the hurricane damage. He was FAST!", imageSrc: "https://pixabay.com/get/g72b4f19aa7a667a76aedd961880891211282866354c0aa51a2a04e586968704be05b066592e16257e831051566c9c080493949f208e61752678b12264fc3215b_1280.jpg", imageAlt: "roof repair service inspection"},
|
||||
testimonial: "Jack was able to help us get set up to have insurance pay for the hurricane damage. He was FAST!", imageSrc: "https://pixabay.com/get/g72b4f19aa7a667a76aedd961880891211282866354c0aa51a2a04e586968704be05b066592e16257e831051566c9c080493949f208e61752678b12264fc3215b_1280.jpg?_wi=1", imageAlt: "roof repair service inspection"},
|
||||
{
|
||||
name: "Amanda M.", handle: "Tampa Client", rating: 5,
|
||||
testimonial: "10/10 recommend. The job was done within 2 days, communication was amazing.", imageSrc: "https://pixabay.com/get/g43ce2707ef357670f04e40c943e8ccc1c0fbc0b2d2d01f296603bb854586d49a6ecb536c979c4f9d2a5b41e4ff0e186d9b9ca7b2a3481ac24132811f6991cc7a_1280.jpg", imageAlt: "professional home insurance claim inspection"},
|
||||
testimonial: "10/10 recommend. The job was done within 2 days, communication was amazing.", imageSrc: "https://pixabay.com/get/g43ce2707ef357670f04e40c943e8ccc1c0fbc0b2d2d01f296603bb854586d49a6ecb536c979c4f9d2a5b41e4ff0e186d9b9ca7b2a3481ac24132811f6991cc7a_1280.jpg?_wi=1", imageAlt: "professional home insurance claim inspection"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Roof Inspection", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://pixabay.com/get/g5113cb2d276a4796b1b256d8e373456bdcbfbd3baa061284b0836dbe102845141ded3229a7f4dc2929ff9dd809627e2bf6b5b924c0f6f5eb548fca8c251f3e5c_1280.jpg"
|
||||
imageSrc="https://pixabay.com/get/g5113cb2d276a4796b1b256d8e373456bdcbfbd3baa061284b0836dbe102845141ded3229a7f4dc2929ff9dd809627e2bf6b5b924c0f6f5eb548fca8c251f3e5c_1280.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://pixabay.com/get/g5113cb2d276a4796b1b256d8e373456bdcbfbd3baa061284b0836dbe102845141ded3229a7f4dc2929ff9dd809627e2bf6b5b924c0f6f5eb548fca8c251f3e5c_1280.jpg", alt: "Client 1"},
|
||||
@@ -116,7 +116,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Proven Quality", description: "Our work passes every inspection with flying colors."},
|
||||
]}
|
||||
imageSrc="https://pixabay.com/get/g8816249a5a08ecaab3254f2193a61657707bc54cc5f4358f0b5c20df125342265e0d2f3d878e97f91bf634e24e430695df5f3370f513d4305970fd76791d7918_1280.jpg"
|
||||
imageSrc="https://pixabay.com/get/g8816249a5a08ecaab3254f2193a61657707bc54cc5f4358f0b5c20df125342265e0d2f3d878e97f91bf634e24e430695df5f3370f513d4305970fd76791d7918_1280.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -129,11 +129,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1", title: "Full Roof Replacement", description: "Premium materials, zero shortcuts, 1–2 day turnaround.", imageSrc: "https://pixabay.com/get/g2943fd0ebd370d4396c258168b11416739f02bd18f4d30763909e608e572f6ca67b75d043969d0fcc49a108436ca5d088d988b3004d40116555b4fad7c5764cd_1280.jpg"},
|
||||
id: "s1", title: "Full Roof Replacement", description: "Premium materials, zero shortcuts, 1–2 day turnaround.", imageSrc: "https://pixabay.com/get/g2943fd0ebd370d4396c258168b11416739f02bd18f4d30763909e608e572f6ca67b75d043969d0fcc49a108436ca5d088d988b3004d40116555b4fad7c5764cd_1280.jpg?_wi=2"},
|
||||
{
|
||||
id: "s2", title: "Professional Repairs", description: "Fast diagnosis for leaks, storm damage, and wear.", imageSrc: "https://pixabay.com/get/g72b4f19aa7a667a76aedd961880891211282866354c0aa51a2a04e586968704be05b066592e16257e831051566c9c080493949f208e61752678b12264fc3215b_1280.jpg"},
|
||||
id: "s2", title: "Professional Repairs", description: "Fast diagnosis for leaks, storm damage, and wear.", imageSrc: "https://pixabay.com/get/g72b4f19aa7a667a76aedd961880891211282866354c0aa51a2a04e586968704be05b066592e16257e831051566c9c080493949f208e61752678b12264fc3215b_1280.jpg?_wi=2"},
|
||||
{
|
||||
id: "s3", title: "Insurance Assistance", description: "Navigating hurricane claims with paperwork handled.", imageSrc: "https://pixabay.com/get/g43ce2707ef357670f04e40c943e8ccc1c0fbc0b2d2d01f296603bb854586d49a6ecb536c979c4f9d2a5b41e4ff0e186d9b9ca7b2a3481ac24132811f6991cc7a_1280.jpg"},
|
||||
id: "s3", title: "Insurance Assistance", description: "Navigating hurricane claims with paperwork handled.", imageSrc: "https://pixabay.com/get/g43ce2707ef357670f04e40c943e8ccc1c0fbc0b2d2d01f296603bb854586d49a6ecb536c979c4f9d2a5b41e4ff0e186d9b9ca7b2a3481ac24132811f6991cc7a_1280.jpg?_wi=2"},
|
||||
]}
|
||||
title="What We Do — And Do Exceptionally Well"
|
||||
description="Premium roofing solutions tailored for the Tampa Bay area."
|
||||
@@ -147,11 +147,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "500+", title: "Roofs Completed", description: "Reliable craftsmanship you can count on.", imageSrc: "https://pixabay.com/get/g563fed6a06e8c369bb1f63b822b444de3fd4717e74a0e389bbed397d442e879f4be286d23123a898658e909726aa4e5ef4e77c0c245973081e3a317c37e4a529_1280.jpg"},
|
||||
id: "m1", value: "500+", title: "Roofs Completed", description: "Reliable craftsmanship you can count on.", imageSrc: "https://pixabay.com/get/g563fed6a06e8c369bb1f63b822b444de3fd4717e74a0e389bbed397d442e879f4be286d23123a898658e909726aa4e5ef4e77c0c245973081e3a317c37e4a529_1280.jpg?_wi=1"},
|
||||
{
|
||||
id: "m2", value: "5-Star", title: "Google Rating", description: "Verified local homeowners love our work.", imageSrc: "https://pixabay.com/get/g2943fd0ebd370d4396c258168b11416739f02bd18f4d30763909e608e572f6ca67b75d043969d0fcc49a108436ca5d088d988b3004d40116555b4fad7c5764cd_1280.jpg"},
|
||||
id: "m2", value: "5-Star", title: "Google Rating", description: "Verified local homeowners love our work.", imageSrc: "https://pixabay.com/get/g2943fd0ebd370d4396c258168b11416739f02bd18f4d30763909e608e572f6ca67b75d043969d0fcc49a108436ca5d088d988b3004d40116555b4fad7c5764cd_1280.jpg?_wi=3"},
|
||||
{
|
||||
id: "m3", value: "1–2 Day", title: "Avg. Job Time", description: "Fast, clean, and highly efficient.", imageSrc: "https://pixabay.com/get/g72b4f19aa7a667a76aedd961880891211282866354c0aa51a2a04e586968704be05b066592e16257e831051566c9c080493949f208e61752678b12264fc3215b_1280.jpg"},
|
||||
id: "m3", value: "1–2 Day", title: "Avg. Job Time", description: "Fast, clean, and highly efficient.", imageSrc: "https://pixabay.com/get/g72b4f19aa7a667a76aedd961880891211282866354c0aa51a2a04e586968704be05b066592e16257e831051566c9c080493949f208e61752678b12264fc3215b_1280.jpg?_wi=3"},
|
||||
]}
|
||||
title="Why Homeowners Choose Alpha"
|
||||
description="Commitment that speaks for itself."
|
||||
@@ -167,19 +167,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Wes G.", role: "Homeowner", company: "Alpha Roofing", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g563fed6a06e8c369bb1f63b822b444de3fd4717e74a0e389bbed397d442e879f4be286d23123a898658e909726aa4e5ef4e77c0c245973081e3a317c37e4a529_1280.jpg", imageAlt: "satisfied homeowner looking at new roof"},
|
||||
imageSrc: "https://pixabay.com/get/g563fed6a06e8c369bb1f63b822b444de3fd4717e74a0e389bbed397d442e879f4be286d23123a898658e909726aa4e5ef4e77c0c245973081e3a317c37e4a529_1280.jpg?_wi=2", imageAlt: "satisfied homeowner looking at new roof"},
|
||||
{
|
||||
id: "t2", name: "J. Muz", role: "Homeowner", company: "Alpha Roofing", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/gf638ef8efe80e6125d680c2a20aa958607c3313a1dae1ec20136cb913d678cab065ded6c750bde8051a960440a1e0db3f756494346a7a04c00e4fb5b27a65e78_1280.jpg", imageAlt: "professional roofer holding tablet"},
|
||||
imageSrc: "https://pixabay.com/get/gf638ef8efe80e6125d680c2a20aa958607c3313a1dae1ec20136cb913d678cab065ded6c750bde8051a960440a1e0db3f756494346a7a04c00e4fb5b27a65e78_1280.jpg?_wi=1", imageAlt: "professional roofer holding tablet"},
|
||||
{
|
||||
id: "t3", name: "DeAnn W.", role: "Homeowner", company: "Alpha Roofing", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g5113cb2d276a4796b1b256d8e373456bdcbfbd3baa061284b0836dbe102845141ded3229a7f4dc2929ff9dd809627e2bf6b5b924c0f6f5eb548fca8c251f3e5c_1280.jpg", imageAlt: "professional roofing crew replacing roof"},
|
||||
imageSrc: "https://pixabay.com/get/g5113cb2d276a4796b1b256d8e373456bdcbfbd3baa061284b0836dbe102845141ded3229a7f4dc2929ff9dd809627e2bf6b5b924c0f6f5eb548fca8c251f3e5c_1280.jpg?_wi=3", imageAlt: "professional roofing crew replacing roof"},
|
||||
{
|
||||
id: "t4", name: "Tammy R.", role: "Homeowner", company: "Alpha Roofing", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g8816249a5a08ecaab3254f2193a61657707bc54cc5f4358f0b5c20df125342265e0d2f3d878e97f91bf634e24e430695df5f3370f513d4305970fd76791d7918_1280.jpg", imageAlt: "professional roofer checking inspection"},
|
||||
imageSrc: "https://pixabay.com/get/g8816249a5a08ecaab3254f2193a61657707bc54cc5f4358f0b5c20df125342265e0d2f3d878e97f91bf634e24e430695df5f3370f513d4305970fd76791d7918_1280.jpg?_wi=3", imageAlt: "professional roofer checking inspection"},
|
||||
{
|
||||
id: "t5", name: "Amanda M.", role: "Homeowner", company: "Alpha Roofing", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g2943fd0ebd370d4396c258168b11416739f02bd18f4d30763909e608e572f6ca67b75d043969d0fcc49a108436ca5d088d988b3004d40116555b4fad7c5764cd_1280.jpg", imageAlt: "professional roofing installation project"},
|
||||
imageSrc: "https://pixabay.com/get/g2943fd0ebd370d4396c258168b11416739f02bd18f4d30763909e608e572f6ca67b75d043969d0fcc49a108436ca5d088d988b3004d40116555b4fad7c5764cd_1280.jpg?_wi=4", imageAlt: "professional roofing installation project"},
|
||||
]}
|
||||
title="Don't Take Our Word For It"
|
||||
description="See why entire neighborhoods trust Alpha Roofing Co."
|
||||
@@ -225,7 +225,7 @@ export default function LandingPage() {
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your roof...", required: false,
|
||||
}}
|
||||
imageSrc="https://pixabay.com/get/gf638ef8efe80e6125d680c2a20aa958607c3313a1dae1ec20136cb913d678cab065ded6c750bde8051a960440a1e0db3f756494346a7a04c00e4fb5b27a65e78_1280.jpg"
|
||||
imageSrc="https://pixabay.com/get/gf638ef8efe80e6125d680c2a20aa958607c3313a1dae1ec20136cb913d678cab065ded6c750bde8051a960440a1e0db3f756494346a7a04c00e4fb5b27a65e78_1280.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user