Update src/app/page.tsx
This commit is contained in:
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:0908-273-0158" },
|
||||
{ text: "Call Now", href: "tel:0908-273-0158", buttonClassName: "bg-gradient-to-r from-red-500 to-red-600 hover:from-red-600 hover:to-red-700 text-white font-bold shadow-lg" },
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=Capitol+Greenstreet+Quezon+City" }
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user