diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index e966f82..b4051ba 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,34 +7,13 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Services", - "href": "#services" - }, - { - "name": "Process", - "href": "#process" - }, - { - "name": "FAQ", - "href": "#faq" - }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "Trust", - "href": "#trust" - }, - { - "name": "Pain Points", - "href": "#pain-points" - }, - { - "name": "Checklist", - "href": "#checklist" - } + { name: "Services", href: "#services" }, + { name: "Process", href: "#process" }, + { name: "FAQ", href: "#faq" }, + { name: "Hero", href: "#hero" }, + { name: "Trust", href: "#trust" }, + { name: "Pain Points", href: "#pain-points" }, + { name: "Checklist", href: "#checklist" } ]; return ( @@ -43,10 +22,9 @@ export default function Layout() {
@@ -57,42 +35,28 @@ export default function Layout() { brand="Qutbi Tours & Holidays" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "UK Visa Assistance", - href: "#", - }, + label: "UK Visa Assistance", href: "#"}, { - label: "Travel Planning", - href: "#", - }, + label: "Travel Planning", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, ], }, ]} copyright="© 2024 Qutbi Tours & Holidays. Established 1998." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ]} /> diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 50695a7..2e7e7c6 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,14 +18,10 @@ export default function HomePage() { brand="UK Visa Assistance from Nashik" description="Planning your UK trip? Get expert, step-by-step guidance from Qutbi Tours & Holidays. Since 1998, we have helped travelers from Nashik simplify their visa journey." primaryButton={{ - text: "WhatsApp Now", - href: "https://wa.me/91XXXXXXXXXX", - }} + text: "WhatsApp Now", href: "https://wa.me/91XXXXXXXXXX"}} secondaryButton={{ - text: "Call Now", - href: "tel:+91XXXXXXXXXX", - }} - imageSrc="http://img.b2bpic.net/free-photo/top-view-tourism-elements-assortment_23-2148909644.jpg?_wi=1" + text: "Call Now", href: "tel:+91XXXXXXXXXX"}} + imageSrc="http://img.b2bpic.net/free-photo/top-view-tourism-elements-assortment_23-2148909644.jpg" /> @@ -38,20 +34,11 @@ export default function HomePage() { description="With over 20 years of experience, we provide more than just paperwork. We provide peace of mind." items={[ { - icon: History, - title: "25+ Years Experience", - description: "Serving the Nashik community since 1998 with integrity.", - }, + icon: "History", title: "25+ Years Experience", description: "Serving the Nashik community since 1998 with integrity."}, { - icon: User, - title: "Personalized Support", - description: "Every application is reviewed individually for success.", - }, + icon: "User", title: "Personalized Support", description: "Every application is reviewed individually for success."}, { - icon: MapPin, - title: "Local Nashik Presence", - description: "Meet our team in person for your document review.", - }, + icon: "MapPin", title: "Local Nashik Presence", description: "Meet our team in person for your document review."}, ]} imageSrc="http://img.b2bpic.net/free-photo/confident-female-partners-discussing-document-office-room-two-attractive-successful-focused-businesswomen-studying-documentation-report-together-teamwork-business-management-concept_74855-6904.jpg" /> @@ -66,42 +53,18 @@ export default function HomePage() { description="Visa applications can be overwhelming. We remove the confusion." features={[ { - title: "Confused by Documents?", - description: "We sort through your paperwork requirements.", - bentoComponent: "media-stack", - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-man-holding-camera_23-2149049084.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769997.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-by-phone-table_23-2148071544.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-tourism-day-concept-with-luggage_23-2148608813.jpg?_wi=1", - imageAlt: "visa assistance consultant desk", + title: "Confused by Documents?", description: "We sort through your paperwork requirements.", bentoComponent: "media-stack", mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-man-holding-camera_23-2149049084.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769997.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-by-phone-table_23-2148071544.jpg" } + ] }, { - title: "Avoid Rejection", - description: "We help ensure your application follows guidelines.", - bentoComponent: "info-card-marquee", - infoCards: [ - { - icon: Shield, - label: "Review", - value: "Strict", - }, - { - icon: CheckCircle, - label: "Accuracy", - value: "High", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tourism-elements-assortment_23-2148909644.jpg?_wi=2", - imageAlt: "visa assistance consultant desk", - }, + title: "Avoid Rejection", description: "We help ensure your application follows guidelines.", bentoComponent: "info-card-marquee", infoCards: [ + { icon: "Shield", label: "Review", value: "Strict" }, + { icon: "CheckCircle", label: "Accuracy", value: "High" } + ] + } ]} /> @@ -114,48 +77,13 @@ export default function HomePage() { title="Comprehensive UK Visa Services" description="We provide end-to-end assistance." items={[ - { - title: "Application Guidance", - description: "Correct form filling support.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/business-man-checking-clipboard_23-2148514863.jpg", - }, - { - title: "Document Checklist", - description: "Customized list for your specific profile.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-top-view-office-table-desk-workspace-background_1150-6716.jpg", - }, - { - title: "Submission Review", - description: "Final check before you apply.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-hispanic-young-woman-man-looking-countries-globe-while-planning-their-trip-abroad-with-travel-agent_662251-2206.jpg", - }, - { - title: "Travel Planning", - description: "Itinerary assistance as needed.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-doctor-signing-medical-reports_637285-8995.jpg", - }, - { - title: "Status Tracking", - description: "Stay updated on your application status.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-with-money-wooden-background_23-2148256055.jpg", - }, - { - title: "Appointment Support", - description: "Coordination for biometrics.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-couple-with-map_23-2149049077.jpg", - }, - { - title: "Document Org", - description: "Professional sorting of financial evidence.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/content-young-manager-showing-document-adult-colleague-two-pretty-content-female-colleagues-holding-papers-standing-office-room-teamwork-business-management-concept_74855-6974.jpg", - }, + { title: "Application Guidance", description: "Correct form filling support.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/business-man-checking-clipboard_23-2148514863.jpg" }, + { title: "Document Checklist", description: "Customized list for your specific profile.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-top-view-office-table-desk-workspace-background_1150-6716.jpg" }, + { title: "Submission Review", description: "Final check before you apply.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-hispanic-young-woman-man-looking-countries-globe-while-planning-their-trip-abroad-with-travel-agent_662251-2206.jpg" }, + { title: "Travel Planning", description: "Itinerary assistance as needed.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-doctor-signing-medical-reports_637285-8995.jpg" }, + { title: "Status Tracking", description: "Stay updated on your application status.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-with-money-wooden-background_23-2148256055.jpg" }, + { title: "Appointment Support", description: "Coordination for biometrics.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-couple-with-map_23-2149049077.jpg" }, + { title: "Document Org", description: "Professional sorting of financial evidence.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/content-young-manager-showing-document-adult-colleague-two-pretty-content-female-colleagues-holding-papers-standing-office-room-teamwork-business-management-concept_74855-6974.jpg" } ]} /> @@ -168,33 +96,9 @@ export default function HomePage() { title="Essential Document Roadmap" description="Requirements vary based on your specific travel profile." metrics={[ - { - value: "01", - title: "Travel Essentials", - features: [ - "Valid Passport", - "Recent Photographs", - "Previous Visa History", - ], - }, - { - value: "02", - title: "Financial Proof", - features: [ - "6 Months Bank Statement", - "Income Tax Returns", - "Salary Slips", - ], - }, - { - value: "03", - title: "Professional", - features: [ - "Employment Letter", - "Business Registration", - "Leave Approval", - ], - }, + { value: "01", title: "Travel Essentials", features: ["Valid Passport", "Recent Photographs", "Previous Visa History"] }, + { value: "02", title: "Financial Proof", features: ["6 Months Bank Statement", "Income Tax Returns", "Salary Slips"] }, + { value: "03", title: "Professional", features: ["Employment Letter", "Business Registration", "Leave Approval"] } ]} /> @@ -208,29 +112,13 @@ export default function HomePage() { description="Our proven 5-step process ensures nothing is missed." features={[ { - title: "Steps to Your Visa", - description: "Clear and simple.", - bentoComponent: "checklist-timeline", - heading: "Application Journey", - subheading: "We guide you from start to finish.", - checklistItems: [ - { - label: "Contact Us", - detail: "Consultation call.", - }, - { - label: "Document Share", - detail: "Secure document transfer.", - }, - { - label: "Preparation", - detail: "Final review of your files.", - }, + title: "Steps to Your Visa", description: "Clear and simple.", bentoComponent: "checklist-timeline", heading: "Application Journey", subheading: "We guide you from start to finish.", checklistItems: [ + { label: "Contact Us", detail: "Consultation call." }, + { label: "Document Share", detail: "Secure document transfer." }, + { label: "Preparation", detail: "Final review of your files." } ], - completedLabel: "Submission", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-tourism-day-concept-with-luggage_23-2148608813.jpg?_wi=2", - imageAlt: "travel agency logo modern", - }, + completedLabel: "Submission" + } ]} /> @@ -243,26 +131,11 @@ export default function HomePage() { rating={5} author="Anjali Deshmukh" avatars={[ - { - name: "Anjali", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delighted-female-tourist-walks-street_273609-25750.jpg", - }, - { - name: "Rahul", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-travel-agency_52683-136437.jpg", - }, - { - name: "Priya", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-blue-eyed-man-with-ginger-beard-grey-tshirt-painted-shirt-posing-with-with-tickets-pocket_197531-27534.jpg", - }, - { - name: "Kiran", - imageSrc: "http://img.b2bpic.net/free-photo/family-celebrating-christmas-morning-together-bedroom_329181-6037.jpg", - }, - { - name: "Sanjay", - imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-caucasian-traveler-man-with-straw-beach-hat-with-backpack-standing-sideways-pretending-run-isolated-purple-wall-with-copy-space_141793-106447.jpg", - }, + { name: "Anjali", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delighted-female-tourist-walks-street_273609-25750.jpg" }, + { name: "Rahul", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-travel-agency_52683-136437.jpg" }, + { name: "Priya", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-blue-eyed-man-with-ginger-beard-grey-tshirt-painted-shirt-posing-with-with-tickets-pocket_197531-27534.jpg" }, + { name: "Kiran", imageSrc: "http://img.b2bpic.net/free-photo/family-celebrating-christmas-morning-together-bedroom_329181-6037.jpg" }, + { name: "Sanjay", imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-caucasian-traveler-man-with-straw-beach-hat-with-backpack-standing-sideways-pretending-run-isolated-purple-wall-with-copy-space_141793-106447.jpg" } ]} /> @@ -275,22 +148,10 @@ export default function HomePage() { title="Frequently Asked Questions" description="Answers to common concerns from our clients." items={[ - { - question: "How long does a UK visa take?", - answer: "Processing times typically vary between 3-4 weeks depending on the visa category.", - }, - { - question: "How much bank balance is required?", - answer: "It depends on the duration of your stay; we help calculate a safe threshold.", - }, - { - question: "Is an in-person interview required?", - answer: "Most tourist applications don't require an interview, but biometrics are mandatory.", - }, - { - question: "Can I apply if self-employed?", - answer: "Yes, we have specialized checklists for business owners.", - }, + { question: "How long does a UK visa take?", answer: "Processing times typically vary between 3-4 weeks depending on the visa category." }, + { question: "How much bank balance is required?", answer: "It depends on the duration of your stay; we help calculate a safe threshold." }, + { question: "Is an in-person interview required?", answer: "Most tourist applications don't require an interview, but biometrics are mandatory." }, + { question: "Can I apply if self-employed?", answer: "Yes, we have specialized checklists for business owners." } ]} imageSrc="http://img.b2bpic.net/free-photo/i-am-here-help-you-with-your-booking-travel-questions-female-sales-agent-holding-plane-tickets-while-smiling-making-eye-contact-travel-agency_662251-2371.jpg" /> @@ -303,13 +164,9 @@ export default function HomePage() { tag="Let's Get Started" text="Ready to plan your UK journey? Get professional guidance from the Nashik experts." primaryButton={{ - text: "WhatsApp Now", - href: "https://wa.me/91XXXXXXXXXX", - }} + text: "WhatsApp Now", href: "https://wa.me/91XXXXXXXXXX"}} secondaryButton={{ - text: "Call Our Office", - href: "tel:+91XXXXXXXXXX", - }} + text: "Call Our Office", href: "tel:+91XXXXXXXXXX"}} />