From 2bfcadd24d3eb5e759c3d2f4cfae63b5049baa64 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:25:45 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 97 +++++----------------------------------- 1 file changed, 10 insertions(+), 87 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c17f352..9ac1672 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import { Edit, FileText, Mail, Phone } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -51,18 +39,7 @@ export default function LandingPage() { @@ -74,71 +51,17 @@ export default function LandingPage() { title="Booking Process" description="Simple steps to your bespoke African dream." features={[ - { - title: "Inquiry", - description: "Share your preferences and dates.", - bentoComponent: "reveal-icon", - icon: Edit, - imageSrc: "http://img.b2bpic.net/free-vector/international-animal-rights-day-banner_1308-122979.jpg?_wi=3", - imageAlt: "travel award gold badge", - }, - { - title: "Proposal", - description: "We craft a personalized itinerary.", - bentoComponent: "reveal-icon", - icon: FileText, - imageSrc: "http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685614.jpg?_wi=5", - imageAlt: "travel award gold badge", - }, + { title: "Inquiry", description: "Share your preferences and dates.", bentoComponent: "reveal-icon", icon: Edit }, + { title: "Proposal", description: "We craft a personalized itinerary.", bentoComponent: "reveal-icon", icon: FileText } ]} />