diff --git a/src/app/page.tsx b/src/app/page.tsx
index a9f9147..185d566 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,42 +47,21 @@ export default function LandingPage() {
@@ -243,20 +152,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "How does the personal consultation work?",
- content: "You will be assigned a dedicated travel consultant who will manage your itinerary, visas, and documentation.",
- },
+ id: "q1", title: "How does the personal consultation work?", content: "You will be assigned a dedicated travel consultant who will manage your itinerary, visas, and documentation."},
{
- id: "q2",
- title: "Do you handle corporate group travel?",
- content: "Yes, we specialize in managed corporate retreats and large-group travel logistics.",
- },
+ id: "q2", title: "Do you handle corporate group travel?", content: "Yes, we specialize in managed corporate retreats and large-group travel logistics."},
{
- id: "q3",
- title: "What if I need help during my trip?",
- content: "We offer 24/7 support throughout your journey to handle any unexpected changes or concerns.",
- },
+ id: "q3", title: "What if I need help during my trip?", content: "We offer 24/7 support throughout your journey to handle any unexpected changes or concerns."},
]}
imageSrc="http://img.b2bpic.net/free-photo/two-women-having-conversation-work-call-center-office_23-2149256141.jpg"
title="Frequently Asked Questions"
@@ -272,27 +172,16 @@ export default function LandingPage() {
description="Ready to plan your next travel experience? Fill out the form and a consultant will reach out."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- },
+ name: "phone", type: "tel", placeholder: "Phone Number"},
]}
textarea={{
- name: "details",
- placeholder: "Tell us about your travel plans",
- rows: 4,
+ name: "details", placeholder: "Tell us about your travel plans", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-travel-agent_23-2150455580.jpg"
/>
@@ -303,42 +192,27 @@ export default function LandingPage() {
logoText="Vantage Journeys"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Visa Guidance",
- href: "#features",
- },
+ label: "Visa Guidance", href: "#features"},
{
- label: "Corporate Travel",
- href: "#features",
- },
+ label: "Corporate Travel", href: "#features"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}