Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user