diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1f4637e..8ed2fee 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
-import HeroOverlay from '@/components/sections/hero/HeroOverlay';
+import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
@@ -31,25 +31,76 @@ export default function LandingPage() {
-
@@ -57,7 +108,12 @@ export default function LandingPage() {
@@ -66,9 +122,24 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- { title: "Garden Maintenance", description: "Full-service horticultural care to keep your gardens vibrant throughout the year.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg", imageAlt: "Garden maintenance" },
- { title: "Landscape Design", description: "Custom designs featuring native Australian plants and sustainable environmental practices.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-street_23-2149964957.jpg", imageAlt: "Landscape design" },
- { title: "Hardscaping & Paving", description: "Professional construction of pathways, patios, and outdoor structural elements.", imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg", imageAlt: "Hardscaping" },
+ {
+ title: "Garden Maintenance",
+ description: "Full-service horticultural care to keep your gardens vibrant throughout the year.",
+ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg",
+ imageAlt: "Garden maintenance",
+ },
+ {
+ title: "Landscape Design",
+ description: "Custom designs featuring native Australian plants and sustainable environmental practices.",
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-street_23-2149964957.jpg",
+ imageAlt: "Landscape design",
+ },
+ {
+ title: "Hardscaping & Paving",
+ description: "Professional construction of pathways, patios, and outdoor structural elements.",
+ imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg",
+ imageAlt: "Hardscaping",
+ },
]}
title="Our Professional Services"
description="Comprehensive landscaping solutions tailored to your property's unique needs."
@@ -81,9 +152,21 @@ export default function LandingPage() {
title="Our Impact"
tag="Trusted Experience"
metrics={[
- { id: "m1", value: "15+", description: "Years of Experience" },
- { id: "m2", value: "500+", description: "Gardens Transformed" },
- { id: "m3", value: "98%", description: "Client Satisfaction" },
+ {
+ id: "m1",
+ value: "15+",
+ description: "Years of Experience",
+ },
+ {
+ id: "m2",
+ value: "500+",
+ description: "Gardens Transformed",
+ },
+ {
+ id: "m3",
+ value: "98%",
+ description: "Client Satisfaction",
+ },
]}
metricsAnimation="slide-up"
/>
@@ -96,9 +179,48 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- { id: "p1", name: "Front Yard Revamp", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/flower-pot-outdoor-window-summer-design-generative-ai_188544-9541.jpg", imageAlt: "Front yard project" },
- { id: "p2", name: "Poolside Retreat", price: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair_74190-1674.jpg", imageAlt: "Poolside landscape" },
- { id: "p3", name: "Commercial Grounds", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-growing-plants_23-2148918530.jpg", imageAlt: "Office garden" },
+ {
+ id: "p1",
+ name: "Front Yard Revamp",
+ price: "Residential",
+ imageSrc: "http://img.b2bpic.net/free-photo/flower-pot-outdoor-window-summer-design-generative-ai_188544-9541.jpg",
+ imageAlt: "Front yard project",
+ },
+ {
+ id: "p2",
+ name: "Poolside Retreat",
+ price: "Residential",
+ imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair_74190-1674.jpg",
+ imageAlt: "Poolside landscape",
+ },
+ {
+ id: "p3",
+ name: "Commercial Grounds",
+ price: "Commercial",
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-growing-plants_23-2148918530.jpg",
+ imageAlt: "Office garden",
+ },
+ {
+ id: "p4",
+ name: "Urban Sanctuary",
+ price: "Residential",
+ imageSrc: "http://img.b2bpic.net/free-photo/abandoned-house-near-tall-tree_23-2149454796.jpg",
+ imageAlt: "Urban courtyard",
+ },
+ {
+ id: "p5",
+ name: "Timber Pergola",
+ price: "Feature Work",
+ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wooden-house_23-2151264469.jpg",
+ imageAlt: "Timber pergola",
+ },
+ {
+ id: "p6",
+ name: "Night Lighting",
+ price: "Specialist",
+ imageSrc: "http://img.b2bpic.net/free-photo/row-trees-decorated-with-hanging-light-bulbs-party-night-lake-sevan-armenia_181624-60731.jpg",
+ imageAlt: "Lighting project",
+ },
]}
title="Our Project Portfolio"
description="Showcasing our completed residential and commercial landscape transformations."
@@ -110,8 +232,61 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- { id: "t1", name: "Sarah J.", date: "2023-11-05", title: "Home Owner", quote: "ALS transformed our backyard into a stunning oasis.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/man-looking-his-laughing-daughter-sitting-table_259150-59411.jpg", imageSrc: "http://img.b2bpic.net/free-photo/streets-old-tbilisi-selective-focus-flower-blurred-background-idea-screensaver-story-about-old-city_166373-3038.jpg?_wi=2" },
- { id: "t2", name: "Mark D.", date: "2023-10-12", title: "Office Manager", quote: "Consistent and high-quality maintenance for our commercial property.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57326.jpg?_wi=2" },
+ {
+ id: "t1",
+ name: "Sarah J.",
+ date: "2023-11-05",
+ title: "Home Owner",
+ quote: "ALS transformed our backyard into a stunning oasis. The native plant design is perfect.",
+ tag: "Residential",
+ avatarSrc: "http://img.b2bpic.net/free-photo/man-looking-his-laughing-daughter-sitting-table_259150-59411.jpg",
+ imageSrc: "http://img.b2bpic.net/free-photo/streets-old-tbilisi-selective-focus-flower-blurred-background-idea-screensaver-story-about-old-city_166373-3038.jpg?_wi=2",
+ imageAlt: "happy client home garden",
+ },
+ {
+ id: "t2",
+ name: "Mark D.",
+ date: "2023-10-12",
+ title: "Office Manager",
+ quote: "Consistent and high-quality maintenance for our commercial property. Highly recommended.",
+ tag: "Commercial",
+ avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg",
+ imageSrc: "http://img.b2bpic.net/free-photo/man-yellow-vest-raking-leaves-park_259150-57326.jpg?_wi=2",
+ imageAlt: "happy client home garden",
+ },
+ {
+ id: "t3",
+ name: "Elena R.",
+ date: "2023-09-20",
+ title: "Home Owner",
+ quote: "Professional, punctual, and very creative in their hardscape suggestions. Excellent work.",
+ tag: "Residential",
+ avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-playing-game_23-2149530334.jpg",
+ imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748271.jpg?_wi=2",
+ imageAlt: "happy client home garden",
+ },
+ {
+ id: "t4",
+ name: "David W.",
+ date: "2023-08-15",
+ title: "Real Estate Agent",
+ quote: "I use ALS for all my listing garden preps. They never disappoint with curb appeal.",
+ tag: "Professional",
+ avatarSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405355.jpg",
+ imageSrc: "http://img.b2bpic.net/free-photo/sky-old-grass-summer-nobody_1203-5139.jpg?_wi=2",
+ imageAlt: "happy client home garden",
+ },
+ {
+ id: "t5",
+ name: "Karen B.",
+ date: "2023-07-30",
+ title: "Home Owner",
+ quote: "Excellent garden maintenance. My native gardens have never looked better.",
+ tag: "Residential",
+ avatarSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg",
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-watering-pot-plants-from-hose-concentrated-middle-aged-gardener-apron-eyeglasses-working-greenhouse-growing-flowers-commercial-gardening-activity-summer-concept_74855-12801.jpg?_wi=2",
+ imageAlt: "happy client home garden",
+ },
]}
title="Client Success Stories"
description="What our satisfied clients say about our professional landscaping services."
@@ -122,8 +297,21 @@ export default function LandingPage() {