Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-04 16:08:01 +00:00
parent cd7b39c195
commit b4f2a721b3

View File

@@ -2,11 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import Link from "next/link";
import { Zap } from "lucide-react";
export default function ReviewsPage() {
@@ -17,7 +16,7 @@ export default function ReviewsPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="grid"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -33,70 +32,76 @@ export default function ReviewsPage() {
{ name: "About", id: "/about" },
]}
button={{
text: "Call Now: (201) 555-0123", href: "tel:+12015550123"}}
text: "Call Now: (201) 555-0123", href: "tel:+12015550123"
}}
animateOnLoad={true}
/>
</div>
<div id="reviews-testimonials" data-section="reviews-testimonials">
<TestimonialCardOne
<div id="hero" data-section="hero">
<HeroBillboard
title="Customer Reviews & Testimonials"
description="Real stories from riders and builders who've trusted us with their e-bike battery needs. Join hundreds of satisfied customers across the Northeast."
description="See what riders are saying about their Powerful Lithium batteries"
background={{ variant: "animated-grid" }}
tag="Trusted by Riders"
tagIcon={Zap}
imageSrc="http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=3"
imageAlt="Happy customer with battery"
buttons={[
{ text: "Get a Quote", href: "#cta-contact" },
{ text: "View Services", href: "/services" },
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
title="What Our Customers Say"
description="Real feedback from riders who trusted us with their dream builds"
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "E-Bike Enthusiast", company: "Jersey City, NJ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Sarah Johnson testimonial"},
id: "1", name: "Sarah Johnson", role: "E-Bike Enthusiast", company: "Jersey City", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial"
},
{
id: "2", name: "Michael Chen", role: "Surron Rider", company: "New York City", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-happy-curly-woman-sunglasses-posing_171337-17410.jpg?_wi=2", imageAlt: "Michael Chen testimonial"},
id: "2", name: "Michael Chen", role: "Surron Rider", company: "NYC", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-happy-curly-woman-sunglasses-posing_171337-17410.jpg?_wi=1", imageAlt: "Michael Chen testimonial"
},
{
id: "3", name: "Emily Rodriguez", role: "Super73 Owner", company: "Brooklyn, NY", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg?_wi=2", imageAlt: "Emily Rodriguez testimonial"},
id: "3", name: "Emily Rodriguez", role: "Super73 Owner", company: "Brooklyn", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg?_wi=1", imageAlt: "Emily Rodriguez testimonial"
},
{
id: "4", name: "David Kim", role: "DIY Builder", company: "Newark, NJ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=2", imageAlt: "David Kim testimonial"},
id: "4", name: "David Kim", role: "DIY Builder", company: "NJ", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=1", imageAlt: "David Kim testimonial"
},
{
id: "5", name: "Jessica Martinez", role: "Onyx Bike Rider", company: "New Jersey", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-woman-sunglasses-posing_171337-17567.jpg?_wi=2", imageAlt: "Jessica Martinez testimonial"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-woman-sunglasses-posing_171337-17567.jpg?_wi=1", imageAlt: "Jessica Martinez testimonial"
},
{
id: "6", name: "James Wilson", role: "Battery Repair Customer", company: "Queens, NY", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "James Wilson testimonial"},
id: "6", name: "James Wilson", role: "Battery Repair Customer", company: "Queens", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "James Wilson testimonial"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground={true}
/>
</div>
<div id="reviews-stats" data-section="reviews-stats">
<MetricCardTwo
title="Customer Satisfaction"
description="Why riders choose Powerful Lithium for their battery needs"
metrics={[
{ id: "1", value: "4.9★", description: "Average Rating" },
{ id: "2", value: "105+", description: "5-Star Reviews" },
{ id: "3", value: "98%", description: "Satisfaction Rate" },
{ id: "4", value: "2yr", description: "Avg Customer Loyalty" },
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="reviews-cta" data-section="reviews-cta">
<div id="cta-contact" data-section="cta-contact">
<ContactCTA
tag="Ready to Join Our Community?"
tagIcon={Zap}
title="Experience the Powerful Lithium Difference"
description="See why hundreds of riders trust us. Get your custom battery built by experts who ride and understand your needs."
title="Get Your Custom Battery Today"
description="Join hundreds of satisfied riders. Contact us for a consultation and custom quote."
buttons={[
{ text: "Call Now: (201) 555-0123", href: "tel:+12015550123" },
{ text: "Get Started Today", href: "/get-quote" },
{ text: "Get a Quote", href: "/get-quote" },
]}
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
/>
</div>
@@ -110,4 +115,4 @@ export default function ReviewsPage() {
</div>
</ThemeProvider>
);
}
}