Merge version_3 into main #3
@@ -9,7 +9,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Heart, Phone } from "lucide-react";
|
||||
import { Heart } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -55,10 +55,12 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
{ name: "Ivan's Regular", handle: "Loyal Customer", testimonial: "I've been coming here for years. Ivan's attention to detail and consistency are outstanding. Always on time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
|
||||
{ name: "Family Trusted", handle: "Single Mom", testimonial: "6 years and we still trust only Ivan. Clean, family-friendly vibe. No one is rude here.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
|
||||
{
|
||||
name: "Ivan's Regular", handle: "Loyal Customer", testimonial: "I've been coming here for years. Ivan's attention to detail and consistency are outstanding. Always on time.", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Family Trusted", handle: "Single Mom", testimonial: "6 years and we still trust only Ivan. Clean, family-friendly vibe. No one is rude here.", rating: 5,
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -103,6 +105,7 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Schedule Your Appointment", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,16 +117,16 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Long-Time Customer", role: "Loyal Client", testimonial: "I've been coming to this barbershop for some time now. Ivan's attention to detail and consistency are outstanding. The shop is clean, family-friendly, and appointments are always on time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", icon: Heart,
|
||||
id: "1", name: "Long-Time Customer", role: "Loyal Client", testimonial: "I've been coming to this barbershop for some time now. Ivan's attention to detail and consistency are outstanding. The shop is clean, family-friendly, and appointments are always on time.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Single Mom", role: "Family Client", testimonial: "I moved here from Atlanta and walked into Garcia. Ivan was so sweet and listened to my needs. 6 years later, we still trust only Ivan. No one in the shop is rude. They rarely turn people away.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", icon: Heart,
|
||||
id: "2", name: "Single Mom", role: "Family Client", testimonial: "I moved here from Atlanta and walked into Garcia. Ivan was so sweet and listened to my needs. 6 years later, we still trust only Ivan. No one in the shop is rude. They rarely turn people away.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Regular Customer", role: "Repeat Client", testimonial: "Fair pricing paired with superb quality of work. Garcia sets the standard for professionalism and value. I wouldn't go anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", icon: Heart,
|
||||
id: "3", name: "Regular Customer", role: "Repeat Client", testimonial: "Fair pricing paired with superb quality of work. Garcia sets the standard for professionalism and value. I wouldn't go anywhere else.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "4", name: "Devoted Client", role: "Multi-Year Customer", testimonial: "The Booksy app makes booking quick and convenient. But the real reason I keep coming back is the outstanding service and personal touch from the team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", icon: Heart,
|
||||
id: "4", name: "Devoted Client", role: "Multi-Year Customer", testimonial: "The Booksy app makes booking quick and convenient. But the real reason I keep coming back is the outstanding service and personal touch from the team.", icon: Heart,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user