Merge version_2 into main #1
137
src/app/page.tsx
137
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Items",
|
||||
id: "items",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Items", id: "items" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Deans Electrical"
|
||||
/>
|
||||
@@ -53,38 +41,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Quality Electrical, Plumbing & Hardware Supplies"
|
||||
description="Deans Electrical Plumbing & Hardware provides comprehensive supplies for all your home improvement and professional projects. Visit us for reliable service and expert advice."
|
||||
tag="Trusted Since 1980"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nz1SD2kx0ZQ0pMoWmysgAcHM/uploaded-1779477733513-uhfn52dl.png",
|
||||
imageAlt: "Deans Logo",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E5nz1SD2kx0ZQ0pMoWmysgAcHM/uploaded-1779477733513-uhfn52dl.png", imageAlt: "Deans Logo"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/designer-using-3d-printer_23-2150942019.jpg",
|
||||
imageAlt: "Store Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-tools-dark-table_23-2147743045.jpg",
|
||||
imageAlt: "Electrical tools on dark table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-electrical-tools-table_23-2147743032.jpg",
|
||||
imageAlt: "Different electrical tools on table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428275.jpg",
|
||||
imageAlt: "Top view different types of tools",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/designer-using-3d-printer_23-2150942019.jpg", imageAlt: "Store Interior"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -101,47 +70,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Electrical Cables & Conduits",
|
||||
price: "From $5",
|
||||
variant: "Electrical",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg",
|
||||
},
|
||||
id: "1", name: "Electrical Cables & Conduits", price: "From $5", variant: "Electrical", imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131721.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Premium PVC Pipes",
|
||||
price: "From $12",
|
||||
variant: "Plumbing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-construction-tools-as-brick-hammer-pipe-wrench-putty-knife-paint-brush-open-end-wrench-gray-background-with-copy-space_141793-14397.jpg",
|
||||
},
|
||||
id: "2", name: "Premium PVC Pipes", price: "From $12", variant: "Plumbing", imageSrc: "http://img.b2bpic.net/free-photo/top-view-construction-tools-as-brick-hammer-pipe-wrench-putty-knife-paint-brush-open-end-wrench-gray-background-with-copy-space_141793-14397.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Professional Grade Tools",
|
||||
price: "From $45",
|
||||
variant: "Hardware",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electric-hammer-drill-lies-wooden-table_93675-132698.jpg",
|
||||
},
|
||||
id: "3", name: "Professional Grade Tools", price: "From $45", variant: "Hardware", imageSrc: "http://img.b2bpic.net/free-photo/electric-hammer-drill-lies-wooden-table_93675-132698.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Interior Fixtures",
|
||||
price: "From $20",
|
||||
variant: "Hardware",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wires-instruments-table_23-2147743024.jpg",
|
||||
},
|
||||
id: "4", name: "Interior Fixtures", price: "From $20", variant: "Hardware", imageSrc: "http://img.b2bpic.net/free-photo/wires-instruments-table_23-2147743024.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Faucet & Drain Sets",
|
||||
price: "From $35",
|
||||
variant: "Plumbing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062952.jpg",
|
||||
},
|
||||
id: "5", name: "Faucet & Drain Sets", price: "From $35", variant: "Plumbing", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062952.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Industrial Fasteners",
|
||||
price: "From $2",
|
||||
variant: "Hardware",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-tools-set-damaged-mosquito-wire-screen-which-need-be-fixed_1150-6573.jpg",
|
||||
},
|
||||
id: "6", name: "Industrial Fasteners", price: "From $2", variant: "Hardware", imageSrc: "http://img.b2bpic.net/free-photo/hand-tools-set-damaged-mosquito-wire-screen-which-need-be-fixed_1150-6573.jpg"},
|
||||
]}
|
||||
title="Our Available Supplies"
|
||||
description="High-quality products across electrical, plumbing, and hardware departments to handle any task."
|
||||
@@ -156,25 +95,15 @@ export default function LandingPage() {
|
||||
author="Marcus Thompson"
|
||||
avatars={[
|
||||
{
|
||||
src: "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",
|
||||
alt: "Marcus T",
|
||||
},
|
||||
src: "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", alt: "Marcus T"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371200.jpg",
|
||||
alt: "Sarah J",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371200.jpg", alt: "Sarah J"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-workshop-holding-tablet-showing-ok-sign_23-2148836041.jpg",
|
||||
alt: "David L",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-workshop-holding-tablet-showing-ok-sign_23-2148836041.jpg", alt: "David L"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-men-holding-thumbs-up_23-2148752021.jpg",
|
||||
alt: "Emily R",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-men-holding-thumbs-up_23-2148752021.jpg", alt: "Emily R"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tailor-standing-near-table-with-sewing-machine-looking-away-sewing-workshop_613910-5265.jpg",
|
||||
alt: "Kevin B",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tailor-standing-near-table-with-sewing-machine-looking-away-sewing-workshop_613910-5265.jpg", alt: "Kevin B"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -189,30 +118,15 @@ export default function LandingPage() {
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-construction-worker-uniform-cap-doing-yes-gesture-guy-girl-with-closed-eyes_141793-112062.jpg",
|
||||
},
|
||||
id: "1", name: "James P.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-construction-worker-uniform-cap-doing-yes-gesture-guy-girl-with-closed-eyes_141793-112062.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-old-phone_23-2149640705.jpg",
|
||||
},
|
||||
id: "2", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-old-phone_23-2149640705.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-construction-worker-uniform-cap-looking-side-showing-empty-hand-surprised-guy-excited-girl-keeping-hand-guy-s-shoulder_141793-111992.jpg",
|
||||
},
|
||||
id: "3", name: "Robert S.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-construction-worker-uniform-cap-looking-side-showing-empty-hand-surprised-guy-excited-girl-keeping-hand-guy-s-shoulder_141793-111992.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alice T.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg",
|
||||
},
|
||||
id: "4", name: "Alice T.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kevin D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346501.jpg",
|
||||
},
|
||||
id: "5", name: "Kevin D.", imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346501.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -221,8 +135,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us Today"
|
||||
title="Location & Contact Information"
|
||||
description="Corner St Clair Road, Arouca: +1 (868) 701-1945. Also find us at #78 Eastern Main Road, D’abadie: +1 (868) 231-9433. We are open Monday to Sunday."
|
||||
|
||||
Reference in New Issue
Block a user