Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -54,11 +54,11 @@ export default function LandingPage() {
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Khan", handle: "@sarah_designs", testimonial: "Mock Rock Gardening turned my ordinary backyard into a breathtaking oasis. Their attention to detail and creative vision exceeded all my expectations!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", imageAlt: "Sarah Khan" },
|
||||
{ id: "2", name: "Ahmed Ali", handle: "@ali_properties", testimonial: "Professional, punctual, and truly visionary. The interior design work they did for my office space has completely revitalized our work environment. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Ahmed Ali" },
|
||||
{ id: "3", name: "Fatima Sohail", handle: "@fatima_interiors", testimonial: "From concept to completion, Mock Rock Gardening demonstrated unparalleled expertise. My home now feels like a sanctuary, reflecting peace and beauty.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-green-shirt-standing-desk_23-2148401379.jpg", imageAlt: "Fatima Sohail" },
|
||||
{ id: "4", name: "Usman Malik", handle: "@usman_ventures", testimonial: "Their landscape design transformed our commercial property into a welcoming green space. It's not just design; it's art! Exceptional work by a talented team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-young-cheerful-bearded-man-blue-t-shirt-smiling-working-garden-with-tools-cutting-leaves-watering-flowers_176420-19907.jpg", imageAlt: "Usman Malik" },
|
||||
{ id: "5", name: "Aisha Rauf", handle: "@aisha_homes", testimonial: "Working with Mock Rock Gardening was a dream. They understood my vision perfectly and delivered a stunning, functional, and unique interior that I absolutely adore.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/office-workers-with-documents_23-2147668774.jpg", imageAlt: "Aisha Rauf" }
|
||||
{ name: "Sarah Khan", handle: "@sarah_designs", testimonial: "Mock Rock Gardening turned my ordinary backyard into a breathtaking oasis. Their attention to detail and creative vision exceeded all my expectations!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", imageAlt: "Sarah Khan" },
|
||||
{ name: "Ahmed Ali", handle: "@ali_properties", testimonial: "Professional, punctual, and truly visionary. The interior design work they did for my office space has completely revitalized our work environment. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Ahmed Ali" },
|
||||
{ name: "Fatima Sohail", handle: "@fatima_interiors", testimonial: "From concept to completion, Mock Rock Gardening demonstrated unparalleled expertise. My home now feels like a sanctuary, reflecting peace and beauty.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-green-shirt-standing-desk_23-2148401379.jpg", imageAlt: "Fatima Sohail" },
|
||||
{ name: "Usman Malik", handle: "@usman_ventures", testimonial: "Their landscape design transformed our commercial property into a welcoming green space. It's not just design; it's art! Exceptional work by a talented team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-young-cheerful-bearded-man-blue-t-shirt-smiling-working-garden-with-tools-cutting-leaves-watering-flowers_176420-19907.jpg", imageAlt: "Usman Malik" },
|
||||
{ name: "Aisha Rauf", handle: "@aisha_homes", testimonial: "Working with Mock Rock Gardening was a dream. They understood my vision perfectly and delivered a stunning, functional, and unique interior that I absolutely adore.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/office-workers-with-documents_23-2147668774.jpg", imageAlt: "Aisha Rauf" }
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -192,7 +192,6 @@ export default function LandingPage() {
|
||||
{ items: [{ label: "Our Team", href: "#team" }, { label: "Testimonials", href: "#testimonials" }, { label: "Contact Us", href: "#contact" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Sitemap", href: "#" }] }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user