Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 02:13:48 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="HETTRICK ELECTRIC"
description="Your Tahoe Adventure Starts with Reliable Rentals. Fast, friendly fittings — get on the mountain faster. Great gear. Fair prices. Amazing service."
background={{ variant: "fluid" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Call Now", href: "tel:(530) 544-4783" },
{ text: "Reserve Equipment", href: "#contact" }
@@ -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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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"
]