From 934b09ec608ec006eee8ad287ab083e9fbb5c00f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:12:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bfd7b6d..341b267 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,16 +83,16 @@ export default function LandingPage() { tagIcon={CheckCircle} features={[ { - id: "01", title: "Fast, Friendly Fittings", description: "Get fitted and on the slopes in minutes. Our team knows ski and snowboard fit inside and out.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-using-carpenter-s-water-level_23-2148640272.jpg", imageAlt: "Professional ski fitting service" + id: "01", title: "Fast, Friendly Fittings", description: "Get fitted and on the slopes in minutes. Our team knows ski and snowboard fit inside and out.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-using-carpenter-s-water-level_23-2148640272.jpg?_wi=1", imageAlt: "Professional ski fitting service" }, { - id: "02", title: "Fair Prices, Real Value", description: "Affordable rentals without compromise. Customers keep coming back because we never cut corners on gear quality.", imageSrc: "http://img.b2bpic.net/free-photo/drinking-coffee-christmas-market_329181-9014.jpg", imageAlt: "Transparent pricing display" + id: "02", title: "Fair Prices, Real Value", description: "Affordable rentals without compromise. Customers keep coming back because we never cut corners on gear quality.", imageSrc: "http://img.b2bpic.net/free-photo/drinking-coffee-christmas-market_329181-9014.jpg?_wi=1", imageAlt: "Transparent pricing display" }, { - id: "03", title: "Local Expertise", description: "Born and bred Tahoe. We know the mountains, conditions, and what gear works best for each visitor.", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215876.jpg", imageAlt: "Knowledgeable local staff" + id: "03", title: "Local Expertise", description: "Born and bred Tahoe. We know the mountains, conditions, and what gear works best for each visitor.", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215876.jpg?_wi=1", imageAlt: "Knowledgeable local staff" }, { - id: "04", title: "Flexible Pickup & Return", description: "Rent on your schedule. Morning starts, afternoon pickups, extended rentals—we work around your adventure.", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215876.jpg", imageAlt: "Convenient rental flexibility" + id: "04", title: "Flexible Pickup & Return", description: "Rent on your schedule. Morning starts, afternoon pickups, extended rentals—we work around your adventure.", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215876.jpg?_wi=2", imageAlt: "Convenient rental flexibility" } ]} textboxLayout="default" @@ -112,19 +112,19 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "skis", title: "Ski Rentals", price: "$35", period: "/day", imageSrc: "http://img.b2bpic.net/free-photo/drinking-coffee-christmas-market_329181-9014.jpg", imageAlt: "Ski rental package", button: { text: "Reserve Now", href: "#contact" }, + id: "skis", title: "Ski Rentals", price: "$35", period: "/day", imageSrc: "http://img.b2bpic.net/free-photo/drinking-coffee-christmas-market_329181-9014.jpg?_wi=2", imageAlt: "Ski rental package", button: { text: "Reserve Now", href: "#contact" }, features: [ "Professional ski boots & bindings", "Expert fitting & safety checks", "Gloves & goggles available", "Flexible return times", "Multi-day discounts available" ] }, { - id: "snowboard", title: "Snowboard Rentals", price: "$38", period: "/day", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-using-carpenter-s-water-level_23-2148640272.jpg", imageAlt: "Snowboard rental package", button: { text: "Reserve Now", href: "#contact" }, + id: "snowboard", title: "Snowboard Rentals", price: "$38", period: "/day", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-using-carpenter-s-water-level_23-2148640272.jpg?_wi=2", imageAlt: "Snowboard rental package", button: { text: "Reserve Now", href: "#contact" }, features: [ "Quality snowboard & boots", "Perfect fitting guaranteed", "Protective gear recommendations", "Same-day returns welcome", "Group discounts available" ] }, { - id: "snowshoes", title: "Snowshoe Rentals", price: "$25", period: "/day", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215876.jpg", imageAlt: "Snowshoe rental package", button: { text: "Reserve Now", href: "#contact" }, + id: "snowshoes", title: "Snowshoe Rentals", price: "$25", period: "/day", imageSrc: "http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215876.jpg?_wi=3", imageAlt: "Snowshoe rental package", button: { text: "Reserve Now", href: "#contact" }, features: [ "All-terrain snowshoe models", "Trail advice from locals", "Cross-country skiing gear", "Trekking poles included", "Perfect for all experience levels" ]