Update src/app/reviews/page.tsx
This commit is contained in:
@@ -34,9 +34,7 @@ export default function ReviewsPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Free Quote",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get Free Quote", href: "contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,41 +44,17 @@ export default function ReviewsPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Edward F.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-smiling-posing-kitchen_23-2148414936.jpg?_wi=3",
|
||||
imageAlt: "Edward F., satisfied customer",
|
||||
},
|
||||
id: "1", name: "Edward F.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-smiling-posing-kitchen_23-2148414936.jpg", imageAlt: "Edward F., satisfied customer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Kate M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=3",
|
||||
imageAlt: "Kate M., happy customer",
|
||||
},
|
||||
id: "2", name: "Kate M.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg", imageAlt: "Kate M., happy customer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jimmy L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg?_wi=2",
|
||||
imageAlt: "Jimmy L., satisfied client",
|
||||
},
|
||||
id: "3", name: "Jimmy L.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", imageAlt: "Jimmy L., satisfied client"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg?_wi=2",
|
||||
imageAlt: "Sarah J., happy homeowner",
|
||||
},
|
||||
id: "4", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg", imageAlt: "Sarah J., happy homeowner"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Michael D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg?_wi=2",
|
||||
imageAlt: "Michael D., satisfied customer",
|
||||
},
|
||||
id: "5", name: "Michael D.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", imageAlt: "Michael D., satisfied customer"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Jennifer R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-confident-young-african-american-woman-dressed-stylish-purple-turtleneck-smiling-joyfully-showing-ok-gesture_344912-1015.jpg?_wi=2",
|
||||
imageAlt: "Jennifer R., happy customer",
|
||||
},
|
||||
id: "6", name: "Jennifer R.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-confident-young-african-american-woman-dressed-stylish-purple-turtleneck-smiling-joyfully-showing-ok-gesture_344912-1015.jpg", imageAlt: "Jennifer R., happy customer"},
|
||||
]}
|
||||
cardTitle="What Customers Say About Lavelle Roofing"
|
||||
cardTag="Trusted by Homeowners"
|
||||
@@ -103,29 +77,11 @@ export default function ReviewsPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Get in Touch",
|
||||
description: "Call or request a free quote online. We respond quickly.",
|
||||
tag: "Step 1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-with-wood_23-2148748856.jpg?_wi=6",
|
||||
imageAlt: "Contact us for a quote",
|
||||
},
|
||||
id: "1", title: "Get in Touch", description: "Call or request a free quote online. We respond quickly.", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-building-with-wood_23-2148748856.jpg", imageAlt: "Contact us for a quote"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Free Assessment",
|
||||
description: "We inspect the issue and explain exactly what needs fixing.",
|
||||
tag: "Step 2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-skateboarder-man-ramp_23-2147678250.jpg?_wi=6",
|
||||
imageAlt: "Professional roof assessment",
|
||||
},
|
||||
id: "2", title: "Free Assessment", description: "We inspect the issue and explain exactly what needs fixing.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-photo/crop-skateboarder-man-ramp_23-2147678250.jpg", imageAlt: "Professional roof assessment"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Clear Quote",
|
||||
description: "You receive a fair, honest price with no hidden costs.",
|
||||
tag: "Step 3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bison-race-obstacle-race-sports-competition-belarus-may-2019_1321-3203.jpg?_wi=6",
|
||||
imageAlt: "Transparent pricing quote",
|
||||
},
|
||||
id: "3", title: "Clear Quote", description: "You receive a fair, honest price with no hidden costs.", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/bison-race-obstacle-race-sports-competition-belarus-may-2019_1321-3203.jpg", imageAlt: "Transparent pricing quote"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,7 +94,7 @@ export default function ReviewsPage() {
|
||||
description="Don't wait until it causes more damage. Contact us immediately for fast, professional emergency roofing response."
|
||||
tagIcon={AlertCircle}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Emergency Help"
|
||||
@@ -153,8 +109,7 @@ export default function ReviewsPage() {
|
||||
copyrightText="© 2025 Lavelle Roofing. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Roof Repairs", href: "/services" },
|
||||
{ label: "Flat Roof Installation", href: "/services" },
|
||||
{ label: "Chimney Repairs", href: "/services" },
|
||||
@@ -163,8 +118,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -173,8 +127,7 @@ export default function ReviewsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Insurance & Certifications", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user