2 Commits

Author SHA1 Message Date
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={[
@@ -231,4 +233,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}