Merge version_1 into main #2
228
src/app/page.tsx
228
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="ProVision"
|
||||
/>
|
||||
@@ -55,37 +43,14 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="ProVision Contracting"
|
||||
description="Quality Renovations, Done Right. We bring craftsmanship and care to every corner of your home."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976557.jpg?_wi=1",
|
||||
imageAlt: "Renovation work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976557.jpg?_wi=2",
|
||||
imageAlt: "Renovation work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976557.jpg?_wi=3",
|
||||
imageAlt: "Renovation work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976557.jpg?_wi=4",
|
||||
imageAlt: "Renovation work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976557.jpg?_wi=5",
|
||||
imageAlt: "Renovation work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976557.jpg?_wi=6",
|
||||
imageAlt: "Renovation work",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976557.jpg", imageAlt: "Renovation work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976557.jpg", imageAlt: "Renovation work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976557.jpg", imageAlt: "Renovation work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976557.jpg", imageAlt: "Renovation work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976557.jpg", imageAlt: "Renovation work" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976557.jpg", imageAlt: "Renovation work" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,46 +61,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Interior Painting",
|
||||
description: "Professional painting for fresh, clean interior walls.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Paintbrush,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976557.jpg?_wi=7",
|
||||
imageAlt: "professional home renovation interior bright",
|
||||
},
|
||||
{
|
||||
title: "Drywall Repair",
|
||||
description: "Seamless repair for damaged walls and ceilings.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124252.jpg?_wi=1",
|
||||
imageAlt: "two professional contractors smiling",
|
||||
},
|
||||
{
|
||||
title: "Door Installation",
|
||||
description: "Expert finishing and installation of interior doors.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ArrowRight,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg?_wi=1",
|
||||
imageAlt: "modern kitchen renovation before after",
|
||||
},
|
||||
{
|
||||
title: "Home Renovation",
|
||||
description: "Full-service renovations to bring your vision to life.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Building,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg?_wi=1",
|
||||
imageAlt: "happy client portrait residential renovation",
|
||||
},
|
||||
{
|
||||
title: "Custom Carpentry",
|
||||
description: "Precision woodwork and bespoke storage solutions.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-time-young-handsome-man-white-shirt-black-jacket-expressing-positivity-talking-phone-leadership-great-career-manager-cheerful-mood_197531-2121.jpg?_wi=1",
|
||||
imageAlt: "satisfied customer professional service",
|
||||
},
|
||||
{ title: "Interior Painting", description: "Professional painting for fresh, clean interior walls.", bentoComponent: "reveal-icon", icon: Paintbrush },
|
||||
{ title: "Drywall Repair", description: "Seamless repair for damaged walls and ceilings.", bentoComponent: "reveal-icon", icon: Wrench },
|
||||
{ title: "Door Installation", description: "Expert finishing and installation of interior doors.", bentoComponent: "reveal-icon", icon: ArrowRight },
|
||||
{ title: "Home Renovation", description: "Full-service renovations to bring your vision to life.", bentoComponent: "reveal-icon", icon: Building },
|
||||
{ title: "Custom Carpentry", description: "Precision woodwork and bespoke storage solutions.", bentoComponent: "reveal-icon", icon: Wrench },
|
||||
]}
|
||||
title="Core Services"
|
||||
description="Professional solutions for your home improvement needs."
|
||||
@@ -150,7 +80,7 @@ export default function LandingPage() {
|
||||
description="We are Jayden and Jacob, a hands-on, owner-operated renovation team dedicated to superior craftsmanship and clean finishes."
|
||||
subdescription="We treat every home as if it were our own, prioritizing clear communication and reliable, personal service."
|
||||
icon={Users}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124252.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124252.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -161,46 +91,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Philpott",
|
||||
handle: "@alexphilpott",
|
||||
testimonial: "Amazing painting work! Very professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Reanna",
|
||||
handle: "@reanna",
|
||||
testimonial: "Drywall repair was seamless. Great service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-time-young-handsome-man-white-shirt-black-jacket-expressing-positivity-talking-phone-leadership-great-career-manager-cheerful-mood_197531-2121.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Taylor Christine",
|
||||
handle: "@taylorc",
|
||||
testimonial: "Renovations done right, on time and budget.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-worker-wearing-vest_23-2149366622.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Nessa W",
|
||||
handle: "@nessaw",
|
||||
testimonial: "Highly recommend, excellent craftsmanship.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sam",
|
||||
handle: "@sam",
|
||||
testimonial: "ProVision transformed our home, very pleased!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg?_wi=3",
|
||||
},
|
||||
{ id: "1", name: "Alex Philpott", handle: "@alexphilpott", testimonial: "Amazing painting work! Very professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg" },
|
||||
{ id: "2", name: "Reanna", handle: "@reanna", testimonial: "Drywall repair was seamless. Great service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-time-young-handsome-man-white-shirt-black-jacket-expressing-positivity-talking-phone-leadership-great-career-manager-cheerful-mood_197531-2121.jpg" },
|
||||
{ id: "3", name: "Taylor Christine", handle: "@taylorc", testimonial: "Renovations done right, on time and budget.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-worker-wearing-vest_23-2149366622.jpg" },
|
||||
{ id: "4", name: "Nessa W", handle: "@nessaw", testimonial: "Highly recommend, excellent craftsmanship.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-writing-paper-pinned-corkboard-talking-phone-smiling_176420-6478.jpg" },
|
||||
{ id: "5", name: "Sam", handle: "@sam", testimonial: "ProVision transformed our home, very pleased!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Reviews"
|
||||
@@ -212,44 +107,15 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Renovated Kitchen",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Living Room Refresh",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hallway Paint",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Door Installation",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Drywall Finish",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Bathroom Renovation",
|
||||
price: "Featured",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg?_wi=7",
|
||||
},
|
||||
{ id: "1", name: "Renovated Kitchen", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg" },
|
||||
{ id: "2", name: "Living Room Refresh", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg" },
|
||||
{ id: "3", name: "Hallway Paint", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg" },
|
||||
{ id: "4", name: "Door Installation", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg" },
|
||||
{ id: "5", name: "Drywall Finish", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg" },
|
||||
{ id: "6", name: "Bathroom Renovation", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg" },
|
||||
]}
|
||||
title="Before & After"
|
||||
description="A look at our recent craftsmanship."
|
||||
@@ -259,9 +125,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Ready to Start?"
|
||||
description="No project too small — let's talk."
|
||||
buttonText="Send Message"
|
||||
@@ -274,39 +138,13 @@ export default function LandingPage() {
|
||||
logoText="ProVision Contracting"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [{ label: "Services", href: "#services" }, { label: "About", href: "#about" }],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Connect", items: [{ label: "Contact", href: "#contact" }, { label: "Facebook", href: "#" }],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user