Merge version_1 into main #2
151
src/app/page.tsx
151
src/app/page.tsx
@@ -6,7 +6,6 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Award, MapPin, ShieldCheck } from "lucide-react";
|
||||
@@ -29,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Narborough Landscapes"
|
||||
/>
|
||||
@@ -52,61 +39,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Serving Leicester for Over 22 Years"
|
||||
description="Professional fencing, patios, and full garden transformations built to last. Quality craftsmanship backed by a local guarantee."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-unknown-woman-posing_23-2149417557.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-smiling-happy-sincere-natural-positive-emotion-isolated-white-background-checkered-shirt-hipster-style-modern-youth-student_285396-2840.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-happy-african-american-woman-has-surprised-joyful-expression-cannot-believe-sudden-success-dressed-casual-white-jumper_273609-43273.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-unknown-woman-posing_23-2149417557.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-unknown-woman-posing_23-2149417557.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-smiling-happy-sincere-natural-positive-emotion-isolated-white-background-checkered-shirt-hipster-style-modern-youth-student_285396-2840.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-happy-african-american-woman-has-surprised-joyful-expression-cannot-believe-sudden-success-dressed-casual-white-jumper_273609-43273.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-unknown-woman-posing_23-2149417557.jpg", alt: "Customer" },
|
||||
]}
|
||||
avatarText="Trusted by hundreds in Leicestershire"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get a Free Quote", href: "/contact" }]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fencing Specialist",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Driveway Expert",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Patio Installation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Garden Landscaping",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "22 Years Experience",
|
||||
},
|
||||
{ type: "text", text: "Fencing Specialist" },
|
||||
{ type: "text", text: "Driveway Expert" },
|
||||
{ type: "text", text: "Patio Installation" },
|
||||
{ type: "text", text: "Garden Landscaping" },
|
||||
{ type: "text", text: "22 Years Experience" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,21 +66,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Professional Commitment"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Experience",
|
||||
value: "22+ Years",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Status",
|
||||
value: "Verified",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Serving",
|
||||
value: "Leicestershire",
|
||||
},
|
||||
{ icon: Award, label: "Experience", value: "22+ Years" },
|
||||
{ icon: ShieldCheck, label: "Status", value: "Verified" },
|
||||
{ icon: MapPin, label: "Serving", value: "Leicestershire" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -142,21 +80,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our landscaping process in Leicester."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-box_23-2148013378.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-box_23-2148013378.jpg"
|
||||
imageAlt="Garden Consultation"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you provide free quotes?",
|
||||
content: "Yes, we offer free, no-obligation site surveys and quotes for all our services.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does a typical installation take?",
|
||||
content: "Depending on the scope, most projects are completed within 1-2 weeks.",
|
||||
},
|
||||
{ id: "1", title: "Do you provide free quotes?", content: "Yes, we offer free, no-obligation site surveys and quotes for all our services." },
|
||||
{ id: "2", title: "How long does a typical installation take?", content: "Depending on the scope, most projects are completed within 1-2 weeks." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,47 +98,24 @@ export default function LandingPage() {
|
||||
title="Trusted by Local Homeowners"
|
||||
description="We are proud to serve our community with excellence."
|
||||
names={[
|
||||
"Leicester Homeowners Association",
|
||||
"Leicestershire Garden Guild",
|
||||
"UK Fencing Federation",
|
||||
"Local Trades Verified",
|
||||
"Community Landscaping Awards",
|
||||
]}
|
||||
"Leicester Homeowners Association", "Leicestershire Garden Guild", "UK Fencing Federation", "Local Trades Verified", "Community Landscaping Awards"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Narborough Landscapes & Fencing Ltd"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Fencing",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Patios",
|
||||
href: "/services",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Fencing", href: "/services" },
|
||||
{ label: "Patios", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/#about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user