From 1eb5cc6a1223d52b965d664c6d657a77c1ad6d10 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 21:27:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 131 ++++++++++++----------------------------------- 1 file changed, 32 insertions(+), 99 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d3d385..01321b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,42 +29,30 @@ export default function LandingPage() {
@@ -78,17 +66,11 @@ export default function LandingPage() { description="The hospitality industry is one of the most diverse and dynamic sectors in the global economy. From event management to luxury travel, there's a career for every personality type." bulletPoints={[ { - title: "Endless Variety", - description: "Work in hotels, travel, events, or corporate management.", - }, + title: "Endless Variety", description: "Work in hotels, travel, events, or corporate management."}, { - title: "Global Opportunities", - description: "Take your skills anywhere in the world.", - }, + title: "Global Opportunities", description: "Take your skills anywhere in the world."}, { - title: "People-First Roles", - description: "Make a difference in people's experiences every day.", - }, + title: "People-First Roles", description: "Make a difference in people's experiences every day."}, ]} imageSrc="http://img.b2bpic.net/free-photo/man-handing-his-boarding-pass-counter_107420-63588.jpg" mediaAnimation="slide-up" @@ -103,22 +85,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Event Planning", - description: "Coordinate conferences, festivals, and weddings.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-travel-agency-office_23-2150801509.jpg", - }, + title: "Event Planning", description: "Coordinate conferences, festivals, and weddings.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-travel-agency-office_23-2150801509.jpg"}, { id: 2, - title: "Hotel Management", - description: "Lead teams and ensure guest satisfaction.", - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-male-traveler-holding-map-handbag_23-2148148666.jpg", - }, + title: "Hotel Management", description: "Lead teams and ensure guest satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-male-traveler-holding-map-handbag_23-2148148666.jpg"}, { id: 3, - title: "Travel Consultant", - description: "Design unique itineraries for global travelers.", - imageSrc: "http://img.b2bpic.net/free-photo/reflection-musician-piano_23-2148673658.jpg", - }, + title: "Travel Consultant", description: "Design unique itineraries for global travelers.", imageSrc: "http://img.b2bpic.net/free-photo/reflection-musician-piano_23-2148673658.jpg"}, ]} title="Diverse Career Paths" description="Discover ten exciting industries within hospitality and tourism." @@ -132,48 +105,27 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "diploma", - name: "College Diploma", - price: "2 Years", - features: [ - "Hands-on learning", - "Industry placements", - "Direct career entry", - ], + id: "diploma", name: "College Diploma", price: "2 Years", features: [ + "Hands-on learning", "Industry placements", "Direct career entry"], buttons: [ { - text: "Learn More", - }, + text: "Learn More"}, ], }, { - id: "degree", - name: "Degree Program", - price: "4 Years", - features: [ - "Comprehensive theory", - "Leadership training", - "Advanced career options", - ], + id: "degree", name: "Degree Program", price: "4 Years", features: [ + "Comprehensive theory", "Leadership training", "Advanced career options"], buttons: [ { - text: "Learn More", - }, + text: "Learn More"}, ], }, { - id: "apprenticeship", - name: "Apprenticeship", - price: "Varied", - features: [ - "Earn while learning", - "Trade certification", - "Mentorship focus", - ], + id: "apprenticeship", name: "Apprenticeship", price: "Varied", features: [ + "Earn while learning", "Trade certification", "Mentorship focus"], buttons: [ { - text: "Learn More", - }, + text: "Learn More"}, ], }, ]} @@ -187,20 +139,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Is hospitality just for chefs?", - content: "Absolutely not! It covers travel, finance, logistics, marketing, and more.", - }, + id: "q1", title: "Is hospitality just for chefs?", content: "Absolutely not! It covers travel, finance, logistics, marketing, and more."}, { - id: "q2", - title: "What high school courses do I need?", - content: "Focus on business, communication, and social sciences.", - }, + id: "q2", title: "What high school courses do I need?", content: "Focus on business, communication, and social sciences."}, { - id: "q3", - title: "Can I work internationally?", - content: "Yes, hospitality is a universal language and your skills will be highly transferable.", - }, + id: "q3", title: "Can I work internationally?", content: "Yes, hospitality is a universal language and your skills will be highly transferable."}, ]} sideTitle="Common Questions" sideDescription="Everything you need to know about starting your journey." @@ -213,29 +156,19 @@ export default function LandingPage() { logoText="Hospitality Pathways" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Careers", - href: "#careers", - }, + label: "Careers", href: "#careers"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Ontario Colleges", - href: "#education", - }, + label: "Ontario Colleges", href: "#education"}, { - label: "Contact", - href: "#", - }, + label: "Contact", href: "#"}, ], }, ]} -- 2.49.1