Merge version_1 into main #4
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -182,20 +182,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "John Anderson", role: "Homeowner", company: "Maple Street, Springfield", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-talking-phone_23-2150409994.jpg"
|
||||
id: "1", name: "John Anderson", role: "Homeowner", company: "Maple Street, Springfield", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-talking-phone_23-2150409994.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Emily Rodriguez", role: "Property Manager", company: "Metro Residential Management", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg"
|
||||
id: "2", name: "Emily Rodriguez", role: "Property Manager", company: "Metro Residential Management", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081911.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Chen", role: "Business Owner", company: "Downtown Commercial District", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg"
|
||||
id: "3", name: "David Chen", role: "Business Owner", company: "Downtown Commercial District", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Patricia Williams", role: "Homeowner", company: "Oak Hill Neighborhood", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg"
|
||||
id: "4", name: "Patricia Williams", role: "Homeowner", company: "Oak Hill Neighborhood", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -207,7 +203,7 @@ export default function LandingPage() {
|
||||
title="Get Your Free Quote Today"
|
||||
description="Contact us for a no-obligation estimate on your painting or handyman project. We're available 24/7 to answer your questions."
|
||||
tagIcon={Phone}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Request Quote"
|
||||
|
||||
Reference in New Issue
Block a user