Update src/app/about/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import Link from "next/link";
|
||||
import { Heart, Users, MessageSquare, Certificate, Star } from "lucide-react";
|
||||
import { Heart, Users, MessageSquare, Award, Star } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -25,7 +25,7 @@ export default function AboutPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -49,27 +49,19 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Built on Trust",
|
||||
description: "Over a decade of consistent, professional service building our reputation in Toronto",
|
||||
icon: Heart,
|
||||
title: "Built on Trust", description: "Over a decade of consistent, professional service building our reputation in Toronto", icon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Customer-First Approach",
|
||||
description: "We listen to your concerns and provide solutions tailored to your needs and budget",
|
||||
icon: Users,
|
||||
title: "Customer-First Approach", description: "We listen to your concerns and provide solutions tailored to your needs and budget", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Transparent Communication",
|
||||
description: "Dylan and the team always explain what's needed and provide clear pricing upfront",
|
||||
icon: MessageSquare,
|
||||
title: "Transparent Communication", description: "Dylan and the team always explain what's needed and provide clear pricing upfront", icon: MessageSquare,
|
||||
},
|
||||
{
|
||||
title: "Licensed Professionals",
|
||||
description: "All our technicians are fully licensed, insured, and trained to the highest standards",
|
||||
icon: Certificate,
|
||||
title: "Licensed Professionals", description: "All our technicians are fully licensed, insured, and trained to the highest standards", icon: Award,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg"
|
||||
imageAlt="Dylan, owner of Magnum Plumbing"
|
||||
imagePosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -86,7 +78,7 @@ export default function AboutPage() {
|
||||
metrics={[
|
||||
{ id: "1", icon: Star, title: "Google Reviews", value: "109+" },
|
||||
{ id: "2", icon: Users, title: "Happy Customers", value: "500+" },
|
||||
{ id: "3", icon: Certificate, title: "Years Serving", value: "10+" },
|
||||
{ id: "3", icon: Award, title: "Years Serving", value: "10+" },
|
||||
{ id: "4", icon: Heart, title: "Satisfaction Rate", value: "99.8%" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -103,32 +95,14 @@ export default function AboutPage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Toronto Homeowner",
|
||||
testimonial: "Dylan came within an hour of our emergency call. Professional, knowledgeable, and solved our burst pipe issue immediately. Fair pricing too!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "professional portrait male avatar",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "Toronto Homeowner", testimonial: "Dylan came within an hour of our emergency call. Professional, knowledgeable, and solved our burst pipe issue immediately. Fair pricing too!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait male avatar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Condo Owner",
|
||||
testimonial: "Best plumber we've worked with in Toronto. Clear communication about the work needed, fair pricing, and excellent workmanship.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
|
||||
imageAlt: "professional portrait female avatar",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Condo Owner", testimonial: "Best plumber we've worked with in Toronto. Clear communication about the work needed, fair pricing, and excellent workmanship.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "professional portrait female avatar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jennifer Walsh",
|
||||
handle: "Property Manager",
|
||||
testimonial: "Honest, dependable, and thorough. I recommend Magnum to all my property management colleagues. They're the real deal.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg?_wi=2",
|
||||
imageAlt: "professional portrait male service",
|
||||
},
|
||||
id: "3", name: "Jennifer Walsh", handle: "Property Manager", testimonial: "Honest, dependable, and thorough. I recommend Magnum to all my property management colleagues. They're the real deal.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg", imageAlt: "professional portrait male service"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
@@ -139,8 +113,7 @@ export default function AboutPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Plumbing", href: "/services/emergency-plumbing" },
|
||||
{ label: "Drain Cleaning", href: "/services/drain-cleaning" },
|
||||
{ label: "Water Heater", href: "/services/water-heater" },
|
||||
@@ -148,8 +121,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -157,16 +129,14 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: (416) 555-1234", href: "tel:+14165551234" },
|
||||
{ label: "Email: info@magnumplumbing.ca", href: "mailto:info@magnumplumbing.ca" },
|
||||
{ label: "24/7 Emergency Service", href: "tel:+14165551234" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Licensing", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user