Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-10 15:58:13 +00:00

View File

@@ -61,10 +61,10 @@ export default function LandingPage() {
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-international-students-waiting-teacher-lecture-hall-blonde-european-girl-sitting-desk-talking-about-test-with-university-mates_197531-25407.jpg", imageAlt: "Russian university campus modern buildings"
},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg", imageAlt: "warehouse work logistics packing boxes"
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg?_wi=1", imageAlt: "warehouse work logistics packing boxes"
},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-cleaning-building_23-2150454496.jpg", imageAlt: "hotel service hospitality staff restaurant"
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-cleaning-building_23-2150454496.jpg?_wi=1", imageAlt: "hotel service hospitality staff restaurant"
},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-sitting-table-trip_23-2147771265.jpg", imageAlt: "student visa application study abroad concept"
@@ -175,19 +175,19 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "job-warehouse", name: "Warehouse Operations", price: "₹50,000 - ₹70,000", variant: "Full-time, Entry Level", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg", imageAlt: "warehouse work logistics packing boxes"
id: "job-warehouse", name: "Warehouse Operations", price: "₹50,000 - ₹70,000", variant: "Full-time, Entry Level", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg?_wi=2", imageAlt: "warehouse work logistics packing boxes"
},
{
id: "job-packing", name: "Packing & Logistics", price: "₹55,000 - ₹75,000", variant: "Full-time, No Experience Required", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg", imageAlt: "warehouse work logistics packing boxes"
id: "job-packing", name: "Packing & Logistics", price: "₹55,000 - ₹75,000", variant: "Full-time, No Experience Required", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128313.jpg?_wi=3", imageAlt: "warehouse work logistics packing boxes"
},
{
id: "job-hospitality", name: "Hospitality Services", price: "₹60,000 - ₹85,000", variant: "Full-time, Hotel & Restaurant", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-cleaning-building_23-2150454496.jpg", imageAlt: "hotel service hospitality staff restaurant"
id: "job-hospitality", name: "Hospitality Services", price: "₹60,000 - ₹85,000", variant: "Full-time, Hotel & Restaurant", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-cleaning-building_23-2150454496.jpg?_wi=2", imageAlt: "hotel service hospitality staff restaurant"
},
{
id: "job-cleaning", name: "Housekeeping & Cleaning", price: "₹45,000 - ₹65,000", variant: "Full-time, Flexible Hours", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-cleaning-building_23-2150454496.jpg", imageAlt: "hotel service hospitality staff restaurant"
id: "job-cleaning", name: "Housekeeping & Cleaning", price: "₹45,000 - ₹65,000", variant: "Full-time, Flexible Hours", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-cleaning-building_23-2150454496.jpg?_wi=3", imageAlt: "hotel service hospitality staff restaurant"
},
{
id: "job-dishwasher", name: "Kitchen Staff", price: "₹50,000 - ₹70,000", variant: "Full-time, With Meals & Accommodation", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-cleaning-building_23-2150454496.jpg", imageAlt: "hotel service hospitality staff restaurant"
id: "job-dishwasher", name: "Kitchen Staff", price: "₹50,000 - ₹70,000", variant: "Full-time, With Meals & Accommodation", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-cleaning-building_23-2150454496.jpg?_wi=4", imageAlt: "hotel service hospitality staff restaurant"
}
]}
buttons={[{ text: "Explore All Jobs", href: "#contact" }]}