Update src/app/page.tsx

This commit is contained in:
2026-03-09 02:12:31 +00:00
parent e3a0c97658
commit 934b09ec60

View File

@@ -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"
]