diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a1b518f..875d752 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -56,12 +56,12 @@ export default function ContactPage() { { id: "c1", title: "Basic Consultation", price: "Complimentary", period: "N/A", features: ["1 hour session", "Expert guidance"], button: { text: "Book Now", href: "/contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-lights_23-2147960130.jpg", imageAlt: "emerald cut diamond macro" + imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-lights_23-2147960130.jpg?_wi=5", imageAlt: "emerald cut diamond macro" }, { id: "c2", title: "Investment Advisory", price: "By Request", period: "N/A", features: ["Full portfolio review", "Market insights"], button: { text: "Book Now", href: "/contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409286.jpg", imageAlt: "diamond rings macro photography" + imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409286.jpg?_wi=4", imageAlt: "diamond rings macro photography" } ]} />