From bd91b8347f9cc1444ea151c117d7d47117ab4eaa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:58:33 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 75 +++++++++------------------------------- 1 file changed, 16 insertions(+), 59 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e1419e1..a1b518f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -export default function LandingPage() { +export default function ContactPage() { return (
@@ -75,37 +54,15 @@ export default function LandingPage() { description="Tailored luxury planning." plans={[ { - 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?_wi=5", - imageAlt: "emerald cut diamond macro", + 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" }, { - 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?_wi=4", - imageAlt: "diamond rings macro photography", - }, + 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" + } ]} />