From e099938c829bf06fb65ba804cf00d0c16122cc02 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:46:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 493660c..c093775 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/shot-human-entering-inside-karnak-temple-complex_181624-28006.jpg" imageAlt="Kaaba and Haram Sharif - Sacred Pilgrimage Site" - background="radial-gradient" + background={{ variant: "radial-gradient" }} ariaLabel="Hero section - Go Global Hajj & Ziyarat" /> @@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=2", 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", imageAlt: "Complete Hajj Package" } ]} /> -- 2.49.1