From 5f56ccc697c8b0f142b642a7ce394c908318040f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:46:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c093775..d18eeb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,19 +71,19 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Hajj Packages", description: "Complete Hajj travel arrangements including flights, accommodation, visa assistance, and guided rituals. We ensure a spiritually fulfilling journey.", imageSrc: "http://img.b2bpic.net/free-photo/plaid-shirt-bag-map-passport-currency-wooden-backdrop_23-2147958230.jpg", imageAlt: "Hajj Pilgrimage Package", buttonIcon: CheckCircle, + title: "Hajj Packages", description: "Complete Hajj travel arrangements including flights, accommodation, visa assistance, and guided rituals. We ensure a spiritually fulfilling journey.", imageSrc: "http://img.b2bpic.net/free-photo/plaid-shirt-bag-map-passport-currency-wooden-backdrop_23-2147958230.jpg?_wi=1", imageAlt: "Hajj Pilgrimage Package", buttonIcon: CheckCircle, buttonHref: "#contact" }, { - title: "Umrah Packages", description: "Budget to premium Umrah options tailored to your preferences. From basic to luxurious, we offer flexibility for every pilgrim.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-praying_23-2150755565.jpg", imageAlt: "Umrah Pilgrimage Package", buttonIcon: CheckCircle, + title: "Umrah Packages", description: "Budget to premium Umrah options tailored to your preferences. From basic to luxurious, we offer flexibility for every pilgrim.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-praying_23-2150755565.jpg?_wi=1", imageAlt: "Umrah Pilgrimage Package", buttonIcon: CheckCircle, buttonHref: "#contact" }, { - title: "Umrah + Baghdad Ziyarat", description: "Combined spiritual journey visiting sacred sites in both holy cities. Experience comprehensive Islamic heritage and spiritual enlightenment.", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-mountains-male-traditional-turban-hinduist_1157-41082.jpg", imageAlt: "Umrah and Ziyarat Combined", buttonIcon: CheckCircle, + title: "Umrah + Baghdad Ziyarat", description: "Combined spiritual journey visiting sacred sites in both holy cities. Experience comprehensive Islamic heritage and spiritual enlightenment.", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-mountains-male-traditional-turban-hinduist_1157-41082.jpg?_wi=1", imageAlt: "Umrah and Ziyarat Combined", buttonIcon: CheckCircle, buttonHref: "#contact" }, { - title: "Turkey Ziyarat Tours", description: "Explore historical Islamic sites across Turkey. Visit legendary places with expert guidance and comfortable accommodations.", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-mountains-male-traditional-turban-hinduist_1157-41082.jpg", imageAlt: "Turkey Ziyarat Religious Tour", buttonIcon: CheckCircle, + title: "Turkey Ziyarat Tours", description: "Explore historical Islamic sites across Turkey. Visit legendary places with expert guidance and comfortable accommodations.", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-mountains-male-traditional-turban-hinduist_1157-41082.jpg?_wi=2", imageAlt: "Turkey Ziyarat Religious Tour", buttonIcon: CheckCircle, buttonHref: "#contact" }, { @@ -124,13 +124,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "economy-umrah", name: "Economy Umrah", price: "Starting from ₹50,000", variant: "Budget-Friendly", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-praying_23-2150755565.jpg", imageAlt: "Economy Umrah Package" + id: "economy-umrah", name: "Economy Umrah", price: "Starting from ₹50,000", variant: "Budget-Friendly", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-praying_23-2150755565.jpg?_wi=2", imageAlt: "Economy Umrah Package" }, { - id: "premium-umrah", name: "Premium Umrah", price: "Starting from ₹85,000", variant: "5-Star Experience", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-praying_23-2150755565.jpg", imageAlt: "Premium Umrah Package" + id: "premium-umrah", name: "Premium Umrah", price: "Starting from ₹85,000", variant: "5-Star Experience", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-praying_23-2150755565.jpg?_wi=3", imageAlt: "Premium Umrah Package" }, { - id: "complete-hajj", name: "Complete Hajj", price: "Starting from ₹1,50,000", variant: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/plaid-shirt-bag-map-passport-currency-wooden-backdrop_23-2147958230.jpg", imageAlt: "Complete Hajj Package" + id: "complete-hajj", name: "Complete Hajj", price: "Starting from ₹1,50,000", variant: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/plaid-shirt-bag-map-passport-currency-wooden-backdrop_23-2147958230.jpg?_wi=2", imageAlt: "Complete Hajj Package" } ]} /> -- 2.49.1