Update src/app/contact/page.tsx

This commit is contained in:
2026-04-05 15:58:58 +00:00
parent 96373144f8
commit 29c12e4e00

View File

@@ -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"
}
]}
/>