Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fa76d4352 | |||
| 16f5b420ef | |||
| 205d608b6e | |||
| dbee2eee18 |
268
src/app/page.tsx
268
src/app/page.tsx
@@ -3,10 +3,10 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Egan and Sons"
|
brandName="Egan and Sons"
|
||||||
/>
|
/>
|
||||||
@@ -59,69 +51,37 @@ export default function LandingPage() {
|
|||||||
description="Egan and Sons provides professional heating, plumbing, and property maintenance with a focus on safety, efficiency, and reliability. Serving our community for over 20 years."
|
description="Egan and Sons provides professional heating, plumbing, and property maintenance with a focus on safety, efficiency, and reliability. Serving our community for over 20 years."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "John Doe",
|
name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and very punctual. Fixed our boiler in no time.", rating: 5,
|
||||||
handle: "@johndoe",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=1"},
|
||||||
testimonial: "Excellent service and very punctual. Fixed our boiler in no time.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Jane Smith",
|
name: "Jane Smith", handle: "@janesmith", testimonial: "Professional and clean work. Highly recommended.", rating: 5,
|
||||||
handle: "@janesmith",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg?_wi=1"},
|
||||||
testimonial: "Professional and clean work. Highly recommended.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Mike Brown",
|
name: "Mike Brown", handle: "@mikebrown", testimonial: "Reliable plumbing services. Will use again.", rating: 4,
|
||||||
handle: "@mikebrown",
|
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg?_wi=1"},
|
||||||
testimonial: "Reliable plumbing services. Will use again.",
|
|
||||||
rating: 4,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Alice Green",
|
name: "Alice Green", handle: "@aliceg", testimonial: "Knowledgeable and polite staff. Handled our radiator issues perfectly.", rating: 5,
|
||||||
handle: "@aliceg",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1"},
|
||||||
testimonial: "Knowledgeable and polite staff. Handled our radiator issues perfectly.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Robert Kent",
|
name: "Robert Kent", handle: "@rkent", testimonial: "Top-tier maintenance work. My heating system has never been better.", rating: 5,
|
||||||
handle: "@rkent",
|
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg?_wi=1"},
|
||||||
testimonial: "Top-tier maintenance work. My heating system has never been better.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book an Inspection",
|
text: "Book an Inspection", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/classical-background-house-bath-interior_1203-5614.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/classical-background-house-bath-interior_1203-5614.jpg"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", alt: "satisfied client 1"},
|
||||||
alt: "satisfied client 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg", alt: "satisfied client 2"},
|
||||||
alt: "satisfied client 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg",
|
src: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", alt: "satisfied client 3"},
|
||||||
alt: "satisfied client 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
|
src: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", alt: "satisfied client 4"},
|
||||||
alt: "satisfied client 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891531.jpg",
|
src: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891531.jpg", alt: "satisfied client 5"},
|
||||||
alt: "satisfied client 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -131,9 +91,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Family Owned, Locally Trusted"
|
title="Family Owned, Locally Trusted"
|
||||||
description={[
|
description={[
|
||||||
"At Egan and Sons, we treat your home like our own. Our team of certified professionals ensures your heating and plumbing systems are running perfectly throughout the seasons.",
|
"At Egan and Sons, we treat your home like our own. Our team of certified professionals ensures your heating and plumbing systems are running perfectly throughout the seasons.", "We combine old-fashioned customer care with modern technical standards to deliver the best value for your property."]}
|
||||||
"We combine old-fashioned customer care with modern technical standards to deliver the best value for your property.",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -144,34 +102,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", label: "Heating", title: "Boiler & Heating Services", items: [
|
||||||
label: "Heating",
|
"Annual servicing", "Breakdown repair", "Radiator installation"],
|
||||||
title: "Boiler & Heating Services",
|
|
||||||
items: [
|
|
||||||
"Annual servicing",
|
|
||||||
"Breakdown repair",
|
|
||||||
"Radiator installation",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", label: "Oil Tanks", title: "Oil Tank Maintenance", items: [
|
||||||
label: "Oil Tanks",
|
"Replacement tanks", "Leak inspections", "Regulatory compliance"],
|
||||||
title: "Oil Tank Maintenance",
|
|
||||||
items: [
|
|
||||||
"Replacement tanks",
|
|
||||||
"Leak inspections",
|
|
||||||
"Regulatory compliance",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", label: "Plumbing", title: "Plumbing Solutions", items: [
|
||||||
label: "Plumbing",
|
"Pipe repairs", "Fixture installations", "Drain clearing"],
|
||||||
title: "Plumbing Solutions",
|
|
||||||
items: [
|
|
||||||
"Pipe repairs",
|
|
||||||
"Fixture installations",
|
|
||||||
"Drain clearing",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Professional Services"
|
title="Our Professional Services"
|
||||||
@@ -186,23 +126,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", icon: CheckCircle,
|
||||||
icon: CheckCircle,
|
title: "Years of Service", value: "20+"},
|
||||||
title: "Years of Service",
|
|
||||||
value: "20+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", icon: Star,
|
||||||
icon: Star,
|
title: "Happy Customers", value: "5000+"},
|
||||||
title: "Happy Customers",
|
|
||||||
value: "5000+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", icon: Award,
|
||||||
icon: Award,
|
title: "Qualified Engineers", value: "15"},
|
||||||
title: "Qualified Engineers",
|
|
||||||
value: "15",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Proven Quality"
|
title="Proven Quality"
|
||||||
description="Reliable stats backing our performance across the region."
|
description="Reliable stats backing our performance across the region."
|
||||||
@@ -216,45 +147,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and very punctual. Fixed our boiler in no time.", rating: 5,
|
||||||
name: "Sarah Miller",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=1"},
|
||||||
handle: "@sarah_m",
|
|
||||||
testimonial: "Fantastic response time during an emergency leak. True professionals.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Jane Smith", handle: "@janesmith", testimonial: "Professional and clean work. Highly recommended.", rating: 5,
|
||||||
name: "David W.",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg?_wi=1"},
|
||||||
handle: "@david_w",
|
|
||||||
testimonial: "Best service in town, honest and upfront pricing.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-making-shopping-list-home-kitchen-together_23-2149087124.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Mike Brown", handle: "@mikebrown", testimonial: "Reliable plumbing services. Will use again.", rating: 4,
|
||||||
name: "Elena R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg?_wi=1"},
|
||||||
handle: "@elena_r",
|
|
||||||
testimonial: "Managed our boiler and tanks for years, always consistent.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-her-wife-sitting-sofa-with-book_23-2147901503.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Alice Green", handle: "@aliceg", testimonial: "Knowledgeable and polite staff. Handled our radiator issues perfectly.", rating: 5,
|
||||||
name: "Mark L.",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1"},
|
||||||
handle: "@mark_l",
|
|
||||||
testimonial: "Professional team, left the place clean after work.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Robert Kent", handle: "@rkent", testimonial: "Top-tier maintenance work. My heating system has never been better.", rating: 5,
|
||||||
name: "Julia H.",
|
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg?_wi=1"},
|
||||||
handle: "@julia_h",
|
|
||||||
testimonial: "Quick to schedule and efficient on-site work.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-two-businessman-with-folder-clipboard_23-2147839930.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Customer Stories"
|
title="Customer Stories"
|
||||||
@@ -268,20 +174,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "How often should I service my boiler?", content: "We recommend an annual service to keep it efficient and safe."},
|
||||||
title: "How often should I service my boiler?",
|
|
||||||
content: "We recommend an annual service to keep it efficient and safe.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Do you provide emergency plumbing repairs?", content: "Yes, we prioritize urgent maintenance calls for existing customers."},
|
||||||
title: "Do you provide emergency plumbing repairs?",
|
|
||||||
content: "Yes, we prioritize urgent maintenance calls for existing customers.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Are your engineers qualified?", content: "All our engineers are fully licensed and regularly trained."},
|
||||||
title: "Are your engineers qualified?",
|
|
||||||
content: "All our engineers are fully licensed and regularly trained.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Get quick answers to common questions about our services."
|
description="Get quick answers to common questions about our services."
|
||||||
@@ -298,69 +195,44 @@ export default function LandingPage() {
|
|||||||
description="Learn how to keep your systems running smoothly between services."
|
description="Learn how to keep your systems running smoothly between services."
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "b1",
|
id: "b1", category: "Heating", title: "Preparing for Winter", excerpt: "How to bleed your radiators properly...", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-52877.jpg", authorName: "Egan Team", authorAvatar: "http://img.b2bpic.net/free-photo/profession-occupation-teamwork-job-concept-positive-maintenance-workers-enjoying-working-together-helping-people-with-repairing-fixing-things_273609-7881.jpg", date: "Nov 2024"},
|
||||||
category: "Heating",
|
|
||||||
title: "Preparing for Winter",
|
|
||||||
excerpt: "How to bleed your radiators properly...",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-52877.jpg",
|
|
||||||
authorName: "Egan Team",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/profession-occupation-teamwork-job-concept-positive-maintenance-workers-enjoying-working-together-helping-people-with-repairing-fixing-things_273609-7881.jpg",
|
|
||||||
date: "Nov 2024",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "b2",
|
id: "b2", category: "Safety", title: "Oil Tank Safety", excerpt: "What to look for in your tank...", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mechanic-with-protective-glasses-uniform_23-2148773437.jpg", authorName: "Egan Team", authorAvatar: "http://img.b2bpic.net/free-photo/emotional-furious-male-female-buillders-gesture-angrily-have-irritated-expressions-as-there-is-much-work_273609-8289.jpg", date: "Oct 2024"},
|
||||||
category: "Safety",
|
|
||||||
title: "Oil Tank Safety",
|
|
||||||
excerpt: "What to look for in your tank...",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mechanic-with-protective-glasses-uniform_23-2148773437.jpg",
|
|
||||||
authorName: "Egan Team",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/emotional-furious-male-female-buillders-gesture-angrily-have-irritated-expressions-as-there-is-much-work_273609-8289.jpg",
|
|
||||||
date: "Oct 2024",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "b3",
|
id: "b3", category: "DIY", title: "Common Plumbing Myths", excerpt: "Things to avoid doing yourself...", imageSrc: "http://img.b2bpic.net/free-photo/builder-handyman-with-construction-tools-house-house-renovation-concept_169016-5873.jpg", authorName: "Egan Team", authorAvatar: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11116.jpg", date: "Sep 2024"},
|
||||||
category: "DIY",
|
|
||||||
title: "Common Plumbing Myths",
|
|
||||||
excerpt: "Things to avoid doing yourself...",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-handyman-with-construction-tools-house-house-renovation-concept_169016-5873.jpg",
|
|
||||||
authorName: "Egan Team",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11116.jpg",
|
|
||||||
date: "Sep 2024",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
tag="Contact Us"
|
||||||
background={{
|
title="Get in Touch"
|
||||||
variant: "gradient-bars",
|
description="12 Main Street, Dublin, Ireland | Phone: (01) 555 0123 | Email: hello@eganandsons.ie | Hours: Mon-Fri 8am-6pm"
|
||||||
}}
|
|
||||||
text="Ready to get started? Contact Egan and Sons today for a free assessment."
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Call Us", href: "tel:+35315550123" },
|
||||||
text: "Call Now: 555-0123",
|
{ text: "Email Us", href: "mailto:hello@eganandsons.ie" }
|
||||||
href: "tel:5550123",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
background={{ variant: "plain" }}
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterBaseCard
|
||||||
logoText="Egan and Sons"
|
logoText="Egan and Sons"
|
||||||
leftLink={{
|
columns={[
|
||||||
text: "Privacy Policy",
|
{
|
||||||
href: "#",
|
title: "Services", items: [{ label: "Boiler Heating", href: "#features" }, { label: "Oil Tanks", href: "#features" }, { label: "Plumbing", href: "#features" }]
|
||||||
}}
|
},
|
||||||
rightLink={{
|
{
|
||||||
text: "© 2024 Egan and Sons",
|
title: "Support", items: [{ label: "Contact Us", href: "#contact" }, { label: "FAQs", href: "#faq" }, { label: "Privacy Policy", href: "#" }]
|
||||||
href: "#",
|
}
|
||||||
}}
|
]}
|
||||||
|
copyrightText="© 2024 Egan and Sons. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user