diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7288593..38e53e3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SplitAbout from '@/components/sections/about/SplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -55,7 +40,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Story" description="With years of experience, Regency Plumbing Limited has been serving our community with quality, reliability, and honesty. We pride ourselves on being the plumber you can trust." - imageSrc="http://img.b2bpic.net/free-photo/male-engineer-uniform-helmet-keeping-folder_7502-4482.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/male-engineer-uniform-helmet-keeping-folder_7502-4482.jpg" /> @@ -66,16 +51,10 @@ export default function LandingPage() { title="Our Core Values" description="We stand for integrity and quality." bulletPoints={[ - { - title: "Honesty", - description: "Transparent pricing.", - }, - { - title: "Reliability", - description: "On-time arrival.", - }, + { title: "Honesty", description: "Transparent pricing." }, + { title: "Reliability", description: "On-time arrival." } ]} - imageSrc="http://img.b2bpic.net/free-photo/male-engineer-uniform-helmet-keeping-folder_7502-4482.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/male-engineer-uniform-helmet-keeping-folder_7502-4482.jpg" mediaAnimation="slide-up" /> @@ -83,32 +62,8 @@ export default function LandingPage() { diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 52c71f8..116ec4a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -export default function LandingPage() { +export default function ContactPage() { return (
@@ -77,24 +55,8 @@ export default function LandingPage() { title="Service Packages" description="Explore our standard maintenance plans." products={[ - { - id: "1", - brand: "Basic", - name: "Inspection", - price: "$99", - rating: 5, - reviewCount: "10", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg?_wi=2", - }, - { - id: "2", - brand: "Premium", - name: "Full Care", - price: "$299", - rating: 5, - reviewCount: "25", - imageSrc: "http://img.b2bpic.net/free-photo/male-engineer-uniform-helmet-keeping-folder_7502-4482.jpg?_wi=4", - }, + { id: "1", brand: "Basic", name: "Inspection", price: "$99", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg" }, + { id: "2", brand: "Premium", name: "Full Care", price: "$299", rating: 5, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/male-engineer-uniform-helmet-keeping-folder_7502-4482.jpg" } ]} /> @@ -102,32 +64,8 @@ export default function LandingPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f87d9d..8d7602b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FooterBase from '@/components/sections/footer/FooterBase'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FooterBase from '@/components/sections/footer/FooterBase'; export default function LandingPage() { return ( @@ -27,28 +27,13 @@ export default function LandingPage() { @@ -56,13 +41,8 @@ export default function LandingPage() { @@ -70,31 +50,11 @@ export default function LandingPage() { @@ -134,18 +84,10 @@ export default function LandingPage() { title="Common Questions" description="Answers to our frequently asked plumbing questions." faqs={[ - { - id: "1", - title: "Do you offer 24/7 service?", - content: "Yes, we handle emergency call-outs.", - }, - { - id: "2", - title: "Are your plumbers certified?", - content: "All our staff are fully qualified and insured.", - }, + { id: "1", title: "Do you offer 24/7 service?", content: "Yes, we handle emergency call-outs." }, + { id: "2", title: "Are your plumbers certified?", content: "All our staff are fully qualified and insured." } ]} - imageSrc="http://img.b2bpic.net/free-photo/male-engineer-uniform-helmet-keeping-folder_7502-4482.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/male-engineer-uniform-helmet-keeping-folder_7502-4482.jpg" mediaAnimation="slide-up" faqsAnimation="slide-up" /> @@ -154,32 +96,8 @@ export default function LandingPage() { diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 98257e2..d49de76 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,9 +6,9 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { AlertTriangle, Droplet, Droplets, Waves, Wrench } from "lucide-react"; +import { AlertTriangle, Droplet, Droplets, Waves, Wrench, CheckCircle, BadgePercent } from "lucide-react"; -export default function LandingPage() { +export default function ServicesPage() { return ( @@ -57,31 +42,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "General Plumbing", - description: "Full plumbing maintenance for your home.", - icon: Wrench, - }, - { - title: "Leak Repairs", - description: "Quick identification and fixing of all leaks.", - icon: Droplet, - }, - { - title: "Drain Cleaning", - description: "Professional cleaning of clogged drains.", - icon: Waves, - }, - { - title: "Bathroom Installations", - description: "New bathroom fittings and installation.", - icon: Droplets, - }, - { - title: "Emergency Plumbing", - description: "Available for urgent plumbing needs.", - icon: AlertTriangle, - }, + { title: "General Plumbing", description: "Full plumbing maintenance for your home.", icon: Wrench }, + { title: "Leak Repairs", description: "Quick identification and fixing of all leaks.", icon: Droplet }, + { title: "Drain Cleaning", description: "Professional cleaning of clogged drains.", icon: Waves }, + { title: "Bathroom Installations", description: "New bathroom fittings and installation.", icon: Droplets }, + { title: "Emergency Plumbing", description: "Available for urgent plumbing needs.", icon: AlertTriangle }, ]} title="Our Professional Services" description="We offer a wide range of plumbing services to keep your home running smoothly." @@ -96,14 +61,10 @@ export default function LandingPage() { description="Benefits of choosing our services." features={[ { - title: "Quality Assured", - description: "Satisfaction guarantee.", - buttonIcon: "CheckCircle", + title: "Quality Assured", description: "Satisfaction guarantee.", icon: CheckCircle, }, { - title: "Competitive Rates", - description: "No hidden fees.", - buttonIcon: "BadgePercent", + title: "Competitive Rates", description: "No hidden fees.", icon: BadgePercent, }, ]} /> @@ -112,32 +73,8 @@ export default function LandingPage() {