Merge version_1 into main #6
@@ -62,6 +62,7 @@ export default function LandingPage() {
|
||||
{ text: "Book Appointment", href: "tel:(941) 624-6019" },
|
||||
{ text: "Our Services", href: "#services" }
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,10 +135,10 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Marcus Thompson"
|
||||
id: "1", name: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Marcus Thompson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "David Rodriguez"
|
||||
id: "2", name: "David Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "James Wilson"
|
||||
|
||||
Reference in New Issue
Block a user