Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9f5a0a424 | |||
| 59cbfcf9da | |||
| be34d65f74 | |||
| c4ca40dab8 | |||
| f22d56e61f | |||
| 6d79a0e76f | |||
| 008904762a | |||
| 83f954acde | |||
| 65dd24cb62 | |||
| da4482512e | |||
| 21b4471c3c | |||
| b9efd6a355 |
91
src/app/about/page.tsx
Normal file
91
src/app/about/page.tsx
Normal file
@@ -0,0 +1,91 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Sparkles } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Saxon's Lawn & Garden Care"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Call Now", href: "tel:0435097522" }}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="About Saxon's Lawn & Garden Care"
|
||||
description="Meet the team dedicated to transforming Melbourne's inner north gardens."
|
||||
tag="Our Story"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905282.jpg"
|
||||
imageAlt="Saxon's team in the garden"
|
||||
buttons={[
|
||||
{ text: "Get in Touch", href: "#contact" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-grassy-field-with-trees-mountains-sunny-day_181624-28506.jpg"
|
||||
imageAlt="Lush green garden landscape"
|
||||
logoText="Saxon's Lawn & Garden Care"
|
||||
copyrightText="© 2025 Saxon's Lawn & Garden Care. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Lawn Mowing", href: "#services" },
|
||||
{ label: "Garden Maintenance", href: "#services" },
|
||||
{ label: "Hedge Trimming", href: "#services" },
|
||||
{ label: "Landscaping", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Service Areas", href: "#service-areas" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 0435 097 522", href: "tel:0435097522" },
|
||||
{
|
||||
label: "121/125 Victoria Rd, Northcote VIC 3070", href: "#"
|
||||
},
|
||||
{ label: "Available 24/7 for Inquiries", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
1410
src/app/layout.tsx
1410
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -34,6 +34,7 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Learn More", id: "/about" },
|
||||
]}
|
||||
button={{ text: "Call Now", href: "tel:0435097522" }}
|
||||
animateOnLoad={true}
|
||||
@@ -65,19 +66,26 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Mowing", description: "Regular and reliable grass cutting to keep your lawn healthy and neat.", imageSrc: "http://img.b2bpic.net/free-psd/professional-lawn-gardening-services-advertisement_505751-8151.jpg", imageAlt: "Professional lawn mowing service"},
|
||||
title: "Lawn Mowing", description: "Regular and reliable grass cutting to keep your lawn healthy and neat.", imageSrc: "http://img.b2bpic.net/free-psd/professional-lawn-gardening-services-advertisement_505751-8151.jpg", imageAlt: "Professional lawn mowing service"
|
||||
},
|
||||
{
|
||||
title: "Garden Maintenance", description: "Complete plant and flower care to maintain your garden's beauty year-round.", imageSrc: "http://img.b2bpic.net/free-photo/woman-farmer-taking-care-her-plants_23-2148580111.jpg", imageAlt: "Garden maintenance service"},
|
||||
title: "Garden Maintenance", description: "Complete plant and flower care to maintain your garden's beauty year-round.", imageSrc: "http://img.b2bpic.net/free-photo/woman-farmer-taking-care-her-plants_23-2148580111.jpg", imageAlt: "Garden maintenance service"
|
||||
},
|
||||
{
|
||||
title: "Hedge Trimming", description: "Expert hedge and shrub trimming for perfect shapes and clean lines.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-green-plants_181624-30335.jpg", imageAlt: "Professional hedge trimming"},
|
||||
title: "Hedge Trimming", description: "Expert hedge and shrub trimming for perfect shapes and clean lines.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-green-plants_181624-30335.jpg", imageAlt: "Professional hedge trimming"
|
||||
},
|
||||
{
|
||||
title: "Garden Cleanups", description: "Spring and autumn cleanups to refresh your outdoor space.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-transplanting-process-plants_23-2149080760.jpg?_wi=1", imageAlt: "Garden cleanup service"},
|
||||
title: "Garden Cleanups", description: "Spring and autumn cleanups to refresh your outdoor space.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-transplanting-process-plants_23-2149080760.jpg?_wi=1", imageAlt: "Garden cleanup service"
|
||||
},
|
||||
{
|
||||
title: "Mulching", description: "Quality mulch installation to enhance your garden's health and appearance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-transplanting-process-plants_23-2149080760.jpg?_wi=2", imageAlt: "Garden mulching service"},
|
||||
title: "Mulching", description: "Quality mulch installation to enhance your garden's health and appearance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-transplanting-process-plants_23-2149080760.jpg?_wi=2", imageAlt: "Garden mulching service"
|
||||
},
|
||||
{
|
||||
title: "Turf Installation", description: "Professional turf laying for instant lawn transformation.", imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858219.jpg", imageAlt: "Turf installation service"},
|
||||
title: "Turf Installation", description: "Professional turf laying for instant lawn transformation.", imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858219.jpg", imageAlt: "Turf installation service"
|
||||
},
|
||||
{
|
||||
title: "Landscaping", description: "Custom landscaping design and installation for stunning outdoor spaces.", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", imageAlt: "Landscaping service"},
|
||||
title: "Landscaping", description: "Custom landscaping design and installation for stunning outdoor spaces.", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", imageAlt: "Landscaping service"
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -89,7 +97,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="Why Inner North Homeowners Trust Saxon's"
|
||||
description={[
|
||||
"Saxon's Lawn and Garden Care helps homeowners across Melbourne's inner north keep their outdoor spaces clean, healthy, and well maintained.", "Led by Saxon, Oliver, and Cam, our team focuses on reliable scheduling, clear communication, and high-quality finishes. We are friendly, non-judgmental, and ready to tackle any garden—whether it just needs a tidy-up or a massive rescue."]}
|
||||
"Saxon's Lawn and Garden Care helps homeowners across Melbourne's inner north keep their outdoor spaces clean, healthy, and well maintained.", "Led by Saxon, Oliver, and Cam, our team focuses on reliable scheduling, clear communication, and high-quality finishes. We are friendly, non-judgmental, and ready to tackle any garden—whether it just needs a tidy-up or a massive rescue."
|
||||
]}
|
||||
buttons={[{ text: "Book a Visit", href: "#contact" }]}
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
@@ -106,16 +115,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Pina M.", role: "Homeowner", company: "Northcote", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-man_23-2149271089.jpg", imageAlt: "Pina M."},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-business-man_23-2149271089.jpg", imageAlt: "Pina M."
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jayme M.", role: "Homeowner", company: "Preston", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307060.jpg", imageAlt: "Jayme M."},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307060.jpg", imageAlt: "Jayme M."
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mahmood H.", role: "Homeowner", company: "Thornbury", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-success-signs-gestures-concept-successful-friendly-looking-confident-young-black-male-white-woman-showing-thumbs-up-gesture-enjoying-working-together-team-smiling-happily_343059-1523.jpg", imageAlt: "Mahmood H."},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-success-signs-gestures-concept-successful-friendly-looking-confident-young-black-male-white-woman-showing-thumbs-up-gesture-enjoying-working-together-team-smiling-happily_343059-1523.jpg", imageAlt: "Mahmood H."
|
||||
},
|
||||
{
|
||||
id: "4", name: "Sejal J.", role: "Homeowner", company: "Fitzroy", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-african-american-girl-looking-away_1262-3098.jpg", imageAlt: "Sejal J."},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-african-american-girl-looking-away_1262-3098.jpg", imageAlt: "Sejal J."
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -127,7 +140,8 @@ export default function LandingPage() {
|
||||
description="We're proud to serve these vibrant inner north communities with professional lawn care and landscaping services."
|
||||
textboxLayout="default"
|
||||
names={[
|
||||
"Northcote", "Preston", "Thornbury", "Fitzroy", "Brunswick", "Fairfield"]}
|
||||
"Northcote", "Preston", "Thornbury", "Fitzroy", "Brunswick", "Fairfield"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
useInvertedBackground={false}
|
||||
@@ -146,15 +160,20 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What areas do you service?", content: "We service Melbourne's inner north including Northcote, Preston, Thornbury, Fitzroy, Brunswick, Fairfield, and surrounding suburbs. Contact us to confirm your specific address."},
|
||||
id: "1", title: "What areas do you service?", content: "We service Melbourne's inner north including Northcote, Preston, Thornbury, Fitzroy, Brunswick, Fairfield, and surrounding suburbs. Contact us to confirm your specific address."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer emergency garden rescues?", content: "Yes! We specialize in transforming overgrown and neglected gardens. No matter how wild your backyard has become, our team can help. Give us a call for a free assessment."},
|
||||
id: "2", title: "Do you offer emergency garden rescues?", content: "Yes! We specialize in transforming overgrown and neglected gardens. No matter how wild your backyard has become, our team can help. Give us a call for a free assessment."
|
||||
},
|
||||
{
|
||||
id: "3", title: "How often should I have my lawn mowed?", content: "During growing season (spring/summer), weekly or fortnightly mowing is recommended. During autumn/winter, monthly or as-needed mowing works well. We'll tailor a schedule that works for your lawn and lifestyle."},
|
||||
id: "3", title: "How often should I have my lawn mowed?", content: "During growing season (spring/summer), weekly or fortnightly mowing is recommended. During autumn/winter, monthly or as-needed mowing works well. We'll tailor a schedule that works for your lawn and lifestyle."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Are you fully insured?", content: "Yes, we carry full insurance for all our work. Your peace of mind is important to us, and we stand behind every job we do."},
|
||||
id: "4", title: "Are you fully insured?", content: "Yes, we carry full insurance for all our work. Your peace of mind is important to us, and we stand behind every job we do."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can you help with landscaping design?", content: "Absolutely. We offer landscaping design consultations and can help bring your vision to life. From turf installation to hedge placement, we handle it all."},
|
||||
id: "5", title: "Can you help with landscaping design?", content: "Absolutely. We offer landscaping design consultations and can help bring your vision to life. From turf installation to hedge placement, we handle it all."
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -194,7 +213,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Service Areas", href: "#service-areas" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
@@ -204,7 +223,8 @@ export default function LandingPage() {
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 0435 097 522", href: "tel:0435097522" },
|
||||
{
|
||||
label: "121/125 Victoria Rd, Northcote VIC 3070", href: "#"},
|
||||
label: "121/125 Victoria Rd, Northcote VIC 3070", href: "#"
|
||||
},
|
||||
{ label: "Available 24/7 for Inquiries", href: "#" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user