Merge version_3 into main #2
296
src/app/page.tsx
296
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="HomePro"
|
||||
/>
|
||||
@@ -70,115 +56,65 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Transform Your Home with Professional Care"
|
||||
description="Expert painting and home improvement services tailored to your needs. We deliver quality craftsmanship, exceptional results, and a seamless experience from start to finish."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@HappyHomeowner",
|
||||
testimonial: "HomePro did an amazing job! Our house looks brand new, and the team was incredibly professional and efficient.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-red-dress-model-posing-outside_1303-10118.jpg?_wi=1",
|
||||
imageAlt: "Sarah J. testimonial avatar",
|
||||
},
|
||||
name: "Sarah J.", handle: "@HappyHomeowner", testimonial: "HomePro did an amazing job! Our house looks brand new, and the team was incredibly professional and efficient.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-red-dress-model-posing-outside_1303-10118.jpg", imageAlt: "Sarah J. testimonial avatar"},
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@SatisfiedClient",
|
||||
testimonial: "The attention to detail on our kitchen cabinets was outstanding. Highly recommend HomePro for any renovation project.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733151.jpg",
|
||||
imageAlt: "John D. testimonial avatar",
|
||||
},
|
||||
name: "John D.", handle: "@SatisfiedClient", testimonial: "The attention to detail on our kitchen cabinets was outstanding. Highly recommend HomePro for any renovation project.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-household-tasks_23-2151733151.jpg", imageAlt: "John D. testimonial avatar"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@NewLookHome",
|
||||
testimonial: "Fast, reliable, and beautiful results! They transformed our living room beyond our expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-student-posing-camera-holding-texrbooks-outdoors_1098-18751.jpg",
|
||||
imageAlt: "Emily R. testimonial avatar",
|
||||
},
|
||||
name: "Emily R.", handle: "@NewLookHome", testimonial: "Fast, reliable, and beautiful results! They transformed our living room beyond our expectations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-student-posing-camera-holding-texrbooks-outdoors_1098-18751.jpg", imageAlt: "Emily R. testimonial avatar"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@QualityWork",
|
||||
testimonial: "From initial consultation to the final touch, HomePro provided top-tier service. Our exterior painting project was flawless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg",
|
||||
imageAlt: "David K. testimonial avatar",
|
||||
},
|
||||
name: "David K.", handle: "@QualityWork", testimonial: "From initial consultation to the final touch, HomePro provided top-tier service. Our exterior painting project was flawless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "David K. testimonial avatar"},
|
||||
{
|
||||
name: "Michael S.",
|
||||
handle: "@GreatValue",
|
||||
testimonial: "Excellent value for money and the quality is superb. We're already planning our next project with them!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg",
|
||||
imageAlt: "Michael S. testimonial avatar",
|
||||
},
|
||||
name: "Michael S.", handle: "@GreatValue", testimonial: "Excellent value for money and the quality is superb. We're already planning our next project with them!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg", imageAlt: "Michael S. testimonial avatar"},
|
||||
]}
|
||||
tag="Your Vision, Our Expertise"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "View Our Portfolio",
|
||||
href: "#gallery",
|
||||
},
|
||||
text: "View Our Portfolio", href: "#gallery"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-paints-wall-with-roller-home_1398-1594.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-paints-wall-with-roller-home_1398-1594.jpg"
|
||||
imageAlt="Modern home interior after professional painting and renovation"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy-stan_1258-116856.jpg",
|
||||
alt: "Happy client Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy-stan_1258-116856.jpg", alt: "Happy client Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-standing-with-serious-expression-street_839833-31044.jpg",
|
||||
alt: "Satisfied homeowner Mark",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-standing-with-serious-expression-street_839833-31044.jpg", alt: "Satisfied homeowner Mark"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg",
|
||||
alt: "Client review Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", alt: "Client review Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16145.jpg",
|
||||
alt: "Homeowner testimonial David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16145.jpg", alt: "Homeowner testimonial David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg",
|
||||
alt: "Customer Michael",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-man-with-cleaning-equipment-living-room_329181-649.jpg", alt: "Customer Michael"},
|
||||
]}
|
||||
avatarText="Join our 250+ happy clients!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Craftsmanship",
|
||||
icon: Paintbrush,
|
||||
type: "text-icon", text: "Quality Craftsmanship", icon: Paintbrush,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Customer Satisfaction",
|
||||
icon: CheckCircle,
|
||||
type: "text-icon", text: "Customer Satisfaction", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Experienced Professionals",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Experienced Professionals", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Tailored Solutions",
|
||||
icon: Grid,
|
||||
type: "text-icon", text: "Tailored Solutions", icon: Grid,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Free Consultations",
|
||||
icon: CalendarCheck,
|
||||
type: "text-icon", text: "Free Consultations", icon: CalendarCheck,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -189,19 +125,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafting Beautiful Spaces with Passion and Precision",
|
||||
},
|
||||
type: "text", content: "Crafting Beautiful Spaces with Passion and Precision"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/woman-painting-wall_23-2147782311.jpg", alt: "Professional painter working on a wall with a roller"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More About Us", href: "#"},
|
||||
]}
|
||||
ariaLabel="About our home improvement and painting company"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-painting-wall_23-2147782311.jpg"
|
||||
imageAlt="Professional painter working on a wall with a roller"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -212,28 +144,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Interior Painting",
|
||||
description: "Transform your indoor spaces with fresh colors and expert finishes. Our team ensures a clean, efficient, and high-quality painting experience for every room.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Droplet,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paint-can-with-paint-brush-repairs-isolated_1303-20928.jpg",
|
||||
imageAlt: "paint roller icon graphic design",
|
||||
title: "Interior Painting", description: "Transform your indoor spaces with fresh colors and expert finishes. Our team ensures a clean, efficient, and high-quality painting experience for every room.", bentoComponent: "reveal-icon", icon: Droplet,
|
||||
},
|
||||
{
|
||||
title: "Exterior Painting",
|
||||
description: "Enhance your home's curb appeal and protect it from the elements. We use durable, weather-resistant paints and meticulous preparation for lasting results.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Paintbrush,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-paints-wall-with-roller-home_1398-1594.jpg?_wi=2",
|
||||
imageAlt: "paint roller icon graphic design",
|
||||
title: "Exterior Painting", description: "Enhance your home's curb appeal and protect it from the elements. We use durable, weather-resistant paints and meticulous preparation for lasting results.", bentoComponent: "reveal-icon", icon: Paintbrush,
|
||||
},
|
||||
{
|
||||
title: "Kitchen & Bath Remodels",
|
||||
description: "From minor updates to full-scale renovations, we create functional and beautiful kitchens and bathrooms. Enjoy modern designs, quality materials, and expert installation.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Droplets,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-red-dress-model-posing-outside_1303-10118.jpg?_wi=2",
|
||||
imageAlt: "paint roller icon graphic design",
|
||||
title: "Kitchen & Bath Remodels", description: "From minor updates to full-scale renovations, we create functional and beautiful kitchens and bathrooms. Enjoy modern designs, quality materials, and expert installation.", bentoComponent: "reveal-icon", icon: Droplets,
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Home Improvement Services"
|
||||
@@ -250,47 +167,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Living Room Transformation",
|
||||
price: "Starting from $1200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-family-painting-apartment-wall-while-redecorating-with-roller-brush-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14144.jpg",
|
||||
imageAlt: "Beautifully painted modern living room",
|
||||
},
|
||||
id: "p1", name: "Living Room Transformation", price: "Starting from $1200", imageSrc: "http://img.b2bpic.net/free-photo/young-family-painting-apartment-wall-while-redecorating-with-roller-brush-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14144.jpg", imageAlt: "Beautifully painted modern living room"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Kitchen Cabinet Refinishing",
|
||||
price: "Starting from $800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-brush-white-color-painting-rack_7502-8786.jpg",
|
||||
imageAlt: "Refinished white kitchen cabinets",
|
||||
},
|
||||
id: "p2", name: "Kitchen Cabinet Refinishing", price: "Starting from $800", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-brush-white-color-painting-rack_7502-8786.jpg", imageAlt: "Refinished white kitchen cabinets"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Full Exterior House Paint",
|
||||
price: "Starting from $2500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/painting-red_1385-599.jpg",
|
||||
imageAlt: "Freshly painted house exterior",
|
||||
},
|
||||
id: "p3", name: "Full Exterior House Paint", price: "Starting from $2500", imageSrc: "http://img.b2bpic.net/free-photo/painting-red_1385-599.jpg", imageAlt: "Freshly painted house exterior"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Deck Staining & Sealing",
|
||||
price: "Starting from $450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-paints-with-white-paint-wood-painting-concept-close-up-place-text_169016-4433.jpg",
|
||||
imageAlt: "Professionally stained wooden deck",
|
||||
},
|
||||
id: "p4", name: "Deck Staining & Sealing", price: "Starting from $450", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-paints-with-white-paint-wood-painting-concept-close-up-place-text_169016-4433.jpg", imageAlt: "Professionally stained wooden deck"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Drywall Repair & Patching",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-artist-looking-carved-design-wall_23-2147889830.jpg",
|
||||
imageAlt: "Smooth drywall patch after repair",
|
||||
},
|
||||
id: "p5", name: "Drywall Repair & Patching", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/female-artist-looking-carved-design-wall_23-2147889830.jpg", imageAlt: "Smooth drywall patch after repair"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Wallpaper Removal Service",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-lays-tiles-wall-builder-installs-tiles-renovation-work-wall-decor-sticker-apartment_166373-2091.jpg",
|
||||
imageAlt: "Wall after professional wallpaper removal",
|
||||
},
|
||||
id: "p6", name: "Wallpaper Removal Service", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/master-lays-tiles-wall-builder-installs-tiles-renovation-work-wall-decor-sticker-apartment_166373-2091.jpg", imageAlt: "Wall after professional wallpaper removal"},
|
||||
]}
|
||||
title="Our Project Gallery"
|
||||
description="Explore some of our recent projects and see the quality craftsmanship we bring to every home. Get inspired for your next renovation!"
|
||||
@@ -305,20 +192,11 @@ export default function LandingPage() {
|
||||
tag="Our Achievements"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "250+",
|
||||
description: "Satisfied Clients",
|
||||
},
|
||||
id: "m1", value: "250+", description: "Satisfied Clients"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1500+",
|
||||
description: "Projects Completed",
|
||||
},
|
||||
id: "m2", value: "1500+", description: "Projects Completed"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
description: "Years in Business",
|
||||
},
|
||||
id: "m3", value: "10+", description: "Years in Business"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -329,14 +207,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"ConstructionCo",
|
||||
"DesignHub",
|
||||
"ColorPalette Inc.",
|
||||
"HardwareMart",
|
||||
"Community Builders",
|
||||
"Property Mgmt.",
|
||||
"Renovate Pros",
|
||||
]}
|
||||
"ConstructionCo", "DesignHub", "ColorPalette Inc.", "HardwareMart", "Community Builders", "Property Mgmt.", "Renovate Pros"]}
|
||||
title="Trusted by Leading Industry Partners"
|
||||
description="We collaborate with the best in the business to ensure premium materials and seamless project execution."
|
||||
tag="Our Partners"
|
||||
@@ -352,49 +223,19 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah L.",
|
||||
role: "Homeowner, Dallas",
|
||||
testimonial: "HomePro transformed our outdated kitchen into a modern masterpiece! The team was incredibly skilled, clean, and respectful of our home. We couldn't be happier with the results and the smooth process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
|
||||
imageAlt: "Sarah L. smiling in her renovated kitchen",
|
||||
icon: Star,
|
||||
id: "t1", name: "Sarah L.", role: "Homeowner, Dallas", testimonial: "HomePro transformed our outdated kitchen into a modern masterpiece! The team was incredibly skilled, clean, and respectful of our home. We couldn't be happier with the results and the smooth process.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg", imageAlt: "Sarah L. smiling in her renovated kitchen", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark & Lisa B.",
|
||||
role: "New Home Buyers, Fort Worth",
|
||||
testimonial: "We hired HomePro for a full interior paint job before moving into our new house. They finished ahead of schedule, and the quality is flawless. It made our move-in so much easier and more enjoyable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-young-man-embracing-his-girlfriend-from-home_23-2148151835.jpg",
|
||||
imageAlt: "Mark and Lisa B. smiling in their newly painted home",
|
||||
icon: Star,
|
||||
id: "t2", name: "Mark & Lisa B.", role: "New Home Buyers, Fort Worth", testimonial: "We hired HomePro for a full interior paint job before moving into our new house. They finished ahead of schedule, and the quality is flawless. It made our move-in so much easier and more enjoyable.", imageSrc: "http://img.b2bpic.net/free-photo/african-young-man-embracing-his-girlfriend-from-home_23-2148151835.jpg", imageAlt: "Mark and Lisa B. smiling in their newly painted home", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jessica M.",
|
||||
role: "Real Estate Agent, Austin",
|
||||
testimonial: "I consistently recommend HomePro to my clients looking to boost their property's value. Their exterior painting services are phenomenal, always delivering curb appeal that sells homes faster.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086834.jpg",
|
||||
imageAlt: "Jessica M. standing in front of a house",
|
||||
icon: Star,
|
||||
id: "t3", name: "Jessica M.", role: "Real Estate Agent, Austin", testimonial: "I consistently recommend HomePro to my clients looking to boost their property's value. Their exterior painting services are phenomenal, always delivering curb appeal that sells homes faster.", imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086834.jpg", imageAlt: "Jessica M. standing in front of a house", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Robert P.",
|
||||
role: "Small Business Owner, Houston",
|
||||
testimonial: "HomePro painted our office space, and the fresh, professional look has greatly improved our work environment. Their team worked efficiently to minimize disruption to our business operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ideal-beginning-sunday_1098-15647.jpg",
|
||||
imageAlt: "Robert P. in his newly painted office",
|
||||
icon: Star,
|
||||
id: "t4", name: "Robert P.", role: "Small Business Owner, Houston", testimonial: "HomePro painted our office space, and the fresh, professional look has greatly improved our work environment. Their team worked efficiently to minimize disruption to our business operations.", imageSrc: "http://img.b2bpic.net/free-photo/ideal-beginning-sunday_1098-15647.jpg", imageAlt: "Robert P. in his newly painted office", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "The Garcia Family",
|
||||
role: "Family Homeowners, San Antonio",
|
||||
testimonial: "Our kids' rooms look fantastic! HomePro helped us choose durable, vibrant colors and executed the job with great care. It’s wonderful to see the smiles on our children's faces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roommates-chatting-home-full-shot_23-2149485664.jpg",
|
||||
imageAlt: "The Garcia Family in their colorful home",
|
||||
icon: Star,
|
||||
id: "t5", name: "The Garcia Family", role: "Family Homeowners, San Antonio", testimonial: "Our kids' rooms look fantastic! HomePro helped us choose durable, vibrant colors and executed the job with great care. It’s wonderful to see the smiles on our children's faces.", imageSrc: "http://img.b2bpic.net/free-photo/roommates-chatting-home-full-shot_23-2149485664.jpg", imageAlt: "The Garcia Family in their colorful home", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
@@ -409,25 +250,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How long does a typical painting project take?",
|
||||
content: "The duration of a painting project depends on the size of the area, surface preparation needed, and the type of paint used. A standard room can take 1-2 days, while a full exterior can take 3-7 days. We provide a detailed timeline with every quote.",
|
||||
},
|
||||
id: "q1", title: "How long does a typical painting project take?", content: "The duration of a painting project depends on the size of the area, surface preparation needed, and the type of paint used. A standard room can take 1-2 days, while a full exterior can take 3-7 days. We provide a detailed timeline with every quote."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you help with color selection?",
|
||||
content: "Yes, absolutely! We offer color consultation services to help you choose the perfect palette that matches your style, existing decor, and the desired ambiance of your space. We can provide swatches and digital mock-ups.",
|
||||
},
|
||||
id: "q2", title: "Do you help with color selection?", content: "Yes, absolutely! We offer color consultation services to help you choose the perfect palette that matches your style, existing decor, and the desired ambiance of your space. We can provide swatches and digital mock-ups."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are your painters licensed and insured?",
|
||||
content: "All our painters are fully licensed, insured, and extensively trained. We prioritize safety and professionalism on every job site, ensuring peace of mind for our clients.",
|
||||
},
|
||||
id: "q3", title: "Are your painters licensed and insured?", content: "All our painters are fully licensed, insured, and extensively trained. We prioritize safety and professionalism on every job site, ensuring peace of mind for our clients."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What kind of paint products do you use?",
|
||||
content: "We use high-quality, durable, and environmentally friendly paints from trusted brands. We can also accommodate specific requests for premium or specialty paints to meet your preferences.",
|
||||
},
|
||||
id: "q4", title: "What kind of paint products do you use?", content: "We use high-quality, durable, and environmentally friendly paints from trusted brands. We can also accommodate specific requests for premium or specialty paints to meet your preferences."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-room-with-plants-table-chairs_23-2152008245.jpg"
|
||||
imageAlt="Modern living room with natural light"
|
||||
@@ -444,8 +273,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
tag="Let's Connect"
|
||||
title="Get Your Free Estimate Today!"
|
||||
description="Ready to transform your home? Contact us for a personalized consultation and a no-obligation quote. We're excited to bring your vision to life."
|
||||
@@ -459,13 +287,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="HomePro"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user