Merge version_1 into main #2
310
src/app/page.tsx
310
src/app/page.tsx
@@ -9,7 +9,7 @@ import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { CheckCircle, DollarSign, Headphones, MapPin, Zap } from "lucide-react";
|
||||
import { CheckCircle, DollarSign, Headphones, MapPin, Zap, Wrench, Truck, Settings, Hammer } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,232 +26,100 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="Island Plumbing"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Island Plumbing"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Quality Plumbing & Heating Parts — Ready When You Need Them"
|
||||
description="Same-day pickup, expert advice, and dependable parts for contractors and homeowners in Brooklyn."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-coworkers-holding-tablets-showing-thumbs-up-stairs_1262-20218.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
]}
|
||||
avatarText="34+ Trusted Reviews"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now — 24/7 Support",
|
||||
href: "tel:+15165141013",
|
||||
},
|
||||
{
|
||||
text: "Shop Parts Online",
|
||||
href: "/shop",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Assured",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Contractor Rates",
|
||||
icon: DollarSign,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Same-Day Pickup",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Support",
|
||||
icon: Headphones,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Brooklyn Trusted",
|
||||
icon: MapPin,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Quality Plumbing & Heating Parts — Ready When You Need Them"
|
||||
description="Same-day pickup, expert advice, and dependable parts for contractors and homeowners in Brooklyn."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-coworkers-holding-tablets-showing-thumbs-up-stairs_1262-20218.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg", alt: "Client" },
|
||||
]}
|
||||
avatarText="34+ Trusted Reviews"
|
||||
buttons={[
|
||||
{ text: "Call Now — 24/7 Support", href: "tel:+15165141013" },
|
||||
{ text: "Shop Parts Online", href: "/shop" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Quality Assured", icon: CheckCircle },
|
||||
{ type: "text-icon", text: "Contractor Rates", icon: DollarSign },
|
||||
{ type: "text-icon", text: "Same-Day Pickup", icon: Zap },
|
||||
{ type: "text-icon", text: "Expert Support", icon: Headphones },
|
||||
{ type: "text-icon", text: "Brooklyn Trusted", icon: MapPin },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Local Supply. Professional Support."
|
||||
description={[
|
||||
"For over three decades, Island Plumbing & Heating Supply has been Brooklyn's go-to source for quality supplies. Our family-owned business combines old-school values with modern expertise to keep Brooklyn flowing.",
|
||||
"Extensive inventory of name-brand supplies, knowledgeable staff, and competitive pricing for contractors and homeowners.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Local Supply. Professional Support."
|
||||
description={[
|
||||
"For over three decades, Island Plumbing & Heating Supply has been Brooklyn's go-to source for quality supplies. Our family-owned business combines old-school values with modern expertise to keep Brooklyn flowing.", "Extensive inventory of name-brand supplies, knowledgeable staff, and competitive pricing for contractors and homeowners."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Massive Inventory",
|
||||
description: "Always in stock and ready for same-day pickup.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-mechanical-tools_23-2148557958.jpg",
|
||||
buttonIcon: "Wrench",
|
||||
},
|
||||
{
|
||||
title: "Reliable Delivery",
|
||||
description: "Fast shipping throughout Brooklyn.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-latin-courier-delivering-order-looking-away-professional-young-beautiful-deliverywoman-carrying-yellow-backpack-wearing-red-uniform-food-delivery-service-post-concept_74855-11635.jpg",
|
||||
buttonIcon: "Truck",
|
||||
},
|
||||
{
|
||||
title: "Expert Consultation",
|
||||
description: "Professional guidance for your projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg?_wi=1",
|
||||
buttonIcon: "Gear",
|
||||
},
|
||||
{
|
||||
title: "Contractor Accounts",
|
||||
description: "Bulk pricing and specialized support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-brochure_23-2147635105.jpg?_wi=1",
|
||||
buttonIcon: "Tools",
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Solutions"
|
||||
description="Providing the tools, parts, and expertise you need to get the job done right, the first time."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Massive Inventory", description: "Always in stock and ready for same-day pickup.", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-mechanical-tools_23-2148557958.jpg", buttonIcon: Wrench },
|
||||
{ title: "Reliable Delivery", description: "Fast shipping throughout Brooklyn.", imageSrc: "http://img.b2bpic.net/free-photo/confident-latin-courier-delivering-order-looking-away-professional-young-beautiful-deliverywoman-carrying-yellow-backpack-wearing-red-uniform-food-delivery-service-post-concept_74855-11635.jpg", buttonIcon: Truck },
|
||||
{ title: "Expert Consultation", description: "Professional guidance for your projects.", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", buttonIcon: Settings },
|
||||
{ title: "Contractor Accounts", description: "Bulk pricing and specialized support.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-brochure_23-2147635105.jpg", buttonIcon: Hammer },
|
||||
]}
|
||||
title="Comprehensive Solutions"
|
||||
description="Providing the tools, parts, and expertise you need to get the job done right, the first time."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Milton K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "D. Blanto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-coworkers-holding-tablets-showing-thumbs-up-stairs_1262-20218.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "I. Kay",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Nathan Craig",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amari Damian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="What Our Customers Say"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Milton K.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mid-adult-businessman-using-computer-while-working-office-desk_637285-6746.jpg" },
|
||||
{ id: "2", name: "D. Blanto", imageSrc: "http://img.b2bpic.net/free-photo/happy-coworkers-holding-tablets-showing-thumbs-up-stairs_1262-20218.jpg" },
|
||||
{ id: "3", name: "I. Kay", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg" },
|
||||
{ id: "4", name: "Nathan Craig", imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg" },
|
||||
{ id: "5", name: "Amari Damian", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg" },
|
||||
]}
|
||||
cardTitle="What Our Customers Say"
|
||||
cardTag="Reviews"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection />
|
||||
</div>
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection layout="default" title="Legal Information" sections={[]} />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301105.jpg?_wi=1"
|
||||
logoText="Island Plumbing"
|
||||
columns={[
|
||||
{
|
||||
title: "Store",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Hours",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Emergency Repair",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Contractor Account",
|
||||
href: "/contractor-accounts",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301105.jpg"
|
||||
logoText="Island Plumbing"
|
||||
columns={[
|
||||
{ title: "Store", items: [{ label: "About Us", href: "/about" }, { label: "Hours", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Emergency Repair", href: "/services" }, { label: "Contractor Account", href: "/contractor-accounts" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user