Merge version_2 into main #2
276
src/app/page.tsx
276
src/app/page.tsx
@@ -29,144 +29,60 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
name: "Projects", id: "projects"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hawkins Home Solutions"
|
||||
button={{
|
||||
text: "Call 0487 026 694",
|
||||
href: "tel:0487026694",
|
||||
}}
|
||||
text: "Call 0487 026 694", href: "tel:0487026694"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Your Home, Done Right."
|
||||
description="Reliable handyman and property maintenance across Bacchus Marsh, Melton and surrounds."
|
||||
title="Bacchus Marsh's Premier Property Care"
|
||||
description="Expert handyman services dedicated to your home's longevity. Quality workmanship from local tradesmen you can count on, right here in the Moorabool Shire."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "Bacchus Marsh",
|
||||
testimonial: "Exceptional craftsmanship. Hawkins fixed our ceiling and the finish is perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah J.", handle: "Bacchus Marsh", testimonial: "Exceptional craftsmanship. Hawkins fixed our ceiling and the finish is perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=1"},
|
||||
{
|
||||
name: "Michael D.",
|
||||
handle: "Melton",
|
||||
testimonial: "Very professional and trustworthy. Will definitely hire again.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=2",
|
||||
},
|
||||
name: "Michael D.", handle: "Melton", testimonial: "Very professional and trustworthy. Will definitely hire again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=2"},
|
||||
{
|
||||
name: "Linda R.",
|
||||
handle: "Darley",
|
||||
testimonial: "Punctual, tidy, and did an amazing job on our new deck.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-nature_23-2148970183.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "James P.",
|
||||
handle: "Maddingley",
|
||||
testimonial: "Great attention to detail and very clean work. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-smiling-traveling-by-train_23-2149304483.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Karen S.",
|
||||
handle: "Ballan",
|
||||
testimonial: "Fantastic service and excellent communication throughout the job.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=3",
|
||||
},
|
||||
name: "Linda R.", handle: "Darley", testimonial: "Punctual, tidy, and did an amazing job on our new deck.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-nature_23-2148970183.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now – 0487 026 694",
|
||||
href: "tel:0487026694",
|
||||
},
|
||||
text: "Call Now – 0487 026 694", href: "tel:0487026694"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rich-brown-wood-grain-texture_84443-73633.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-couple-nature_23-2148970183.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-smiling-traveling-by-train_23-2149304483.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 100+ local families"
|
||||
avatarText="Trusted by 100+ local Bacchus Marsh families"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={false}
|
||||
title="Our Craftsmanship"
|
||||
description="We take pride in every detail. From structural repairs to finishing touches, we ensure your home is treated with the respect it deserves."
|
||||
title="Reliable Local Craftsmanship"
|
||||
description="We combine traditional trade skills with local knowledge. From foundational home repairs to bespoke carpentry, every job is executed with long-term reliability in mind."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Home Repairs",
|
||||
content: "Full service general repairs to keep your home in top condition.",
|
||||
},
|
||||
id: "1", title: "Precision Carpentry", content: "Detailed custom timber work for frames, doors, and custom interior solutions designed for regional weather."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Carpentry",
|
||||
content: "Custom timber solutions, framing, and repairs with a master craftsman's eye.",
|
||||
},
|
||||
id: "2", title: "Decking & Outdoor Living", content: "High-durability decking and fencing built specifically to withstand the Bacchus Marsh climate."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Decks & Fences",
|
||||
content: "Sturdy, beautiful outdoor living spaces tailored to your needs.",
|
||||
},
|
||||
id: "3", title: "Property Maintenance", content: "Comprehensive structural repairs, ceiling restoration, and door installations performed with lasting quality."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Doors & Windows",
|
||||
content: "Professional installation and repair for better security and energy efficiency.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Ceiling Restoration",
|
||||
content: "Expert plaster and ceiling work perfect for pre-sale prep.",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Pre-Sale Prep",
|
||||
content: "Complete property maintenance to maximize your home's market value.",
|
||||
},
|
||||
id: "4", title: "Pre-Sale Home Prep", content: "Tailored repairs and finishing touches designed to increase the market value of your property locally."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/old-monochrome-plank-table-background_1372-453.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -181,44 +97,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ceiling Restoration",
|
||||
price: "Hamlyn Heights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-view-sideways-man-holding-photo-strips_23-2148424363.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Custom Outdoor Deck", price: "Bacchus Marsh", imageSrc: "http://img.b2bpic.net/free-photo/human-hand-touching-bamboo-fence_23-2147843536.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Custom Pelmet Install",
|
||||
price: "Newtown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-monochrome-plank-table-background_1372-453.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Kitchen Architrave Renovation", price: "Darley", imageSrc: "http://img.b2bpic.net/free-photo/old-monochrome-plank-table-background_1372-453.jpg?_wi=2"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Architrave Replacement",
|
||||
price: "Bathroom Reno",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/human-hand-touching-bamboo-fence_23-2147843536.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Exterior Decking",
|
||||
price: "Custom Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-monochrome-plank-table-background_1372-453.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Fence Repair",
|
||||
price: "Local Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/human-hand-touching-bamboo-fence_23-2147843536.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Door Installation",
|
||||
price: "Premium Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-view-sideways-man-holding-photo-strips_23-2148424363.jpg?_wi=2",
|
||||
},
|
||||
id: "p3", name: "Ceiling Restoration", price: "Maddingley", imageSrc: "http://img.b2bpic.net/free-photo/low-view-sideways-man-holding-photo-strips_23-2148424363.jpg?_wi=1"},
|
||||
]}
|
||||
title="Featured Work"
|
||||
description="See some of our recent transformations across the region."
|
||||
title="Recent Local Projects"
|
||||
description="A glimpse into the craftsmanship we bring to homes across the Moorabool area."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -229,62 +115,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
company: "Bacchus Marsh",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=4",
|
||||
},
|
||||
id: "1", name: "David Thompson", role: "Homeowner", company: "Bacchus Marsh", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=4"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Homeowner",
|
||||
company: "Melton",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=5",
|
||||
},
|
||||
id: "2", name: "Fiona M.", role: "Local resident", company: "Darley", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=5"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Homeowner",
|
||||
company: "Darley",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-nature_23-2148970183.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Homeowner",
|
||||
company: "Maddingley",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-smiling-traveling-by-train_23-2149304483.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex Taylor",
|
||||
role: "Homeowner",
|
||||
company: "Ballan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-sofa-home_23-2147744902.jpg?_wi=6",
|
||||
},
|
||||
id: "3", name: "Robert H.", role: "Property owner", company: "Maddingley", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-nature_23-2148970183.jpg?_wi=2"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0 ⭐",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "5.0 ⭐", label: "Bacchus Marsh Rating"},
|
||||
{
|
||||
value: "9+",
|
||||
label: "Google Reviews",
|
||||
},
|
||||
value: "100%", label: "Reliability Guaranteed"},
|
||||
{
|
||||
value: "Local",
|
||||
label: "Bacchus Marsh & Surrounds",
|
||||
},
|
||||
value: "Local", label: "Moorabool Shire Trades"},
|
||||
]}
|
||||
title="Trusted by Locals"
|
||||
description="Don't just take our word for it."
|
||||
title="What Our Neighbours Say"
|
||||
description="We pride ourselves on the relationships we build within the Bacchus Marsh community."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -292,16 +141,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to get your home done right?"
|
||||
description="Give us a call today for a friendly, professional quote. We're open until 5pm."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 0487 026 694",
|
||||
href: "tel:0487026694",
|
||||
},
|
||||
text: "Call Now: 0487 026 694", href: "tel:0487026694"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -313,53 +159,33 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "0487 026 694",
|
||||
href: "tel:0487026694",
|
||||
},
|
||||
label: "0487 026 694", href: "tel:0487026694"},
|
||||
{
|
||||
label: "Open Daily until 5pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open Daily until 5pm", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
label: "Projects", href: "#projects"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Bacchus Marsh",
|
||||
href: "#",
|
||||
},
|
||||
label: "Bacchus Marsh", href: "#"},
|
||||
{
|
||||
label: "Melton",
|
||||
href: "#",
|
||||
},
|
||||
label: "Melton", href: "#"},
|
||||
{
|
||||
label: "Darley",
|
||||
href: "#",
|
||||
},
|
||||
label: "Darley", href: "#"},
|
||||
{
|
||||
label: "Maddingley",
|
||||
href: "#",
|
||||
},
|
||||
label: "Maddingley", href: "#"},
|
||||
{
|
||||
label: "Ballan",
|
||||
href: "#",
|
||||
},
|
||||
label: "Ballan", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -369,4 +195,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #F5F0E8;
|
||||
--card: #FDFBF7;
|
||||
--foreground: #1C1C1C;
|
||||
--primary-cta: #C8862A;
|
||||
--background: #1c1917;
|
||||
--card: #292524;
|
||||
--foreground: #f5f5f4;
|
||||
--primary-cta: #d97706;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #1C1C1C;
|
||||
--secondary-cta: #44403c;
|
||||
--secondary-cta-text: #F5F0E8;
|
||||
--accent: #C8862A;
|
||||
--background-accent: #DED9D0;
|
||||
--accent: #f59e0b;
|
||||
--background-accent: #451a03;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user