Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a9fd5371e | |||
| 321e871b9f |
152
src/app/page.tsx
152
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Process",
|
name: "Process", id: "process"},
|
||||||
id: "process",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "reviews"},
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="AZ Outdoor Aesthetics"
|
brandName="AZ Outdoor Aesthetics"
|
||||||
/>
|
/>
|
||||||
@@ -57,71 +47,46 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Transform Your Outdoor Space Into a Stunning Oasis"
|
title="Transform Your Outdoor Space Into a Stunning Oasis"
|
||||||
description="AZ Outdoor Aesthetics crafts breathtaking outdoor living environments — from custom pavers and artificial turf to full backyard transformations. Flawless results, guaranteed."
|
description="AZ Outdoor Aesthetics crafts breathtaking outdoor living environments — from custom pavers and artificial turf to full backyard transformations. Flawless results, guaranteed."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get My Free Quote",
|
text: "Get My Free Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Read Reviews",
|
text: "Read Reviews", href: "#reviews"},
|
||||||
href: "#reviews",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/browneyed-brunette-woman-beige-dress-with-straw-bag-holds-widebrimmed-hat-moves-along-path-old-city_197531-30085.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/browneyed-brunette-woman-beige-dress-with-straw-bag-holds-widebrimmed-hat-moves-along-path-old-city_197531-30085.jpg"
|
||||||
imageAlt="Luxurious backyard hardscape transformation"
|
imageAlt="Luxurious backyard hardscape transformation"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4660.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4660.jpg", alt: "Satisfied Client 1"},
|
||||||
alt: "Satisfied Client 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg",
|
src: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg", alt: "Satisfied Client 2"},
|
||||||
alt: "Satisfied Client 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-indoors_23-2149927612.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-indoors_23-2149927612.jpg", alt: "Satisfied Client 3"},
|
||||||
alt: "Satisfied Client 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/stylish-girl-walking-through-her-school-s-campus_1157-17434.jpg",
|
src: "http://img.b2bpic.net/free-photo/stylish-girl-walking-through-her-school-s-campus_1157-17434.jpg", alt: "Satisfied Client 4"},
|
||||||
alt: "Satisfied Client 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15943.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15943.jpg", alt: "Satisfied Client 5"},
|
||||||
alt: "Satisfied Client 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 500+ Arizona Homeowners"
|
avatarText="Trusted by 500+ Arizona Homeowners"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||||
text: "Licensed & Insured",
|
|
||||||
icon: ShieldCheck,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Expert Craftsmanship", icon: Cog,
|
||||||
text: "Expert Craftsmanship",
|
|
||||||
icon: Cog,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Fast Turnaround", icon: Clock,
|
||||||
text: "Fast Turnaround",
|
|
||||||
icon: Clock,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Custom Designs", icon: Palette,
|
||||||
text: "Custom Designs",
|
|
||||||
icon: Palette,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Premium Materials", icon: Diamond,
|
||||||
text: "Premium Materials",
|
|
||||||
icon: Diamond,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -135,26 +100,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Pavers & Hardscape", description: "Elegant paver installations for patios and pool decks.", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-landscape-with-modern-house_23-2149479361.jpg"},
|
||||||
title: "Pavers & Hardscape",
|
|
||||||
description: "Elegant paver installations for patios and pool decks.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/green-city-park_1127-3492.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Artificial Turf", description: "Lush, realistic turf that stays green year-round.", imageSrc: "http://img.b2bpic.net/free-photo/green-lawn-backyard_1150-13682.jpg"},
|
||||||
title: "Artificial Turf",
|
|
||||||
description: "Lush, realistic turf that stays green year-round.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-dry-grass-field-with-house-visible-distance_181624-5360.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Fire Pits & Features", description: "Custom fire pits that become the backyard centerpiece.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-outdoor-patio-with-fire-pit_23-2149445622.jpg"},
|
||||||
title: "Fire Pits & Features",
|
|
||||||
description: "Custom fire pits that become the backyard centerpiece.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-empty-chairs-around-bonfire_23-2149445622.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Premium Outdoor Services"
|
title="Premium Outdoor Services"
|
||||||
description="Crafted with precision and built to last."
|
description="Crafted with precision and built to last."
|
||||||
|
className="[&_.feature-card]:data-[label]:border-2 [&_.feature-card]:data-[label]:border-primary"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -166,19 +120,13 @@ export default function LandingPage() {
|
|||||||
description="Family-owned and operated, we bring art and precision to every project. From consultation to final walkthrough, we ensure your satisfaction is our priority."
|
description="Family-owned and operated, we bring art and precision to every project. From consultation to final walkthrough, we ensure your satisfaction is our priority."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Exceptional Communication",
|
title: "Exceptional Communication", description: "Fast responses and full transparency at every step."},
|
||||||
description: "Fast responses and full transparency at every step.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Eye for Design",
|
title: "Eye for Design", description: "Artistic vision to unlock your space's potential."},
|
||||||
description: "Artistic vision to unlock your space's potential.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Honest Pricing",
|
title: "Honest Pricing", description: "Transparent, fair quotes with no hidden surprises."},
|
||||||
description: "Transparent, fair quotes with no hidden surprises.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15943.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/construction-worker-checking-plans_23-2148464687.jpg"
|
||||||
imageAlt="Our landscaping team at work"
|
imageAlt="Our landscaping team at work"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -191,40 +139,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "William R.", role: "Homeowner", testimonial: "Amazing craftsmanship and professionalism! The paver install turned out perfect.", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4660.jpg?_wi=1"},
|
||||||
name: "William R.",
|
|
||||||
role: "Homeowner",
|
|
||||||
testimonial: "Amazing craftsmanship and professionalism! The paver install turned out perfect.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4660.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Jesse W.", role: "Architect", testimonial: "Trusted them with my own home project. Fine details captured perfectly!", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg"},
|
||||||
name: "Jesse W.",
|
|
||||||
role: "Architect",
|
|
||||||
testimonial: "Trusted them with my own home project. Fine details captured perfectly!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Aubrey L.", role: "Homeowner", testimonial: "So efficient! Got a quote one day and the crew was on site by the next week.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-indoors_23-2149927612.jpg"},
|
||||||
name: "Aubrey L.",
|
|
||||||
role: "Homeowner",
|
|
||||||
testimonial: "So efficient! Got a quote one day and the crew was on site by the next week.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-indoors_23-2149927612.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Leah M.", role: "Homeowner", testimonial: "Blown away by the transformation. Everything was done to perfection in record time.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-walking-through-her-school-s-campus_1157-17434.jpg"},
|
||||||
name: "Leah M.",
|
|
||||||
role: "Homeowner",
|
|
||||||
testimonial: "Blown away by the transformation. Everything was done to perfection in record time.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-walking-through-her-school-s-campus_1157-17434.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Marcus D.", role: "Landscape Enthusiast", testimonial: "Incredible attention to detail. My backyard is finally a dream oasis.", imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4660.jpg?_wi=2"},
|
||||||
name: "Marcus D.",
|
|
||||||
role: "Landscape Enthusiast",
|
|
||||||
testimonial: "Incredible attention to detail. My backyard is finally a dream oasis.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-romantic-happy-holidays-holding-hand-boyfriend-following-her_1150-4660.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
description="Join our growing list of satisfied Arizona homeowners."
|
description="Join our growing list of satisfied Arizona homeowners."
|
||||||
@@ -235,8 +158,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
tag="Get In Touch"
|
tag="Get In Touch"
|
||||||
title="Let's Build Your Dream Yard"
|
title="Let's Build Your Dream Yard"
|
||||||
description="Ready to transform your space? Request your free, no-obligation quote today."
|
description="Ready to transform your space? Request your free, no-obligation quote today."
|
||||||
@@ -247,16 +169,12 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="AZ Outdoor Aesthetics"
|
logoText="AZ Outdoor Aesthetics"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user