From bbaf24dd9d02bb3e65d1b427f92a237e81b85cc6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:09:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9e6bbe..2607479 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="mediumSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function LandingPage() { title="Discover Tanzania's Most Epic Bike Adventures" description="From village rides to multi-day mountain expeditions, explore Tanzania on two wheels with expert guides and unforgettable scenery" tag="Adventure Awaits" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Explore Tours", href: "tours" }, { text: "Learn More", href: "about" } @@ -80,15 +80,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Village Exploration Half-Day Ride", author: "Bike2Kili Guides", description: "Experience local culture with a guided 4-hour ride through traditional villages, local markets, and scenic countryside. Perfect for first-time visitors and casual cyclists. Includes bike rental, refreshments, and cultural insights.", tags: ["Half-Day", "Beginner", "Cultural"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-back-wheel-bike_23-2148232051.jpg?_wi=1", imageAlt: "Cyclists riding through village landscape" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-back-wheel-bike_23-2148232051.jpg", imageAlt: "Cyclists riding through village landscape" }, { id: "2", title: "Full-Day Mountain Trail Challenge", author: "Bike2Kili Guides", description: "A 40km intermediate ride through mountain trails with stunning views, challenging terrain, and wildlife spotting opportunities. Includes professional guide, packed lunch, mechanical support, and all equipment. Best for experienced cyclists.", tags: ["Full-Day", "Intermediate", "Mountain"], - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124579.jpg?_wi=1", imageAlt: "Mountain bikers on challenging terrain" + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124579.jpg", imageAlt: "Mountain bikers on challenging terrain" }, { id: "3", title: "5-Day Kilimanjaro Cycling Expedition", author: "Bike2Kili Guides", description: "An immersive multi-day adventure combining cycling with trekking near Kilimanjaro. Experience diverse landscapes, local communities, and guided cultural interactions. Includes accommodation, meals, guides, and comprehensive support.", tags: ["Multi-Day", "Expert", "Expedition"], - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124569.jpg?_wi=1", imageAlt: "Multi-day cycling expedition landscape" + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124569.jpg", imageAlt: "Multi-day cycling expedition landscape" } ]} animationType="slide-up" @@ -119,15 +119,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Bike2Kili", name: "Half-Day Village Tours", price: "From $45", rating: 5, - reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/close-up-back-wheel-bike_23-2148232051.jpg?_wi=2", imageAlt: "Half-day village cycling tour" + reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/close-up-back-wheel-bike_23-2148232051.jpg", imageAlt: "Half-day village cycling tour" }, { id: "2", brand: "Bike2Kili", name: "Full-Day Mountain Rides", price: "From $89", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124579.jpg?_wi=2", imageAlt: "Full-day mountain bike trail" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124579.jpg", imageAlt: "Full-day mountain bike trail" }, { id: "3", brand: "Bike2Kili", name: "Multi-Day Expeditions", price: "From $450", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124569.jpg?_wi=2", imageAlt: "Multi-day cycling expedition" + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-using-electric-bike-country-side_23-2149124569.jpg", imageAlt: "Multi-day cycling expedition" } ]} gridVariant="three-columns-all-equal-width" @@ -148,7 +148,7 @@ export default function LandingPage() { { id: "3", value: "95%", description: "Return Customer Rate" }, { id: "4", value: "12", description: "Tour Routes Available" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false}