Update src/app/page.tsx
This commit is contained in:
228
src/app/page.tsx
228
src/app/page.tsx
@@ -28,30 +28,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "/testimonials",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Testimonials", id: "/testimonials" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Plomero AI"
|
||||
/>
|
||||
@@ -61,33 +43,13 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="Plomero & Electricista"
|
||||
description="Your Trusted Home Repair Experts – Fast, Reliable, Professional."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get a Free Quote", href: "/contact" }]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg?_wi=1",
|
||||
imageAlt: "Plumbing Solutions",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5877.jpg?_wi=1",
|
||||
imageAlt: "Electrical Excellence",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17478.jpg?_wi=1",
|
||||
imageAlt: "Professional Handyman",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358986.jpg?_wi=1",
|
||||
imageAlt: "Home Repair",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-measuring-wood-medium-shot_23-2148966864.jpg?_wi=1",
|
||||
imageAlt: "Expert Maintenance",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg", imageAlt: "Plumbing Solutions" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5877.jpg", imageAlt: "Electrical Excellence" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17478.jpg", imageAlt: "Professional Handyman" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358986.jpg", imageAlt: "Home Repair" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-measuring-wood-medium-shot_23-2148966864.jpg", imageAlt: "Expert Maintenance" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,39 +60,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Plumbing",
|
||||
author: "Pro Team",
|
||||
description: "Expert drain cleaning, pipe repairs, and new installations for kitchens and bathrooms.",
|
||||
tags: [
|
||||
"Plumbing",
|
||||
"Repairs",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Electrical",
|
||||
author: "Licensed Tech",
|
||||
description: "Safe, efficient wiring, light fixture installations, and electrical troubleshooting.",
|
||||
tags: [
|
||||
"Electrical",
|
||||
"Safety",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5877.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Handyman",
|
||||
author: "Master Craftsman",
|
||||
description: "Full home maintenance, mounting services, repairs, and general carpentry works.",
|
||||
tags: [
|
||||
"Handyman",
|
||||
"Maintenance",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17478.jpg?_wi=2",
|
||||
},
|
||||
{ id: "f1", title: "Plumbing", author: "Pro Team", description: "Expert drain cleaning, pipe repairs, and new installations for kitchens and bathrooms.", tags: ["Plumbing", "Repairs"], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg" },
|
||||
{ id: "f2", title: "Electrical", author: "Licensed Tech", description: "Safe, efficient wiring, light fixture installations, and electrical troubleshooting.", tags: ["Electrical", "Safety"], imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5877.jpg" },
|
||||
{ id: "f3", title: "Handyman", author: "Master Craftsman", description: "Full home maintenance, mounting services, repairs, and general carpentry works.", tags: ["Handyman", "Maintenance"], imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17478.jpg" },
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="Comprehensive home repair and maintenance solutions designed for your peace of mind."
|
||||
@@ -142,61 +74,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Vivian Smith",
|
||||
date: "Oct 2023",
|
||||
title: "Excellent Plumbing",
|
||||
quote: "Fast, reliable, and professional service.",
|
||||
tag: "Plumbing",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg?_wi=3",
|
||||
imageAlt: "modern kitchen plumbing repair professional",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Christopher Lee",
|
||||
date: "Sept 2023",
|
||||
title: "Great Electrician",
|
||||
quote: "Very thorough with the electrical wiring.",
|
||||
tag: "Electrical",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5877.jpg?_wi=3",
|
||||
imageAlt: "electrician working home wiring modern",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "María García",
|
||||
date: "Aug 2023",
|
||||
title: "Handyman Pro",
|
||||
quote: "Reliable and honest. Fantastic job.",
|
||||
tag: "Handyman",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-laying-sofa-living-room-reading-magazine_176420-42537.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17478.jpg?_wi=3",
|
||||
imageAlt: "handyman mounting shelf home service",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Miller",
|
||||
date: "Jul 2023",
|
||||
title: "Swift & Reliable",
|
||||
quote: "Professional, on-time, and very polite.",
|
||||
tag: "Maintenance",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358986.jpg?_wi=2",
|
||||
imageAlt: "premium bathroom renovation plumbing service",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Ross",
|
||||
date: "Jun 2023",
|
||||
title: "Highly Recommend",
|
||||
quote: "Quality craftsmanship and great communication.",
|
||||
tag: "General",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-measuring-wood-medium-shot_23-2148966864.jpg?_wi=2",
|
||||
imageAlt: "professional toolkit home maintenance",
|
||||
},
|
||||
{ id: "1", name: "Vivian Smith", date: "Oct 2023", title: "Excellent Plumbing", quote: "Fast, reliable, and professional service.", tag: "Plumbing", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg", imageAlt: "modern kitchen plumbing repair professional" },
|
||||
{ id: "2", name: "Christopher Lee", date: "Sept 2023", title: "Great Electrician", quote: "Very thorough with the electrical wiring.", tag: "Electrical", avatarSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5877.jpg", imageAlt: "electrician working home wiring modern" },
|
||||
{ id: "3", name: "María García", date: "Aug 2023", title: "Handyman Pro", quote: "Reliable and honest. Fantastic job.", tag: "Handyman", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-laying-sofa-living-room-reading-magazine_176420-42537.jpg", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17478.jpg", imageAlt: "handyman mounting shelf home service" },
|
||||
{ id: "4", name: "David Miller", date: "Jul 2023", title: "Swift & Reliable", quote: "Professional, on-time, and very polite.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358986.jpg", imageAlt: "premium bathroom renovation plumbing service" },
|
||||
{ id: "5", name: "Elena Ross", date: "Jun 2023", title: "Highly Recommend", quote: "Quality craftsmanship and great communication.", tag: "General", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-measuring-wood-medium-shot_23-2148966864.jpg", imageAlt: "professional toolkit home maintenance" },
|
||||
]}
|
||||
title="Trusted by Homeowners"
|
||||
description="See why our neighbors trust us with their most valuable asset."
|
||||
@@ -209,83 +91,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Frequently Asked Questions"
|
||||
description="Get clear answers to common questions about our repair services."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-checked-shirt-hat-looking-confident_176474-47786.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-checked-shirt-hat-looking-confident_176474-47786.jpg"
|
||||
imageAlt="Expert Support"
|
||||
mediaAnimation="opacity"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are you licensed?",
|
||||
content: "Yes, we are fully licensed and insured in all offered service categories.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you provide estimates?",
|
||||
content: "We offer free, transparent quotes for all scheduled projects.",
|
||||
},
|
||||
{ id: "q1", title: "Are you licensed?", content: "Yes, we are fully licensed and insured in all offered service categories." },
|
||||
{ id: "q2", title: "Do you provide estimates?", content: "We offer free, transparent quotes for all scheduled projects." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductDetailCard />
|
||||
<ProductDetailCard layout="grid" name="Basic Repair Kit" price="$99" images={["http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg"]} buttons={[{ text: "Buy Now" }]} />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Plumbing",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Electrical",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Handyman",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
{
|
||||
label: "Our History",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Team",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Mission",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "Plumbing", href: "/services" }, { label: "Electrical", href: "/services" }, { label: "Handyman", href: "/services" }] },
|
||||
{ title: "About", items: [{ label: "Our History", href: "/about" }, { label: "Team", href: "/about" }, { label: "Mission", href: "/about" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Blog", href: "/blog" }, { label: "FAQ", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Plomero AI. All Rights Reserved."
|
||||
bottomRightText="Licensed & Insured"
|
||||
|
||||
Reference in New Issue
Block a user