Update src/app/page.tsx

This commit is contained in:
2026-04-25 22:59:35 +00:00
parent c28980b58a
commit 6f0531a669

View File

@@ -80,7 +80,7 @@ export default function LandingPage() {
{ title: "Scan & Visit", description: "Scan the QR code or sign up on the platform.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/technology-concept_23-2147512567.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/app-development-concept-with-flat-design_23-2147840607.jpg" } },
{ title: "Secure Access", description: "Unlock your pass for just $20.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/secured-online-payment-icon_23-2152012417.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-financial-management-document-icon_53876-14639.jpg" } },
{ title: "Choose Route", description: "Pick your self-guided or expert-led discovery route.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/three-golden-trophies-white-background_187299-46235.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/destination-journey-location-map-route-sign-icon_53876-127607.jpg" } },
{ title: "Start Challenges", description: "Explore, complete tasks, and win rewards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lonely-road-middle-forest_181624-30411.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/camping-banner-set_1284-14888.jpg" } }
{ title: "Start Challenges", description: "Explore, complete tasks, and win rewards.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/lonely-road-middle-forest_181624-30411.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/camping-banner-set_1284-14888.jpg" } }
]}
/>
</div>
@@ -93,7 +93,7 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{ id: "r1", name: "Cultural Route", price: "$20", variant: "Self-Guided", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-people-outdoors_23-2149365812.jpg" },
{ id: "r2", name: "Hidden Musanze", price: "$20", variant: "Hidden Gem", imageSrc: "http://img.b2bpic.net/free-photo/lonely-road-middle-forest_181624-30411.jpg" },
{ id: "r2", name: "Hidden Musanze", price: "$20", variant: "Hidden Gem", imageSrc: "http://img.b2bpic.net/free-photo/lonely-road-middle-forest_181624-30411.jpg?_wi=2" },
{ id: "r3", name: "Cycling Explorer", price: "$20", variant: "Adventure", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124574.jpg" },
{ id: "r4", name: "Coffee & Ag", price: "$20", variant: "Industry", imageSrc: "http://img.b2bpic.net/free-photo/showcase-daily-life-activities-some-indigenous-people_23-2149711124.jpg" },
{ id: "r5", name: "Investor Path", price: "$20", variant: "Discovery", imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-steps-made-logs-forest_169016-22465.jpg" },