Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-03 00:35:14 +00:00
parent 6aacdae675
commit 585927a2aa

View File

@@ -20,8 +20,7 @@ export default function ReviewsPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
@@ -29,8 +28,7 @@ export default function ReviewsPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Business Strategy", href: "/services" },
{ label: "Marketing Plans", href: "/services" },
{ label: "Website Design", href: "/services" },
@@ -38,8 +36,7 @@ export default function ReviewsPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Schedule Call", href: "/contact" },
{ label: "Email: john@mooseconsulting.com", href: "mailto:john@mooseconsulting.com" },
{ label: "Phone: (555) 123-4567", href: "tel:+15551234567" },
@@ -55,7 +52,7 @@ export default function ReviewsPage() {
borderRadius="pill"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -66,9 +63,7 @@ export default function ReviewsPage() {
brandName="The Moose Consulting"
navItems={navItems}
button={{
text: "Schedule Consultation",
href: "/contact",
}}
text: "Schedule Consultation", href: "/contact"}}
/>
</div>
@@ -100,22 +95,13 @@ export default function ReviewsPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "4.9★",
title: "Average Rating Across All Reviews",
items: ["6+ verified testimonials", "100% would refer us", "Consistent 5-star feedback"],
id: "1", value: "4.9★", title: "Average Rating Across All Reviews", items: ["6+ verified testimonials", "100% would refer us", "Consistent 5-star feedback"],
},
{
id: "2",
value: "92%",
title: "Lead Generation Improvement",
items: ["Average increase within 6 months", "Sustainable long-term growth", "Quantifiable ROI for clients"],
id: "2", value: "92%", title: "Lead Generation Improvement", items: ["Average increase within 6 months", "Sustainable long-term growth", "Quantifiable ROI for clients"],
},
{
id: "3",
value: "95%",
title: "Client Retention & Referral Rate",
items: ["Repeat engagements", "Referral-based growth", "Long-term partnerships"],
id: "3", value: "95%", title: "Client Retention & Referral Rate", items: ["Repeat engagements", "Referral-based growth", "Long-term partnerships"],
},
]}
textboxLayout="default"
@@ -136,7 +122,7 @@ export default function ReviewsPage() {
{ text: "Call (555) 123-4567", href: "tel:+15551234567" },
]}
buttonAnimation="blur-reveal"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>