Update src/app/page.tsx
This commit is contained in:
305
src/app/page.tsx
305
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Award, Shield, Heart, RefreshCw } from 'lucide-react';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -32,26 +33,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "#metrics",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Projects", id: "#products" },
|
||||
{ name: "Services", id: "#features" },
|
||||
{ name: "Process", id: "#metrics" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="AME Home Mods"
|
||||
/>
|
||||
@@ -59,35 +45,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Luxury Accessibility Solutions for Safer Independent Living"
|
||||
description="Premium home modifications, aged care solutions, and NDIS accessibility upgrades designed with safety, elegance, and comfort in mind."
|
||||
tag="Expert NDIS Providers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Assessment",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Explore Projects",
|
||||
href: "#products",
|
||||
},
|
||||
{ text: "Request Assessment", href: "#contact" },
|
||||
{ text: "Explore Projects", href: "#products" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/luxury-modern-home-interior-with-accessi-1778502474503-e07d5e9e.png",
|
||||
imageAlt: "Luxury accessible home ramp",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/elderly-person-confidently-using-modern--1778502482934-b500da97.png",
|
||||
imageAlt: "Independent living bathroom",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/cinematic-shot-of-a-caregiver-and-elderl-1778502493496-82668124.png",
|
||||
imageAlt: "Compassionate care and support",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/luxury-modern-home-interior-with-accessi-1778502474503-e07d5e9e.png", imageAlt: "Luxury accessible home ramp" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/elderly-person-confidently-using-modern--1778502482934-b500da97.png", imageAlt: "Independent living bathroom" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/cinematic-shot-of-a-caregiver-and-elderl-1778502493496-82668124.png", imageAlt: "Compassionate care and support" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -97,13 +66,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"NDIS",
|
||||
"My Aged Care",
|
||||
"CHSP",
|
||||
"SASH",
|
||||
"Australian Standards",
|
||||
]}
|
||||
names={["NDIS", "My Aged Care", "CHSP", "SASH", "Australian Standards"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We partner with and adhere to the highest industry standards for your peace of mind."
|
||||
/>
|
||||
@@ -113,22 +76,10 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Designed Around Independence",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/high-end-renovation-detail-craftsman-ins-1778502530157-7f49cf1f.png",
|
||||
alt: "Craftsmanship",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
{ type: "text", content: "Designed Around Independence" },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/high-end-renovation-detail-craftsman-ins-1778502530157-7f49cf1f.png", alt: "Craftsmanship" },
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,30 +88,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Craftsmanship",
|
||||
description: "Elegant finishes that complement modern homes — not clinical-looking installations.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/luxury-accessible-bathroom-detail-walk-i-1778502538148-02f7b667.png",
|
||||
buttonIcon: "Award",
|
||||
},
|
||||
{
|
||||
title: "Compliance & Safety",
|
||||
description: "Every installation completed strictly to Australian Standards for maximum durability.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/elegantly-finished-accessible-entrance-h-1778502547472-bac9fa25.png",
|
||||
buttonIcon: "Shield",
|
||||
},
|
||||
{
|
||||
title: "Compassionate Care",
|
||||
description: "Professional installers who listen to your needs and treat your home with respect.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/accessible-kitchen-counter-with-luxury-m-1778502556236-5a661f8e.png",
|
||||
buttonIcon: "Heart",
|
||||
},
|
||||
{
|
||||
title: "Ongoing Support",
|
||||
description: "Reliable maintenance and care to ensure your independence lasts for years.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/premium-safety-flooring-for-accessibilit-1778502565636-a1a0522b.png",
|
||||
buttonIcon: "RefreshCw",
|
||||
},
|
||||
{ title: "Premium Craftsmanship", description: "Elegant finishes that complement modern homes — not clinical-looking installations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/luxury-accessible-bathroom-detail-walk-i-1778502538148-02f7b667.png", buttonIcon: Award },
|
||||
{ title: "Compliance & Safety", description: "Every installation completed strictly to Australian Standards for maximum durability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/elegantly-finished-accessible-entrance-h-1778502547472-bac9fa25.png", buttonIcon: Shield },
|
||||
{ title: "Compassionate Care", description: "Professional installers who listen to your needs and treat your home with respect.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/accessible-kitchen-counter-with-luxury-m-1778502556236-5a661f8e.png", buttonIcon: Heart },
|
||||
{ title: "Ongoing Support", description: "Reliable maintenance and care to ensure your independence lasts for years.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/premium-safety-flooring-for-accessibilit-1778502565636-a1a0522b.png", buttonIcon: RefreshCw },
|
||||
]}
|
||||
title="Why Families Trust AME"
|
||||
description="We combine premium craftsmanship with genuine care to transform homes into safe sanctuaries."
|
||||
@@ -174,36 +105,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Designer Grab Rails",
|
||||
price: "From $499",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/high-end-grab-rail-design-polished-gold--1778502574538-d2fced37.png",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Luxury Shower System",
|
||||
price: "From $1,299",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/minimalist-luxury-shower-seating-sleek-d-1778502582365-00ef729e.png",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Architectural Stair Lift",
|
||||
price: "From $4,500",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/architectural-stair-lift-modern-design-f-1778502591761-2eb53947.png",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Premium Bidet Fixture",
|
||||
price: "From $650",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/premium-bidet-shower-system-minimalist-h-1778502599889-9858afe3.png",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Ambient Safety Lighting",
|
||||
price: "From $350",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/accessible-home-lighting-solution-luxury-1778502608419-5e02481c.png",
|
||||
},
|
||||
{ id: "p1", name: "Designer Grab Rails", price: "From $499", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/high-end-grab-rail-design-polished-gold--1778502574538-d2fced37.png" },
|
||||
{ id: "p2", name: "Luxury Shower System", price: "From $1,299", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/minimalist-luxury-shower-seating-sleek-d-1778502582365-00ef729e.png" },
|
||||
{ id: "p3", name: "Architectural Stair Lift", price: "From $4,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/architectural-stair-lift-modern-design-f-1778502591761-2eb53947.png" },
|
||||
{ id: "p4", name: "Premium Bidet Fixture", price: "From $650", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/premium-bidet-shower-system-minimalist-h-1778502599889-9858afe3.png" },
|
||||
{ id: "p5", name: "Ambient Safety Lighting", price: "From $350", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/accessible-home-lighting-solution-luxury-1778502608419-5e02481c.png" },
|
||||
]}
|
||||
title="Luxury Accessibility Showcase"
|
||||
description="High-end solutions integrated seamlessly into your living space."
|
||||
@@ -216,38 +122,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Homes Modified",
|
||||
items: [
|
||||
"Successfully completed",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
items: [
|
||||
"Rated by families",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24h",
|
||||
title: "Fast Response",
|
||||
items: [
|
||||
"Emergency support",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Expertise you rely on",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "500+", title: "Homes Modified", items: ["Successfully completed"] },
|
||||
{ id: "m2", value: "98%", title: "Client Satisfaction", items: ["Rated by families"] },
|
||||
{ id: "m3", value: "24h", title: "Fast Response", items: ["Emergency support"] },
|
||||
{ id: "m4", value: "10+", title: "Years Experience", items: ["Expertise you rely on"] },
|
||||
]}
|
||||
title="AME Home Mods by the Numbers"
|
||||
description="A legacy of trust, excellence, and safety for families across NSW."
|
||||
@@ -259,56 +137,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Eleanor Rigby",
|
||||
date: "Jan 2024",
|
||||
title: "Safety Transformation",
|
||||
quote: "The rail is 100% safe and looks excellent too. Such a professional team.",
|
||||
tag: "Recommended",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/close-up-professional-portrait-of-a-seni-1778502671864-a3360776.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/a-comfortable-luxury-renovated-accessibl-1778502630620-a170797f.png",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Smith",
|
||||
date: "Dec 2023",
|
||||
title: "Careful & Knowledgeable",
|
||||
quote: "Friendly, knowledgeable and professional. They really listened to our needs.",
|
||||
tag: "Expertise",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/close-up-professional-portrait-of-a-midd-1778502680239-e8df5963.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/a-spacious-airy-accessible-dining-area-l-1778502638388-313b88bf.png",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Margaret Brown",
|
||||
date: "Nov 2023",
|
||||
title: "Peace of Mind",
|
||||
quote: "We feel so much safer now. The modifications blend in so well with the home.",
|
||||
tag: "Reliable",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/close-up-professional-portrait-of-an-eld-1778502689135-50803e9b.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/a-sunlit-luxury-kitchen-accessible-desig-1778502645890-f20658bc.png",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Wilson",
|
||||
date: "Oct 2023",
|
||||
title: "Excellent Craftsmanship",
|
||||
quote: "High quality installation and great attention to detail. Highly recommend.",
|
||||
tag: "Quality",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/close-up-professional-portrait-of-a-woma-1778502700465-0c99bd51.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/a-luxury-modern-living-room-with-wide-op-1778502655279-680a52d3.png",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sarah Miller",
|
||||
date: "Sep 2023",
|
||||
title: "Life Changing",
|
||||
quote: "Independence restored beautifully. Thank you for the care and professionalism.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/close-up-professional-portrait-of-an-eld-1778502709162-88e6d11f.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/beautiful-outdoor-deck-with-ramp-accessi-1778502664039-71f56c43.png",
|
||||
},
|
||||
{ id: "t1", name: "Eleanor Rigby", date: "Jan 2024", title: "Safety Transformation", quote: "The rail is 100% safe and looks excellent too. Such a professional team.", tag: "Recommended", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/close-up-professional-portrait-of-a-seni-1778502671864-a3360776.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/a-comfortable-luxury-renovated-accessibl-1778502630620-a170797f.png" },
|
||||
{ id: "t2", name: "James Smith", date: "Dec 2023", title: "Careful & Knowledgeable", quote: "Friendly, knowledgeable and professional. They really listened to our needs.", tag: "Expertise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/close-up-professional-portrait-of-a-midd-1778502680239-e8df5963.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/a-spacious-airy-accessible-dining-area-l-1778502638388-313b88bf.png" },
|
||||
{ id: "t3", name: "Margaret Brown", date: "Nov 2023", title: "Peace of Mind", quote: "We feel so much safer now. The modifications blend in so well with the home.", tag: "Reliable", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/close-up-professional-portrait-of-an-eld-1778502689135-50803e9b.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/a-sunlit-luxury-kitchen-accessible-desig-1778502645890-f20658bc.png" },
|
||||
{ id: "t4", name: "David Wilson", date: "Oct 2023", title: "Excellent Craftsmanship", quote: "High quality installation and great attention to detail. Highly recommend.", tag: "Quality", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/close-up-professional-portrait-of-a-woma-1778502700465-0c99bd51.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/a-luxury-modern-living-room-with-wide-op-1778502655279-680a52d3.png" },
|
||||
{ id: "t5", name: "Sarah Miller", date: "Sep 2023", title: "Life Changing", quote: "Independence restored beautifully. Thank you for the care and professionalism.", tag: "Professional", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/close-up-professional-portrait-of-an-eld-1778502709162-88e6d11f.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/beautiful-outdoor-deck-with-ramp-accessi-1778502664039-71f56c43.png" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="We are proud to help families maintain independence with dignity."
|
||||
@@ -320,21 +153,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I request a free assessment?",
|
||||
content: "Simply contact us through the form below or give us a call to book your in-home consultation.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are your installations NDIS compliant?",
|
||||
content: "Yes, we fully adhere to NDIS and Australian Standards to ensure your safety and compliance.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How long do the modifications take?",
|
||||
content: "Timelines vary by project size, but we prioritize efficient, quality service with minimal disruption.",
|
||||
},
|
||||
{ id: "f1", title: "How do I request a free assessment?", content: "Simply contact us through the form below or give us a call to book your in-home consultation." },
|
||||
{ id: "f2", title: "Are your installations NDIS compliant?", content: "Yes, we fully adhere to NDIS and Australian Standards to ensure your safety and compliance." },
|
||||
{ id: "f3", title: "How long do the modifications take?", content: "Timelines vary by project size, but we prioritize efficient, quality service with minimal disruption." },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/a-modern-serene-home-modification-office-1778502716766-c3981186.png"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -346,9 +167,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Request Your Assessment"
|
||||
description="Start your journey toward safer, more independent living today."
|
||||
@@ -359,55 +178,13 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#hero",
|
||||
title: "Company", items: [{ label: "About Us", href: "#hero" }, { label: "Services", href: "#features" }, { label: "Projects", href: "#products" }],
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
title: "Services", items: [{ label: "NDIS Home Mods", href: "#contact" }, { label: "Aged Care Upgrades", href: "#contact" }, { label: "Stair Lifts", href: "#products" }],
|
||||
},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "NDIS Home Mods",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Aged Care Upgrades",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Stair Lifts",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Privacy Policy", href: "#" }],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 AME Home Mods."
|
||||
|
||||
Reference in New Issue
Block a user