Update src/app/reviews/page.tsx

This commit is contained in:
2026-06-11 07:29:41 +00:00
parent d3fdfa769a
commit b940394110

View File

@@ -8,7 +8,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() { export default function ReviewsPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="icon-arrow" defaultButtonVariant="icon-arrow"
@@ -27,30 +27,24 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"
id: "/",
}, },
{ {
name: "Services", name: "Services", id: "/services"
id: "/services",
}, },
{ {
name: "Gallery", name: "Gallery", id: "/gallery"
id: "/gallery",
}, },
{ {
name: "Reviews", name: "Reviews", id: "/reviews"
id: "/reviews",
}, },
{ {
name: "Contact", name: "Contact", id: "/contact"
id: "/contact", }
},
]} ]}
brandName="ProLine Installations" brandName="ProLine Installations"
button={{ button={{
text: "01234 567890", text: "01234 567890", href: "tel:01234567890"
href: "tel:01234567890",
}} }}
animateOnLoad={true} animateOnLoad={true}
/> />
@@ -61,7 +55,6 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
tag="Hear From Our Happy Homeowners" tag="Hear From Our Happy Homeowners"
title="Customer Reviews" title="Customer Reviews"
description="Discover why homeowners across the UK trust ProLine Installations for their UPVC and roofline needs. We pride ourselves on 5-star service."
/> />
</div> </div>
@@ -70,43 +63,30 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "rev1", id: "rev1", name: "Eleanor Vance - Shrewsbury", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-woman-smiling-confident-drinking-coffee-new-home_839833-34774.jpg"
name: "Eleanor Vance - Shrewsbury",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-woman-smiling-confident-drinking-coffee-new-home_839833-34774.jpg",
}, },
{ {
id: "rev2", id: "rev2", name: "Thomas Brooks - Telford", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-male-employee-white-collar-shirt-smiling-camera-standing-selfassured-agai_1258-112592.jpg"
name: "Thomas Brooks - Telford",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-male-employee-white-collar-shirt-smiling-camera-standing-selfassured-agai_1258-112592.jpg",
}, },
{ {
id: "rev3", id: "rev3", name: "Olivia Parker - Chester", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-ok-sign_1262-2445.jpg"
name: "Olivia Parker - Chester",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-ok-sign_1262-2445.jpg",
}, },
{ {
id: "rev4", id: "rev4", name: "William Davies - Stafford", imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg"
name: "William Davies - Stafford",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg",
}, },
{ {
id: "rev5", id: "rev5", name: "Isla Chapman - Stoke-on-Trent", imageSrc: "http://img.b2bpic.net/free-photo/elderly-senior-woman-with-cell-phone-standing-front-shelf_23-2147901273.jpg"
name: "Isla Chapman - Stoke-on-Trent",
imageSrc: "http://img.b2bpic.net/free-photo/elderly-senior-woman-with-cell-phone-standing-front-shelf_23-2147901273.jpg",
}, },
{ {
id: "rev6", id: "rev6", name: "Noah Patel - Wolverhampton", imageSrc: "http://img.b2bpic.net/free-photo/view-albino-woman-home-day_52683-111770.jpg"
name: "Noah Patel - Wolverhampton", }
imageSrc: "http://img.b2bpic.net/free-photo/view-albino-woman-home-day_52683-111770.jpg",
},
]} ]}
cardTitle="Authentic Customer Feedback" cardTitle="Authentic Customer Feedback"
cardTag="5.0 ★★★★★ — Based on 48 Google Reviews" cardTag="5.0 ★★★★★ — Based on 48 Google Reviews"
buttons={[ buttons={[
{ {
text: "Read on Google", text: "Read on Google", href: "https://www.google.com/search?q=proline+installations+reviews"
href: "https://www.google.com/search?q=proline+installations+reviews", }
},
]} ]}
cardAnimation="slide-up" cardAnimation="slide-up"
/> />
@@ -116,17 +96,14 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"
}} }}
tag="Join Our Happy Customers" tag="Join Our Happy Customers"
title="Get Your Free Quote Today" title="Get Your Free Quote Today"
description="Experience the same 5-star service for your UPVC and roofline needs. We're ready to help!" description="Experience the same 5-star service for your UPVC and roofline needs. We're ready to help!"
buttons={[ inputPlaceholder=""
{ buttonText="Request a Free Quote"
text: "Request a Free Quote", termsText=""
href: "/contact",
},
]}
/> />
</div> </div>
@@ -134,12 +111,10 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="ProLine Installations: Quality Roofline & UPVC — Installed Right, Every Time. Serving homeowners across the UK." logoText="ProLine Installations: Quality Roofline & UPVC — Installed Right, Every Time. Serving homeowners across the UK."
leftLink={{ leftLink={{
text: "Contact Us", text: "Contact Us", href: "/contact"
href: "/contact",
}} }}
rightLink={{ rightLink={{
text: "© 2025 ProLine Installations. All rights reserved.", text: "© 2025 ProLine Installations. All rights reserved.", href: "#"
href: "#",
}} }}
/> />
</div> </div>