Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-08 21:08:06 +00:00
6 changed files with 90 additions and 246 deletions

View File

@@ -17,7 +17,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -48,7 +48,7 @@ export default function AboutPage() {
{ value: "Fair", title: "Honest Pricing" },
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-96326.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-96326.jpg"
imageAlt="Professional plumbing team"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -63,21 +63,13 @@ export default function AboutPage() {
author="Sarah & Mike Thompson, Grand Island Homeowner"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Customer testimonial"},
{
src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", alt: "Customer testimonial"},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", alt: "Customer testimonial"},
{
src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", alt: "Customer testimonial"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -93,7 +85,7 @@ export default function AboutPage() {
tagAnimation="slide-up"
title="Need a Plumber Today?"
description="Call us now for immediate assistance or request a service appointment at your convenience. We're here to help with all your plumbing and heating needs."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Request Service"
@@ -106,8 +98,7 @@ export default function AboutPage() {
<FooterSimple
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -115,8 +106,7 @@ export default function AboutPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Water Heater Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
@@ -124,8 +114,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (308) 382-4298", href: "tel:(308)382-4298" },
{ label: "2515 Jan St, Grand Island, NE 68803", href: "#" },
{ label: "Request Service", href: "/contact" },
@@ -133,8 +122,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Privacy", href: "#" },

View File

@@ -2,24 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import Link from "next/link";
import {
Wrench,
Pipe,
Zap,
Droplet,
AlertCircle,
Clock,
CheckCircle,
Phone,
} from "lucide-react";
import { Phone } from "lucide-react";
export default function ContactPage() {
return (
@@ -29,7 +15,7 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -55,7 +41,7 @@ export default function ContactPage() {
tagAnimation="slide-up"
title="Need a Plumber Today?"
description="Call us now for immediate assistance or request a service appointment at your convenience. We're here to help with all your plumbing and heating needs."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Request Service"
@@ -68,8 +54,7 @@ export default function ContactPage() {
<FooterSimple
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -77,8 +62,7 @@ export default function ContactPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Water Heater Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
@@ -86,8 +70,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (308) 382-4298", href: "tel:(308)382-4298" },
{ label: "2515 Jan St, Grand Island, NE 68803", href: "#" },
{ label: "Request Service", href: "/contact" },
@@ -95,8 +78,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Privacy", href: "#" },

View File

@@ -13,7 +13,6 @@ import FooterSimple from "@/components/sections/footer/FooterSimple";
import Link from "next/link";
import {
Wrench,
Pipe,
Zap,
Droplet,
AlertCircle,
@@ -30,7 +29,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -53,7 +52,7 @@ export default function HomePage() {
<HeroLogoBillboardSplit
logoText="PREISENDORF"
description="Grand Island's trusted plumbing & heating experts. Fast response, fair pricing, and quality service you can rely on. Available for same-day emergency service."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now: (308) 382-4298", href: "tel:(308)382-4298" },
{ text: "Request Service", href: "/contact" },
@@ -76,19 +75,9 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
title: "Customer Rating",
subtitle: "Based on verified reviews",
category: "Reviews",
value: "4.9 ⭐",
},
id: "1", title: "Customer Rating", subtitle: "Based on verified reviews", category: "Reviews", value: "4.9 ⭐"},
{
id: "2",
title: "Happy Customers",
subtitle: "Serving Grand Island families",
category: "Experience",
value: "20+ Reviews",
},
id: "2", title: "Happy Customers", subtitle: "Serving Grand Island families", category: "Experience", value: "20+ Reviews"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -107,34 +96,22 @@ export default function HomePage() {
features={[
{
icon: Wrench,
title: "Plumbing Repair",
description: "Quick fixes for leaks, drips, and broken pipes. Same-day service available.",
},
{
icon: Pipe,
title: "Water Line Repair",
description: "Expert diagnosis and repair of water line issues. Minimal disruption to your property.",
},
title: "Plumbing Repair", description: "Quick fixes for leaks, drips, and broken pipes. Same-day service available."},
{
icon: Zap,
title: "Drain Cleaning",
description: "Professional drain cleaning and clearing services. Fast and reliable solutions.",
},
title: "Water Line Repair", description: "Expert diagnosis and repair of water line issues. Minimal disruption to your property."},
{
icon: Zap,
title: "Drain Cleaning", description: "Professional drain cleaning and clearing services. Fast and reliable solutions."},
{
icon: Droplet,
title: "Water Heater Service",
description: "Repair, maintenance, and replacement of water heaters. Efficient and affordable.",
},
title: "Water Heater Service", description: "Repair, maintenance, and replacement of water heaters. Efficient and affordable."},
{
icon: AlertCircle,
title: "Leak Detection",
description: "Advanced leak detection technology to find hidden problems before they become expensive.",
},
title: "Leak Detection", description: "Advanced leak detection technology to find hidden problems before they become expensive."},
{
icon: Clock,
title: "Emergency Plumbing",
description: "24/7 emergency service for urgent plumbing issues. We're here when you need us most.",
},
title: "Emergency Plumbing", description: "24/7 emergency service for urgent plumbing issues. We're here when you need us most."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -155,7 +132,7 @@ export default function HomePage() {
{ value: "Fair", title: "Honest Pricing" },
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-96326.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/pleased-young-male-builder-wearing-uniform-safety-helmet-holding-hammer_141793-96326.jpg"
imageAlt="Professional plumbing team"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -170,21 +147,13 @@ export default function HomePage() {
author="Sarah & Mike Thompson, Grand Island Homeowner"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Customer testimonial"},
{
src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", alt: "Customer testimonial"},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", alt: "Customer testimonial"},
{
src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", alt: "Customer testimonial"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -201,32 +170,17 @@ export default function HomePage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "Do you offer emergency plumbing service?",
content: "Yes! We offer 24/7 emergency plumbing service for urgent issues. Call (308) 382-4298 anytime and we'll get someone out to help you quickly.",
},
id: "1", title: "Do you offer emergency plumbing service?", content: "Yes! We offer 24/7 emergency plumbing service for urgent issues. Call (308) 382-4298 anytime and we'll get someone out to help you quickly."},
{
id: "2",
title: "What areas do you service?",
content: "We serve Grand Island, Nebraska and surrounding areas within a 30-mile radius. Call us to confirm service availability for your location.",
},
id: "2", title: "What areas do you service?", content: "We serve Grand Island, Nebraska and surrounding areas within a 30-mile radius. Call us to confirm service availability for your location."},
{
id: "3",
title: "How quickly can you respond to a service call?",
content: "We pride ourselves on fast response times. For emergency situations, we typically arrive within 1-2 hours. For scheduled appointments, we offer flexible scheduling.",
},
id: "3", title: "How quickly can you respond to a service call?", content: "We pride ourselves on fast response times. For emergency situations, we typically arrive within 1-2 hours. For scheduled appointments, we offer flexible scheduling."},
{
id: "4",
title: "Do you provide upfront pricing?",
content: "Absolutely. We provide honest, fair pricing upfront. No hidden fees or surprise charges. We'll explain the work needed and give you a quote before we proceed.",
},
id: "4", title: "Do you provide upfront pricing?", content: "Absolutely. We provide honest, fair pricing upfront. No hidden fees or surprise charges. We'll explain the work needed and give you a quote before we proceed."},
{
id: "5",
title: "Are you licensed and insured?",
content: "Yes, we are fully licensed and insured. Your peace of mind is important to us. We stand behind all our work with a satisfaction guarantee.",
},
id: "5", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured. Your peace of mind is important to us. We stand behind all our work with a satisfaction guarantee."},
]}
imageSrc="http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg"
imageAlt="Professional plumber providing service"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
@@ -245,7 +199,7 @@ export default function HomePage() {
tagAnimation="slide-up"
title="Need a Plumber Today?"
description="Call us now for immediate assistance or request a service appointment at your convenience. We're here to help with all your plumbing and heating needs."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Request Service"
@@ -258,8 +212,7 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -267,8 +220,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Water Heater Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
@@ -276,8 +228,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (308) 382-4298", href: "tel:(308)382-4298" },
{ label: "2515 Jan St, Grand Island, NE 68803", href: "#" },
{ label: "Request Service", href: "/contact" },
@@ -285,8 +236,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Privacy", href: "#" },

View File

@@ -20,8 +20,7 @@ export default function ReviewsPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/#services" },
{ label: "About", href: "/about" },
@@ -29,8 +28,7 @@ export default function ReviewsPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/#services" },
{ label: "Water Heater Repair", href: "/#services" },
{ label: "Drain Cleaning", href: "/#services" },
@@ -38,8 +36,7 @@ export default function ReviewsPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (308) 382-4298", href: "tel:(308)382-4298" },
{ label: "2515 Jan St, Grand Island, NE 68803", href: "#" },
{ label: "Request Service", href: "/#contact" },
@@ -47,8 +44,7 @@ export default function ReviewsPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Privacy", href: "#" },
@@ -63,7 +59,7 @@ export default function ReviewsPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -88,20 +84,10 @@ export default function ReviewsPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
title: "Customer Rating",
subtitle: "Based on verified reviews",
category: "Reviews",
value: "4.9 ⭐",
buttons: [],
id: "1", title: "Customer Rating", subtitle: "Based on verified reviews", category: "Reviews", value: "4.9 ⭐", buttons: [],
},
{
id: "2",
title: "Happy Customers",
subtitle: "Serving Grand Island families",
category: "Experience",
value: "20+ Reviews",
buttons: [],
id: "2", title: "Happy Customers", subtitle: "Serving Grand Island families", category: "Experience", value: "20+ Reviews", buttons: [],
},
]}
animationType="slide-up"
@@ -119,21 +105,13 @@ export default function ReviewsPage() {
author="Sarah & Mike Thompson, Grand Island Homeowner"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Customer testimonial"},
{
src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", alt: "Customer testimonial"},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", alt: "Customer testimonial"},
{
src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", alt: "Customer testimonial"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -149,7 +127,7 @@ export default function ReviewsPage() {
tagAnimation="slide-up"
title="Need a Plumber Today?"
description="Call us now for immediate assistance or request a service appointment at your convenience. We're here to help with all your plumbing and heating needs."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Request Service"

View File

@@ -9,7 +9,6 @@ import FooterSimple from "@/components/sections/footer/FooterSimple";
import Link from "next/link";
import {
Wrench,
Pipe,
Zap,
Droplet,
AlertCircle,
@@ -25,7 +24,7 @@ export default function ServicesPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -53,34 +52,22 @@ export default function ServicesPage() {
features={[
{
icon: Wrench,
title: "Plumbing Repair",
description: "Quick fixes for leaks, drips, and broken pipes. Same-day service available.",
},
{
icon: Pipe,
title: "Water Line Repair",
description: "Expert diagnosis and repair of water line issues. Minimal disruption to your property.",
},
title: "Plumbing Repair", description: "Quick fixes for leaks, drips, and broken pipes. Same-day service available."},
{
icon: Zap,
title: "Drain Cleaning",
description: "Professional drain cleaning and clearing services. Fast and reliable solutions.",
},
title: "Water Line Repair", description: "Expert diagnosis and repair of water line issues. Minimal disruption to your property."},
{
icon: Zap,
title: "Drain Cleaning", description: "Professional drain cleaning and clearing services. Fast and reliable solutions."},
{
icon: Droplet,
title: "Water Heater Service",
description: "Repair, maintenance, and replacement of water heaters. Efficient and affordable.",
},
title: "Water Heater Service", description: "Repair, maintenance, and replacement of water heaters. Efficient and affordable."},
{
icon: AlertCircle,
title: "Leak Detection",
description: "Advanced leak detection technology to find hidden problems before they become expensive.",
},
title: "Leak Detection", description: "Advanced leak detection technology to find hidden problems before they become expensive."},
{
icon: Clock,
title: "Emergency Plumbing",
description: "24/7 emergency service for urgent plumbing issues. We're here when you need us most.",
},
title: "Emergency Plumbing", description: "24/7 emergency service for urgent plumbing issues. We're here when you need us most."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -97,32 +84,17 @@ export default function ServicesPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "Do you offer emergency plumbing service?",
content: "Yes! We offer 24/7 emergency plumbing service for urgent issues. Call (308) 382-4298 anytime and we'll get someone out to help you quickly.",
},
id: "1", title: "Do you offer emergency plumbing service?", content: "Yes! We offer 24/7 emergency plumbing service for urgent issues. Call (308) 382-4298 anytime and we'll get someone out to help you quickly."},
{
id: "2",
title: "What areas do you service?",
content: "We serve Grand Island, Nebraska and surrounding areas within a 30-mile radius. Call us to confirm service availability for your location.",
},
id: "2", title: "What areas do you service?", content: "We serve Grand Island, Nebraska and surrounding areas within a 30-mile radius. Call us to confirm service availability for your location."},
{
id: "3",
title: "How quickly can you respond to a service call?",
content: "We pride ourselves on fast response times. For emergency situations, we typically arrive within 1-2 hours. For scheduled appointments, we offer flexible scheduling.",
},
id: "3", title: "How quickly can you respond to a service call?", content: "We pride ourselves on fast response times. For emergency situations, we typically arrive within 1-2 hours. For scheduled appointments, we offer flexible scheduling."},
{
id: "4",
title: "Do you provide upfront pricing?",
content: "Absolutely. We provide honest, fair pricing upfront. No hidden fees or surprise charges. We'll explain the work needed and give you a quote before we proceed.",
},
id: "4", title: "Do you provide upfront pricing?", content: "Absolutely. We provide honest, fair pricing upfront. No hidden fees or surprise charges. We'll explain the work needed and give you a quote before we proceed."},
{
id: "5",
title: "Are you licensed and insured?",
content: "Yes, we are fully licensed and insured. Your peace of mind is important to us. We stand behind all our work with a satisfaction guarantee.",
},
id: "5", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured. Your peace of mind is important to us. We stand behind all our work with a satisfaction guarantee."},
]}
imageSrc="http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg"
imageAlt="Professional plumber providing service"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
@@ -141,7 +113,7 @@ export default function ServicesPage() {
tagAnimation="slide-up"
title="Need a Plumber Today?"
description="Call us now for immediate assistance or request a service appointment at your convenience. We're here to help with all your plumbing and heating needs."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Request Service"
@@ -154,8 +126,7 @@ export default function ServicesPage() {
<FooterSimple
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -163,8 +134,7 @@ export default function ServicesPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Water Heater Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
@@ -172,8 +142,7 @@ export default function ServicesPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (308) 382-4298", href: "tel:(308)382-4298" },
{ label: "2515 Jan St, Grand Island, NE 68803", href: "#" },
{ label: "Request Service", href: "/contact" },
@@ -181,8 +150,7 @@ export default function ServicesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Privacy", href: "#" },

View File

@@ -17,7 +17,7 @@ export default function TestimonialsPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -44,19 +44,9 @@ export default function TestimonialsPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
title: "Customer Rating",
subtitle: "Based on verified reviews",
category: "Reviews",
value: "4.9 ⭐",
},
id: "1", title: "Customer Rating", subtitle: "Based on verified reviews", category: "Reviews", value: "4.9 ⭐"},
{
id: "2",
title: "Happy Customers",
subtitle: "Serving Grand Island families",
category: "Experience",
value: "20+ Reviews",
},
id: "2", title: "Happy Customers", subtitle: "Serving Grand Island families", category: "Experience", value: "20+ Reviews"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -73,21 +63,13 @@ export default function TestimonialsPage() {
author="Sarah & Mike Thompson, Grand Island Homeowner"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Customer testimonial"},
{
src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", alt: "Customer testimonial"},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", alt: "Customer testimonial"},
{
src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
alt: "Customer testimonial",
},
src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", alt: "Customer testimonial"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -103,7 +85,7 @@ export default function TestimonialsPage() {
tagAnimation="slide-up"
title="Need a Plumber Today?"
description="Call us now for immediate assistance or request a service appointment at your convenience. We're here to help with all your plumbing and heating needs."
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Request Service"
@@ -116,8 +98,7 @@ export default function TestimonialsPage() {
<FooterSimple
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -125,8 +106,7 @@ export default function TestimonialsPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Water Heater Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
@@ -134,8 +114,7 @@ export default function TestimonialsPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (308) 382-4298", href: "tel:(308)382-4298" },
{ label: "2515 Jan St, Grand Island, NE 68803", href: "#" },
{ label: "Request Service", href: "/contact" },
@@ -143,8 +122,7 @@ export default function TestimonialsPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Privacy", href: "#" },