Update src/app/about/page.tsx
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Info, CheckCircle, Clock, Users, DollarSign, Lightbulb, Heart, Zap } from "lucide-react";
|
||||
import { Award, TrendingUp, Users, Shield } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
@@ -33,87 +33,58 @@ export default function AboutPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={navItems}
|
||||
brandName="Escalus Fairfield Plumbing"
|
||||
bottomLeftText="Fairfield, CT 06820"
|
||||
bottomRightText="(203) 555-0147"
|
||||
bottomLeftText="Fairfield, CT 06825"
|
||||
bottomRightText="(203) 670-0673"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<div id="about-intro" data-section="about-intro">
|
||||
<SplitAbout
|
||||
title="Why Choose Escalus Fairfield Plumbing?"
|
||||
description="Serving Fairfield, Connecticut with reliable, professional plumbing services since 2010. We're committed to quality work, transparent pricing, and exceptional customer service."
|
||||
title="About Escalus Fairfield Plumbing"
|
||||
description="With over a decade of experience serving the Fairfield community, Escalus Fairfield Plumbing is your trusted partner for all plumbing needs. We're committed to providing fast, professional, and affordable plumbing solutions backed by our 5-star reputation."
|
||||
tag="About Us"
|
||||
tagIcon={Info}
|
||||
tagIcon={Award}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Licensed & Insured",
|
||||
description: "All our plumbers are fully licensed, bonded, and insured for your peace of mind.",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "24/7 Availability",
|
||||
description: "Emergency plumbing services available around the clock, including weekends and holidays.",
|
||||
},
|
||||
icon: TrendingUp,
|
||||
title: "Years of Experience", description: "Serving Fairfield and surrounding areas with professional plumbing expertise and quality service."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Local Expertise",
|
||||
description: "Deep knowledge of Fairfield plumbing codes and local water systems ensures compliant, lasting solutions.",
|
||||
},
|
||||
title: "Expert Team", description: "Licensed, insured plumbers trained in the latest techniques and equipped with modern tools."},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Transparent Pricing",
|
||||
description: "No hidden fees. We provide upfront quotes and explain all work before we begin.",
|
||||
},
|
||||
icon: Shield,
|
||||
title: "100% Satisfaction", description: "We stand behind our work with a guarantee. If you're not satisfied, we'll make it right."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "24/7 Availability", description: "Emergency plumbing doesn't take a break. Neither do we. Available day and night, 365 days a year."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=2"
|
||||
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=600&fit=crop"
|
||||
imageAlt="Professional plumbing team"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="our-values" data-section="our-values">
|
||||
<FeatureHoverPattern
|
||||
title="Our Core Values"
|
||||
description="These principles guide everything we do, from the moment you call us to the completion of your plumbing project."
|
||||
tag="What We Stand For"
|
||||
features={[
|
||||
<div id="about-metrics" data-section="about-metrics">
|
||||
<AboutMetric
|
||||
title="Why Escalus Fairfield Plumbing is Your Best Choice"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Customer First",
|
||||
description: "Your satisfaction is our top priority. We listen to your concerns and deliver solutions that exceed expectations.",
|
||||
},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Innovation",
|
||||
description: "We stay current with the latest plumbing technologies and techniques to provide modern solutions.",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Reliability",
|
||||
description: "When you call us, you can count on us to show up on time, every time, and get the job done right.",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Quality",
|
||||
description: "We use only premium materials and employ rigorous quality control on every single job.",
|
||||
},
|
||||
icon: TrendingUp,
|
||||
label: "Years in Business", value: "10+"},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Community",
|
||||
description: "We're proud to be part of the Fairfield community and give back whenever we can.",
|
||||
},
|
||||
label: "Happy Customers", value: "2,000+"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Fair Pricing",
|
||||
description: "Honest, competitive pricing with no surprises. You'll always know exactly what you're paying for.",
|
||||
},
|
||||
icon: Shield,
|
||||
label: "Emergency Calls", value: "500+/Year"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Star Rating", value: "5 Stars"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,4 +97,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user