diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e115fe..ccf2c72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Visit Us at Govind Nagar Road, Mira Road East", logoIcon: MapPin, - imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-notepad-shop_107420-95958.jpg", searchPlaceholder: "Healthy birds awaiting you", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-notepad-shop_107420-95958.jpg?_wi=1", searchPlaceholder: "Healthy birds awaiting you", buttons: [ { text: "Get Directions", href: "https://maps.google.com" }, { text: "Enquire Today", href: "#contact" } ], @@ -117,7 +117,7 @@ export default function LandingPage() {