Merge version_1 into main #2
@@ -51,19 +51,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Mike Anderson", handle: "Owner, Anderson Auto Repair", testimonial: "LocalLaunch built us a professional website that actually brings in customers. We're booking 40% more jobs online now.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-employees-taking-break_23-2149161680.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-employees-taking-break_23-2149161680.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "Owner, Mitchell's Barbershop", testimonial: "Our new site is sleek and professional. Customers love being able to book online and our waiting times have dropped significantly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg"
|
||||
},
|
||||
{
|
||||
name: "James Rodriguez", handle: "Owner, Rodriguez Landscaping", testimonial: "Finally have an online presence that matches the quality of our work. Phone inquiries are up by over 50%.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg"
|
||||
},
|
||||
{
|
||||
name: "Lisa Chen", handle: "Owner, Elite Power Wash", testimonial: "The website brings in consistent leads. It's mobile-friendly and our customers can book services right from their phones.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -72,6 +72,7 @@ export default function LandingPage() {
|
||||
{ text: "Get Started", href: "contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,7 +85,7 @@ export default function LandingPage() {
|
||||
description="Meet LocalLaunch Services"
|
||||
subdescription="Web Design Agency for Service Trades"
|
||||
icon={Zap}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-repair-services-landing-page_23-2150123272.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-repair-services-landing-page_23-2150123272.jpg"
|
||||
imageAlt="LocalLaunch team and client results"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -96,7 +97,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "auto-repair-case", title: "Anderson Auto Repair Website Redesign", author: "Auto Repair Shop", description: "Professional booking system with service descriptions and customer reviews. Result: 40% increase in online bookings within 3 months.", tags: ["Auto Repair", "Booking System", "Mobile Responsive"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-repair-services-landing-page_23-2150123272.jpg?_wi=2", imageAlt: "Auto repair shop website"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-repair-services-landing-page_23-2150123272.jpg", imageAlt: "Auto repair shop website"
|
||||
},
|
||||
{
|
||||
id: "barbershop-case", title: "Mitchell's Barbershop Brand Launch", author: "Barbershop", description: "Sleek portfolio showcasing services with integrated appointment scheduling. Waiting times reduced by 30% through online booking system.", tags: ["Salon Services", "Scheduling", "Portfolio Display"],
|
||||
@@ -152,19 +153,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Mike Anderson", role: "Owner", company: "Anderson Auto Repair", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-employees-taking-break_23-2149161680.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-employees-taking-break_23-2149161680.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Mitchell", role: "Owner", company: "Mitchell's Barbershop", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Rodriguez", role: "Owner", company: "Rodriguez Landscaping", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Lisa Chen", role: "Owner", company: "Elite Power Wash", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user