From 06211730a08e32e8edb7d891ec962f2a23991273 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 06:22:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fc6f8d..a791c56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { logoText="Mahadev Tour & Travel" description="Your gateway to sacred journeys and breathtaking adventures across India. Experience professional service with spiritual comfort." buttons={[{ text: "Book Your Trip", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/mesmerizing-amazing-scenery-landscape-hiking-trail-with-urban-adventurer-explore-nature-wonders_346278-286.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mesmerizing-amazing-scenery-landscape-hiking-trail-with-urban-adventurer-explore-nature-wonders_346278-286.jpg?_wi=1" imageAlt="Travel landscape" /> @@ -105,12 +105,12 @@ export default function LandingPage() { { id: "p1", title: "Budget Saver", price: "₹9,999", period: "per person", features: ["Hotel stay", "Bus transport", "Breakfast included"], button: { text: "Select" }, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433329.jpg", imageAlt: "professional travel planning office" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433329.jpg?_wi=1", imageAlt: "professional travel planning office" }, { id: "p2", title: "Comfort Plus", price: "₹24,999", period: "per person", features: ["3-star hotels", "Private cab", "All meals", "Guide included"], button: { text: "Select" }, - imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-amazing-scenery-landscape-hiking-trail-with-urban-adventurer-explore-nature-wonders_346278-286.jpg", imageAlt: "professional travel planning office" + imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-amazing-scenery-landscape-hiking-trail-with-urban-adventurer-explore-nature-wonders_346278-286.jpg?_wi=2", imageAlt: "professional travel planning office" } ]} title="Transparent Pricing" @@ -139,10 +139,10 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", name: "Amit Sharma", date: "Oct 2023", title: "Excellent Service", quote: "Mahadev Tour made our Varanasi trip incredibly easy and spiritual.", tag: "Spiritual", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-woman-smiling-selfie_23-2148631389.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-amazing-scenery-landscape-hiking-trail-with-urban-adventurer-explore-nature-wonders_346278-286.jpg" + id: "t1", name: "Amit Sharma", date: "Oct 2023", title: "Excellent Service", quote: "Mahadev Tour made our Varanasi trip incredibly easy and spiritual.", tag: "Spiritual", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-woman-smiling-selfie_23-2148631389.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mesmerizing-amazing-scenery-landscape-hiking-trail-with-urban-adventurer-explore-nature-wonders_346278-286.jpg?_wi=3" }, { - id: "t2", name: "Priya Verma", date: "Sep 2023", title: "Fun Vacation", quote: "The Goa package was perfectly organized. Had a great time!", tag: "Leisure", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-binoculars-street_23-2147654268.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433329.jpg" + id: "t2", name: "Priya Verma", date: "Sep 2023", title: "Fun Vacation", quote: "The Goa package was perfectly organized. Had a great time!", tag: "Leisure", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-binoculars-street_23-2147654268.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-office-travel-agency_23-2150433329.jpg?_wi=2" } ]} title="Traveler Experiences" -- 2.49.1