diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b00628..075fb26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -42,7 +42,7 @@ export default function LandingPage() { @@ -121,7 +121,7 @@ export default function LandingPage() { products={[ { id: "africa", brand: "East Africa", name: "Tanzania & Kenya", price: "From $2,899", rating: 5, - reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/shadow-fighting-giraffes-bushy-land-daytime_181624-37824.jpg?_wi=1", imageAlt: "African safari landscape" + reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/shadow-fighting-giraffes-bushy-land-daytime_181624-37824.jpg", imageAlt: "African safari landscape" }, { id: "asia", brand: "Southeast Asia", name: "Thailand & Indonesia", price: "From $1,799", rating: 5, @@ -180,19 +180,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Expert Planning", description: "Our travel specialists have decades of combined experience crafting perfect itineraries tailored to your preferences and budget.", imageSrc: "http://img.b2bpic.net/free-photo/hammock-beach_74190-6619.jpg?_wi=2", imageAlt: "Expert planning" + title: "Expert Planning", description: "Our travel specialists have decades of combined experience crafting perfect itineraries tailored to your preferences and budget.", imageSrc: "http://img.b2bpic.net/free-photo/hammock-beach_74190-6619.jpg", imageAlt: "Expert planning" }, { id: 2, - title: "Local Guides", description: "Experience destinations through the eyes of knowledgeable locals who share insider tips and authentic cultural insights.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-hiking-mountains-schlern-rosengarten-nature-park-italy_181624-13523.jpg?_wi=2", imageAlt: "Local guides" + title: "Local Guides", description: "Experience destinations through the eyes of knowledgeable locals who share insider tips and authentic cultural insights.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-hiking-mountains-schlern-rosengarten-nature-park-italy_181624-13523.jpg", imageAlt: "Local guides" }, { id: 3, - title: "Premium Accommodations", description: "Stay at carefully selected hotels and resorts that offer comfort, charm, and unforgettable experiences.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-elephants-south-africa_181624-53195.jpg?_wi=2", imageAlt: "Luxury accommodations" + title: "Premium Accommodations", description: "Stay at carefully selected hotels and resorts that offer comfort, charm, and unforgettable experiences.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-elephants-south-africa_181624-53195.jpg", imageAlt: "Luxury accommodations" }, { id: 4, - title: "24/7 Support", description: "Our dedicated support team is always available to assist with any questions or unexpected needs during your journey.", imageSrc: "http://img.b2bpic.net/free-photo/shadow-fighting-giraffes-bushy-land-daytime_181624-37824.jpg?_wi=2", imageAlt: "Customer support" + title: "24/7 Support", description: "Our dedicated support team is always available to assist with any questions or unexpected needs during your journey.", imageSrc: "http://img.b2bpic.net/free-photo/shadow-fighting-giraffes-bushy-land-daytime_181624-37824.jpg", imageAlt: "Customer support" } ]} />