Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a320eff31 | |||
| 6760678f4e | |||
| 0624e57766 |
217
src/app/page.tsx
217
src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "About", id: "about" },
|
||||||
id: "hero",
|
{ name: "Services", id: "services" },
|
||||||
},
|
{ name: "Reviews", id: "reviews" },
|
||||||
{
|
{ name: "Contact", id: "contact" },
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Reviews",
|
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Juan In A Million Handyman Services"
|
brandName="Juan In A Million Handyman Services"
|
||||||
/>
|
/>
|
||||||
@@ -55,46 +40,13 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Juan In A Million Handyman Services"
|
title="Juan In A Million Handyman Services"
|
||||||
description="Your trusted partner for home improvement in Las Vegas. From drywall repair to full renovations, we deliver quality you can count on at prices that make sense."
|
description="Professional handyman services in Las Vegas. 4.4-star rated, reliable, and efficient home repairs and renovations."
|
||||||
buttons={[
|
buttons={[{ text: "Get a Quote", href: "#contact" }, { text: "Our Services", href: "#services" }]}
|
||||||
{
|
|
||||||
text: "Get a Quote",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Our Services",
|
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanic-tools_23-2148558020.jpg?_wi=1", imageAlt: "Handyman Tools" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanic-tools_23-2148558020.jpg?_wi=1",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/painting-apartment-wall-with-white-paint-using-roller-brush-handyman-renovating-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14184.jpg?_wi=1", imageAlt: "Painting Service" }
|
||||||
imageAlt: "Handyman repairing cabinet",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/painting-apartment-wall-with-white-paint-using-roller-brush-handyman-renovating-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14184.jpg?_wi=1",
|
|
||||||
imageAlt: "Drywall repair service",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278614.jpg?_wi=1",
|
|
||||||
imageAlt: "Home improvement renovation",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-working-storehouse-inventory_482257-108883.jpg?_wi=1",
|
|
||||||
imageAlt: "Painting and detailing",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/point-view-young-handyman-using-power-drill-fix-door-kitchen-cabinet_662251-2704.jpg",
|
|
||||||
imageAlt: "Flooring installation",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-tools-copyspace_23-2147812023.jpg",
|
|
||||||
imageAlt: "Handyman at work",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -103,162 +55,65 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{ type: "text", content: "Serving Las Vegas with Excellence" },
|
||||||
type: "text",
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/astonished-female-male-technicians-with-widely-opened-mouth_273609-8293.jpg", alt: "Our Team" }
|
||||||
content: "Reliability and Quality in Every Detail",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "image",
|
|
||||||
src: "http://img.b2bpic.net/free-photo/astonished-female-male-technicians-with-widely-opened-mouth_273609-8293.jpg",
|
|
||||||
alt: "Handyman Services Las Vegas",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Learn More",
|
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
buttons={[{ text: "Get in Touch", href: "#contact" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardSix
|
<FeatureCardSix
|
||||||
textboxLayout="inline-image"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
textboxLayout="inline-image"
|
||||||
|
title="Our Services"
|
||||||
|
description="We offer a wide range of professional handyman services at 5200 Jay Ave, Las Vegas, NV 89130."
|
||||||
features={[
|
features={[
|
||||||
{
|
{ title: "Renovations", description: "Complete home makeovers tailored to your vision.", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278614.jpg?_wi=2" },
|
||||||
title: "Room Renovations",
|
{ title: "Drywall Repair", description: "Professional patching and texturing for pristine walls.", imageSrc: "http://img.b2bpic.net/free-photo/painting-apartment-wall-with-white-paint-using-roller-brush-handyman-renovating-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14184.jpg?_wi=2" },
|
||||||
description: "Complete room transformations delivered with professional care.",
|
{ title: "Painting", description: "Interior and exterior painting services with premium finishes.", imageSrc: "http://img.b2bpic.net/free-photo/painting-apartment-wall-with-white-paint-using-roller-brush-handyman-renovating-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14184.jpg?_wi=2" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanic-tools_23-2148558020.jpg?_wi=2",
|
{ title: "Flooring", description: "Expert installation for all types of flooring materials.", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278614.jpg?_wi=2" },
|
||||||
imageAlt: "Room Renovation",
|
{ title: "Cabinet Work", description: "Custom cabinet installations and repairs for kitchens and baths.", imageSrc: "http://img.b2bpic.net/free-photo/point-view-young-handyman-using-power-drill-fix-door-kitchen-cabinet_662251-2704.jpg" },
|
||||||
},
|
{ title: "Lighting & Backsplash", description: "Expert fixture installation and tiling services.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanic-tools_23-2148558020.jpg?_wi=2" }
|
||||||
{
|
|
||||||
title: "Drywall & Painting",
|
|
||||||
description: "Seamless repair work and quality finish for every wall.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/painting-apartment-wall-with-white-paint-using-roller-brush-handyman-renovating-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14184.jpg?_wi=2",
|
|
||||||
imageAlt: "Drywall Repair",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Flooring & Cabinetry",
|
|
||||||
description: "Expert installation and cabinet work for your kitchen and living space.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278614.jpg?_wi=2",
|
|
||||||
imageAlt: "Flooring and Cabinets",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Lighting & Backsplash",
|
|
||||||
description: "Finishing touches like lighting installation and elegant backsplashes.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-working-storehouse-inventory_482257-108883.jpg?_wi=2",
|
|
||||||
imageAlt: "Lighting and Backsplash",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Expert Handyman Services"
|
|
||||||
description="Offering a comprehensive range of professional home repair and renovation services for your needs in Las Vegas."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="reviews" data-section="reviews">
|
<div id="reviews" data-section="reviews">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
title="What Our Customers Say"
|
||||||
|
description="Proud to hold a 4.4-star rating serving the Las Vegas community."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Emily LaFountaine", handle: "@emily_lf", testimonial: "The renovation work was top notch. Professional and clean!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" },
|
||||||
id: "1",
|
{ id: "2", name: "Joan Dodds", handle: "@joandodds", testimonial: "Fantastic drywall repair, couldn't even tell there was a hole. Very reliable.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-friends-taking-selfie-with-smartphone_23-2148708898.jpg" }
|
||||||
name: "Sarah Miller",
|
|
||||||
handle: "@sarahmiller",
|
|
||||||
testimonial: "Excellent communication and fair pricing. Juan was professional and completed the job perfectly.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "David Thompson",
|
|
||||||
handle: "@davidt",
|
|
||||||
testimonial: "Detail-oriented and dependable. The flooring work looks amazing. Will hire again.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-friends-taking-selfie-with-smartphone_23-2148708898.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Elena Rodriguez",
|
|
||||||
handle: "@elenar",
|
|
||||||
testimonial: "Punctual, friendly, and they finished the job much faster than expected. Highly recommend!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/upper-angle-view-happy-beautiful-woman-holding-smartphone-sitting-home-having-break-from-work_1258-199926.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Mike Johnson",
|
|
||||||
handle: "@mikej",
|
|
||||||
testimonial: "Juan In A Million handled our drywall and painting flawlessly. Great standards.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-pizza-lunch_23-2148451694.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Jessica Lee",
|
|
||||||
handle: "@jessicalee",
|
|
||||||
testimonial: "Super efficient and very clean work. Our backsplash looks professional and was affordable.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-taking-keys-from-realtor-woman-standing-indoors_259150-58367.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Trusted by Homeowners"
|
|
||||||
description="We are proud of our 4.4-star rating and the positive feedback from our valued customers."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
title="Call (702) 480-9195"
|
||||||
variant: "plain",
|
description="Contact us at our Las Vegas office today to schedule your next project."
|
||||||
}}
|
buttonText="Contact Us"
|
||||||
title="Schedule Your Service Today"
|
tag="Get in Touch"
|
||||||
description="Reach out to Juan In A Million for a quote on your next home improvement project."
|
background={{ variant: "plain" }}
|
||||||
inputPlaceholder="Enter your email address"
|
|
||||||
buttonText="Get Free Quote"
|
|
||||||
termsText="We value your privacy and keep your contact information secure."
|
|
||||||
tag="Get in touch"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
|
logoText="Juan In A Million"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ items: [{ label: "5200 Jay Ave, Las Vegas, NV 89130" }, { label: "Phone: (702) 480-9195" }] },
|
||||||
items: [
|
{ items: [{ label: "Services", href: "#services" }, { label: "Reviews", href: "#reviews" }, { label: "Contact", href: "#contact" }] }
|
||||||
{
|
|
||||||
label: "Address: 5200 Jay Ave, Las Vegas, NV",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Phone: 702-555-0123",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Email: contact@juanhandyman.com",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Services",
|
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Reviews",
|
|
||||||
href: "#reviews",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Contact",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoText="Juan In A Million Handyman Services"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user