Merge version_2 into main #3
@@ -3,9 +3,8 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Star } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -22,37 +21,34 @@ export default function AboutPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
]}
|
||||
brandName="EU Gardening Services"
|
||||
button={{ text: "Get a Free Quote", href: "/#contact" }}
|
||||
/>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" }
|
||||
]}
|
||||
brandName="EU Gardening Services"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about" className="py-20">
|
||||
<SplitAbout
|
||||
<MediaAbout
|
||||
title="About EU Gardening Services"
|
||||
description="Based in Manchester, we are dedicated to providing rapid and professional gardening solutions. With a 4.8-star rating from 69 happy reviews, our reputation for quality and speed speaks for itself. Whether you need regular lawn maintenance, landscaping, or pest control, our team at 1341 Ashton Old Rd is ready to help."
|
||||
bulletPoints={[
|
||||
{ title: "Services Offered", description: "Lawn mowing, regular maintenance, professional landscaping, and pest control." },
|
||||
{ title: "Contact Us", description: "Reach us at 07496 786474 for any inquiries or to schedule a visit." },
|
||||
{ title: "Location", description: "1341 Ashton Old Rd, Manchester" }
|
||||
]}
|
||||
mediaBadge={{ text: "4.8 Star Rating (69 Reviews)" }}
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-gardener-man-wearing-jumpsuit-showing-potted-plant-smiling-looking-front-standing-light-green-wall_141793-96370.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterBaseCard
|
||||
logoText="EU Gardening Services"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }] },
|
||||
]}
|
||||
/>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="EU Gardening Services"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "Home", href: "/" }, { label: "About Us", href: "/about" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user