509 lines
18 KiB
TypeScript
509 lines
18 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
import { CheckCircle } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="bounce-effect"
|
|
defaultTextAnimation="background-highlight"
|
|
borderRadius="rounded"
|
|
contentWidth="medium"
|
|
sizing="largeSmallSizeMediumTitles"
|
|
background="circleGradient"
|
|
cardStyle="inset"
|
|
primaryButtonStyle="radial-glow"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="semibold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleApple
|
|
navItems={[
|
|
{
|
|
name: "Home",
|
|
id: "home",
|
|
|
|
},
|
|
{
|
|
name: "Services",
|
|
id: "services",
|
|
|
|
},
|
|
{
|
|
name: "Gallery",
|
|
id: "gallery",
|
|
|
|
},
|
|
{
|
|
name: "About",
|
|
id: "about",
|
|
|
|
},
|
|
{
|
|
name: "Contact",
|
|
id: "contact",
|
|
|
|
},
|
|
{
|
|
name: "Partner",
|
|
id: "partner",
|
|
|
|
},
|
|
]}
|
|
brandName="Nayib Doors Service INC."
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroLogo
|
|
logoText="Nayib Doors Service INC."
|
|
description="Your trusted partner for expert interior, exterior, and trim installation. Quality craftsmanship for homeowners, builders, and contractors."
|
|
buttons={[
|
|
{
|
|
text: "Get a Free Quote",
|
|
href: "/contact",
|
|
},
|
|
{
|
|
text: "View Services",
|
|
href: "/services",
|
|
},
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
imageSrc="http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg"
|
|
imageAlt="Professional construction worker installing a door in a modern home"
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<TestimonialAboutCard
|
|
useInvertedBackground={true}
|
|
tag="Our Commitment"
|
|
title="Dedicated to Excellence in Every Detail"
|
|
description="Nayib Doors Service INC. brings years of experience and a commitment to precision in every installation. We pride ourselves on reliability, efficiency, and a meticulous approach to ensure lasting quality for all our clients."
|
|
subdescription="From residential homes to large-scale contractor projects, our skilled team is dedicated to delivering superior results that exceed expectations. We build trust through transparency and exceptional service."
|
|
icon={CheckCircle}
|
|
imageSrc="http://img.b2bpic.net/free-photo/team-meeting-renewable-energy-project_23-2148890074.jpg"
|
|
mediaAnimation="slide-up"
|
|
imageAlt="Professional construction team on site reviewing plans"
|
|
/>
|
|
</div>
|
|
|
|
<div id="features-overview" data-section="features-overview">
|
|
<FeatureCardThree
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="three-columns-all-equal-width"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
id: "interior-door",
|
|
title: "Interior Door Installation",
|
|
description: "Flawless installation of all types of interior doors, enhancing your home's aesthetic and functionality.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/joiner-polishes-wooden-board-workshop_1163-3113.jpg",
|
|
imageAlt: "Interior door installation in a modern home",
|
|
},
|
|
{
|
|
id: "exterior-door",
|
|
title: "Exterior Door Installation",
|
|
description: "Secure and stylish exterior door installations, ensuring energy efficiency and curb appeal.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/good-morning-woman-drinks-coffe-lady-by-window_1157-44589.jpg",
|
|
imageAlt: "Exterior door installation on a new house",
|
|
},
|
|
{
|
|
id: "trim-installation",
|
|
title: "Trim Installation",
|
|
description: "Precision trim work, including baseboards, casings, and crown molding, for a refined finish.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/parallel-sections-light-diagonal-minimal-kitchen_169016-69155.jpg",
|
|
imageAlt: "Trim installation for baseboards and finish carpentry",
|
|
},
|
|
]}
|
|
title="Our Expert Services"
|
|
description="Nayib Doors Service INC. specializes in a comprehensive range of door and trim installation services for diverse projects."
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardOne
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="three-columns-all-equal-width"
|
|
useInvertedBackground={true}
|
|
testimonials={[
|
|
{
|
|
id: "1",
|
|
name: "Sarah Johnson",
|
|
role: "Homeowner",
|
|
company: "Residential Client",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-standing-balcony_23-2147992144.jpg",
|
|
imageAlt: "Satisfied homeowner smiling professionally",
|
|
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Michael Chen",
|
|
role: "Project Manager",
|
|
company: "Alpha Builders",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-wearing-helmet_23-2148921379.jpg",
|
|
imageAlt: "Project manager on a construction site smiling",
|
|
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "Emily Rodriguez",
|
|
role: "Interior Designer",
|
|
company: "Design Innovations",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg",
|
|
imageAlt: "Architect reviewing blueprints happily",
|
|
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "David Kim",
|
|
role: "General Contractor",
|
|
company: "Elite Construction",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg",
|
|
imageAlt: "Homeowner standing in front of a newly installed door",
|
|
|
|
},
|
|
]}
|
|
title="What Our Clients Say"
|
|
description="Hear from homeowners and contractors who trust Nayib Doors Service INC. for their quality door and trim installation needs."
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact-cta" data-section="contact-cta">
|
|
<ContactSplitForm
|
|
useInvertedBackground={false}
|
|
title="Ready for Your Next Project?"
|
|
description="Get a free, no-obligation quote today for your door or trim installation needs. We're here to help!"
|
|
inputs={[
|
|
{
|
|
name: "name",
|
|
type: "text",
|
|
placeholder: "Your Name",
|
|
required: true,
|
|
},
|
|
{
|
|
name: "email",
|
|
type: "email",
|
|
placeholder: "Your Email",
|
|
required: true,
|
|
},
|
|
{
|
|
name: "phone",
|
|
type: "tel",
|
|
placeholder: "Your Phone Number",
|
|
required: false,
|
|
},
|
|
{
|
|
name: "projectType",
|
|
type: "text",
|
|
placeholder: "Project Type (e.g., Interior Doors, Trim)",
|
|
required: true,
|
|
},
|
|
]}
|
|
textarea={{
|
|
name: "message",
|
|
placeholder: "Tell us about your project...",
|
|
rows: 4,
|
|
required: false,
|
|
}}
|
|
imageSrc="http://img.b2bpic.net/free-photo/african-man-black-suit-old-engineer-with-boss-young-guy-with-senior-man-writing-board_1157-48541.jpg"
|
|
mediaAnimation="slide-up"
|
|
mediaPosition="right"
|
|
buttonText="Request a Quote"
|
|
imageAlt="Construction site blueprints client meeting for a quote"
|
|
/>
|
|
</div>
|
|
|
|
<div id="services-page" data-section="services-page">
|
|
<FeatureCardThree
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="uniform-all-items-equal"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
id: "interior-door",
|
|
title: "Interior Door Installation",
|
|
description: "Flawless installation of all types of interior doors, enhancing your home's aesthetic and functionality.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/joiner-polishes-wooden-board-workshop_1163-3113.jpg",
|
|
imageAlt: "Interior door installation in a modern home",
|
|
},
|
|
{
|
|
id: "exterior-door",
|
|
title: "Exterior Door Installation",
|
|
description: "Secure and stylish exterior door installations, ensuring energy efficiency and curb appeal.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/good-morning-woman-drinks-coffe-lady-by-window_1157-44589.jpg",
|
|
imageAlt: "Exterior door installation on a new house",
|
|
},
|
|
{
|
|
id: "trim-installation",
|
|
title: "Trim Installation",
|
|
description: "Precision trim work, including baseboards, casings, and crown molding, for a refined finish.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/parallel-sections-light-diagonal-minimal-kitchen_169016-69155.jpg",
|
|
imageAlt: "Trim installation for baseboards and finish carpentry",
|
|
},
|
|
]}
|
|
title="Our Expert Services"
|
|
description="Nayib Doors Service INC. specializes in a comprehensive range of door and trim installation services for diverse projects."
|
|
tag="Our Expertise"
|
|
/>
|
|
</div>
|
|
|
|
<div id="gallery-page" data-section="gallery-page">
|
|
<ProductCardThree
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="three-columns-all-equal-width"
|
|
useInvertedBackground={true}
|
|
products={[
|
|
{
|
|
id: "proj-1",
|
|
name: "Residential Interior Doors",
|
|
price: "View Project",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378912.jpg",
|
|
imageAlt: "Residential interior door project, modern white door",
|
|
},
|
|
{
|
|
id: "proj-2",
|
|
name: "Modern Exterior Entry",
|
|
price: "View Project",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-residential-door-city_23-2148798696.jpg",
|
|
imageAlt: "Modern exterior door installation on a home, sleek design",
|
|
},
|
|
{
|
|
id: "proj-3",
|
|
name: "Custom Trim & Millwork",
|
|
price: "View Project",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-with-hammer-hits-wood_329181-15616.jpg",
|
|
imageAlt: "Custom trim work highlighting detailed carpentry",
|
|
},
|
|
{
|
|
id: "proj-4",
|
|
name: "Grand Entryway Installation",
|
|
price: "View Project",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-decorative-door-geometric-design-pastel-urban-facade_169016-68164.jpg",
|
|
imageAlt: "Grand entryway door installation, luxury design",
|
|
},
|
|
{
|
|
id: "proj-5",
|
|
name: "Elegant French Doors",
|
|
price: "View Project",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447188.jpg",
|
|
imageAlt: "Elegant French doors in an interior setting",
|
|
},
|
|
{
|
|
id: "proj-6",
|
|
name: "Sleek Modern Door Solutions",
|
|
price: "View Project",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/green-doors-with-amber-glass-pastel-facade-geometric-city-entrance_169016-71017.jpg",
|
|
imageAlt: "Sleek modern doors with minimalist interior design",
|
|
},
|
|
]}
|
|
title="Our Portfolio of Completed Projects"
|
|
description="Showcasing the quality and precision of Nayib Doors Service INC. through a selection of our finest interior, exterior, and trim installations."
|
|
/>
|
|
</div>
|
|
|
|
<div id="about-page" data-section="about-page">
|
|
<TestimonialAboutCard
|
|
useInvertedBackground={true}
|
|
tag="Our Commitment"
|
|
title="Dedicated to Excellence in Every Detail"
|
|
description="Nayib Doors Service INC. brings years of experience and a commitment to precision in every installation. We pride ourselves on reliability, efficiency, and a meticulous approach to ensure lasting quality for all our clients."
|
|
subdescription="From residential homes to large-scale contractor projects, our skilled team is dedicated to delivering superior results that exceed expectations. We build trust through transparency and exceptional service."
|
|
icon={CheckCircle}
|
|
imageSrc="http://img.b2bpic.net/free-photo/team-meeting-renewable-energy-project_23-2148890074.jpg"
|
|
mediaAnimation="slide-up"
|
|
imageAlt="Professional construction team on site reviewing plans"
|
|
/>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardSeven
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
metrics={[
|
|
{
|
|
id: "m1",
|
|
value: "10+",
|
|
title: "Years of Experience",
|
|
items: [
|
|
"Over a decade of industry expertise",
|
|
"Mastering diverse installation techniques",
|
|
"Continuously adapting to new styles",
|
|
],
|
|
},
|
|
{
|
|
id: "m2",
|
|
value: "500+",
|
|
title: "Projects Completed",
|
|
items: [
|
|
"Successful residential installations",
|
|
"Seamless subcontractor collaborations",
|
|
"Diverse project portfolio",
|
|
],
|
|
},
|
|
{
|
|
id: "m3",
|
|
value: "99%",
|
|
title: "Client Satisfaction",
|
|
items: [
|
|
"Dedicated to exceeding expectations",
|
|
"Building long-term client relationships",
|
|
"Exceptional feedback and referrals",
|
|
],
|
|
},
|
|
]}
|
|
title="Our Impact & Expertise"
|
|
description="Numbers that speak to our commitment, experience, and client satisfaction in door and trim installations."
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact-page" data-section="contact-page">
|
|
<ContactSplitForm
|
|
useInvertedBackground={false}
|
|
title="Ready for Your Next Project?"
|
|
description="Get a free, no-obligation quote today for your door or trim installation needs. We're here to help!"
|
|
inputs={[
|
|
{
|
|
name: "name",
|
|
type: "text",
|
|
placeholder: "Your Name",
|
|
required: true,
|
|
},
|
|
{
|
|
name: "email",
|
|
type: "email",
|
|
placeholder: "Your Email",
|
|
required: true,
|
|
},
|
|
{
|
|
name: "phone",
|
|
type: "tel",
|
|
placeholder: "Your Phone Number",
|
|
required: false,
|
|
},
|
|
{
|
|
name: "projectType",
|
|
type: "text",
|
|
placeholder: "Project Type (e.g., Interior Doors, Trim)",
|
|
required: true,
|
|
},
|
|
]}
|
|
textarea={{
|
|
name: "message",
|
|
placeholder: "Tell us about your project...",
|
|
rows: 4,
|
|
required: false,
|
|
}}
|
|
imageSrc="http://img.b2bpic.net/free-photo/african-man-black-suit-old-engineer-with-boss-young-guy-with-senior-man-writing-board_1157-48541.jpg"
|
|
mediaAnimation="slide-up"
|
|
mediaPosition="right"
|
|
buttonText="Request a Quote"
|
|
imageAlt="Construction site blueprints client meeting for a quote"
|
|
/>
|
|
</div>
|
|
|
|
<div id="partner-with-us" data-section="partner-with-us">
|
|
<SocialProofOne
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
names={[
|
|
"Leading Builders",
|
|
"General Contractors",
|
|
"Development Firms",
|
|
"Renovation Specialists",
|
|
"Construction Partners",
|
|
"Residential Developers",
|
|
"Commercial Contractors",
|
|
]}
|
|
title="Partner with Nayib Doors Service INC."
|
|
description="We are actively seeking partnerships with reputable builders, general contractors, and construction companies. Leverage our expertise for seamless door and trim installations on your next project, ensuring quality and efficiency."
|
|
showCard={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterBaseCard
|
|
logoText="Nayib Doors Service INC."
|
|
columns={[
|
|
{
|
|
title: "Company",
|
|
items: [
|
|
{
|
|
label: "Home",
|
|
href: "/",
|
|
},
|
|
{
|
|
label: "About Us",
|
|
href: "/about",
|
|
},
|
|
{
|
|
label: "Services",
|
|
href: "/services",
|
|
},
|
|
{
|
|
label: "Gallery",
|
|
href: "/gallery",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Connect",
|
|
items: [
|
|
{
|
|
label: "Contact Us",
|
|
href: "/contact",
|
|
},
|
|
{
|
|
label: "Partner with Us",
|
|
href: "/partner",
|
|
},
|
|
{
|
|
label: "Get a Quote",
|
|
href: "/contact",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
title: "Legal",
|
|
items: [
|
|
{
|
|
label: "Privacy Policy",
|
|
href: "#",
|
|
},
|
|
{
|
|
label: "Terms of Service",
|
|
href: "#",
|
|
},
|
|
],
|
|
},
|
|
]}
|
|
copyrightText="© 2024 Nayib Doors Service INC. All rights reserved."
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|