5 Commits

Author SHA1 Message Date
e26a6a2283 Merge version_4 into main
Merge version_4 into main
2026-04-23 00:36:54 +00:00
444a4f285d Update src/app/page.tsx 2026-04-23 00:36:51 +00:00
c32039c91f Merge version_3 into main
Merge version_3 into main
2026-04-23 00:34:24 +00:00
c793cd1654 Update src/app/page.tsx 2026-04-23 00:34:21 +00:00
a6f1fd4546 Merge version_2 into main
Merge version_2 into main
2026-04-23 00:32:51 +00:00

View File

@@ -63,7 +63,9 @@ export default function LandingPage() {
{
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"
mediaAnimation="slide-up"
avatars={[
@@ -138,21 +140,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "John Doe", role: "Homeowner", company: "Miami Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg"},
{
id: "2", name: "Sarah Smith", role: "Property Manager", company: "Local Business", 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"},
{ 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 },
{ 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: "5", name: "Michael Brown", role: "Homeowner", company: "Miami Resident", rating: 5 },
]}
kpiItems={[
{
@@ -231,4 +223,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}