Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 444a4f285d | |||
| c32039c91f | |||
| c793cd1654 | |||
| a6f1fd4546 |
@@ -63,7 +63,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Request Service", href: "#contact"},
|
text: "Request Service", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
buttonClassName="bg-red-600 hover:bg-red-700 text-white font-bold px-6 py-3 rounded-full shadow-lg transition-all"
|
buttonClassName="font-bold px-6 py-3 rounded-full shadow-lg transition-all"
|
||||||
|
buttonTextClassName="font-bold"
|
||||||
|
className="[&_button:first-child]:bg-black [&_button:first-child]:text-white [&_button:first-child]:ring-2 [&_button:first-child]:ring-red-600 [&_button:last-child]:text-black"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-gesturing-thumb-up_23-2147772204.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-gesturing-thumb-up_23-2147772204.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -138,21 +140,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "John Doe", role: "Homeowner", company: "Miami Resident", rating: 5 },
|
||||||
id: "1", name: "John Doe", role: "Homeowner", company: "Miami Resident", rating: 5,
|
{ id: "2", name: "Sarah Smith", role: "Property Manager", company: "Local Business", rating: 5 },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg"},
|
{ id: "3", name: "Robert Lee", role: "Homeowner", company: "Miami Resident", rating: 4 },
|
||||||
{
|
{ id: "4", name: "Emily Davis", role: "Business Owner", company: "Local Cafe", rating: 5 },
|
||||||
id: "2", name: "Sarah Smith", role: "Property Manager", company: "Local Business", rating: 5,
|
{ id: "5", name: "Michael Brown", role: "Homeowner", company: "Miami Resident", rating: 5 },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"},
|
|
||||||
{
|
|
||||||
id: "3", name: "Robert Lee", role: "Homeowner", company: "Miami Resident", rating: 4,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-laughing-funny-video-phone-holding-smartphone-sitting-sofa_1258-200143.jpg"},
|
|
||||||
{
|
|
||||||
id: "4", name: "Emily Davis", role: "Business Owner", company: "Local Cafe", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Michael Brown", role: "Homeowner", company: "Miami Resident", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371203.jpg"},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user