Merge version_9 into main #15

Merged
bender merged 3 commits from version_9 into main 2026-05-11 01:54:08 +00:00
3 changed files with 6 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ const navItems = [
export default function GalleryPage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarStyleApple navItems={navItems} brandName="H & M Handyman Solutions" />
<HeroBillboardGallery

View File

@@ -16,13 +16,15 @@ const navItems = [
export default function PricingPage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarStyleApple navItems={navItems} brandName="H & M Handyman Solutions" />
<PricingCardEight
animationType="slide-up"
title="Transparent Pricing"
description="Choose the service package that fits your needs."
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "p1", badge: "Essential", price: "$99", subtitle: "Basic Repairs", buttons: [{ text: "Book Now", href: "/contact" }], features: ["Drywall Patching", "Minor Painting", "Furniture Assembly"] },
{ id: "p2", badge: "Advanced", price: "$299", subtitle: "Home Upgrades", buttons: [{ text: "Book Now", href: "/contact" }], features: ["Fixtures Installation", "TV Mounting", "Exterior Maintenance"] },

View File

@@ -47,6 +47,7 @@ export default function ServicesPage() {
description="See how our professional services stack up against standard home maintenance."
textboxLayout="default"
animationType="depth-3d"
useInvertedBackground={false}
negativeCard={{ items: ["Standard hardware store DIY", "Limited repair tools", "Unreliable scheduling"] }}
positiveCard={{ items: ["Professional grade craftsmanship", "Fully equipped mobile shop", "Consistent, on-time arrivals"] }}
className="bg-[#26201a]"
@@ -56,6 +57,7 @@ export default function ServicesPage() {
title="Ready to Start?"
description="Get your free estimate and join our satisfied clients today."
inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]}
useInvertedBackground={false}
className="bg-[#1a1714]"
/>