Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
247
src/app/page.tsx
247
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "products",
|
||||
},
|
||||
name: "Projects", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Ashley Store"
|
||||
/>
|
||||
@@ -60,77 +50,48 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Elevating Your Outdoor Living Experience"
|
||||
description="Ashley Store Landscaping brings professional craftsmanship and natural beauty to your residential gardens, creating sustainable spaces designed to last for years."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15+", label: "Years Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Gardens Transformed",
|
||||
},
|
||||
value: "500+", label: "Gardens Transformed"},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
value: "99%", label: "Client Satisfaction"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Your Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2153.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-man-portrait_23-2149051738.jpg",
|
||||
alt: "Confident middle aged man portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/confident-middle-aged-man-portrait_23-2149051738.jpg", alt: "Confident middle aged man portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-senior-man_23-2149196165.jpg",
|
||||
alt: "Close up smiley senior man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-senior-man_23-2149196165.jpg", alt: "Close up smiley senior man"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-with-copy-space_23-2148404253.jpg",
|
||||
alt: "Portrait of smiling man with copy-space",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-man-with-copy-space_23-2148404253.jpg", alt: "Portrait of smiling man with copy-space"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-aged-man-with-grey-hair_23-2148036815.jpg",
|
||||
alt: "Smiling aged man with grey hair",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-aged-man-with-grey-hair_23-2148036815.jpg", alt: "Smiling aged man with grey hair"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-standing-garden-showing-ok-gesture-looking-camera_259150-59030.jpg",
|
||||
alt: "Man standing in garden showing ok gesture looking at camera",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-standing-garden-showing-ok-gesture-looking-camera_259150-59030.jpg", alt: "Man standing in garden showing ok gesture looking at camera"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Design",
|
||||
},
|
||||
type: "text", text: "Sustainable Design"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Craftsmanship",
|
||||
},
|
||||
type: "text", text: "Professional Craftsmanship"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Materials",
|
||||
},
|
||||
type: "text", text: "Premium Materials"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Friendly Care",
|
||||
},
|
||||
type: "text", text: "Eco-Friendly Care"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Reliable Service",
|
||||
},
|
||||
type: "text", text: "Reliable Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,9 +102,7 @@ export default function LandingPage() {
|
||||
title="Our Passion for Perfectly Crafted Gardens"
|
||||
buttons={[
|
||||
{
|
||||
text: "Meet Our Team",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Meet Our Team", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,20 +113,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Maintenance",
|
||||
description: "Keep your lawn healthy and pristine year-round with our consistent expert care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488231.jpg",
|
||||
},
|
||||
title: "Lawn Maintenance", description: "Keep your lawn healthy and pristine year-round with our consistent expert care.", imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488231.jpg"},
|
||||
{
|
||||
title: "Hardscaping & Patios",
|
||||
description: "Custom stone walkways and outdoor living structures designed for elegance and utility.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-decoration-with-char-table_74190-6667.jpg",
|
||||
},
|
||||
title: "Hardscaping & Patios", description: "Custom stone walkways and outdoor living structures designed for elegance and utility.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-patio-decoration-with-char-table_74190-6667.jpg"},
|
||||
{
|
||||
title: "Tree & Shrub Care",
|
||||
description: "Expert pruning, shaping, and health management for your garden's most important assets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10694.jpg",
|
||||
},
|
||||
title: "Tree & Shrub Care", description: "Expert pruning, shaping, and health management for your garden's most important assets.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10694.jpg"},
|
||||
]}
|
||||
title="Professional Landscaping Services"
|
||||
description="Comprehensive solutions tailored to your unique outdoor environment and design preferences."
|
||||
@@ -182,47 +132,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lush Garden Path",
|
||||
price: "Custom",
|
||||
variant: "Stone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg",
|
||||
},
|
||||
id: "p1", name: "Lush Garden Path", price: "Custom", variant: "Stone", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Luxury Patio Oasis",
|
||||
price: "Custom",
|
||||
variant: "Modern",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg",
|
||||
},
|
||||
id: "p2", name: "Luxury Patio Oasis", price: "Custom", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/suburban-housing-garden_53876-30332.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Curb Appeal Redesign",
|
||||
price: "Custom",
|
||||
variant: "Front Yard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg",
|
||||
},
|
||||
id: "p3", name: "Curb Appeal Redesign", price: "Custom", variant: "Front Yard", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Zen Water Feature",
|
||||
price: "Custom",
|
||||
variant: "Feature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tirtagangga-water-palace_1385-1759.jpg",
|
||||
},
|
||||
id: "p4", name: "Zen Water Feature", price: "Custom", variant: "Feature", imageSrc: "http://img.b2bpic.net/free-photo/tirtagangga-water-palace_1385-1759.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Vibrant Flower Garden",
|
||||
price: "Custom",
|
||||
variant: "Garden",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060746.jpg",
|
||||
},
|
||||
id: "p5", name: "Vibrant Flower Garden", price: "Custom", variant: "Garden", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060746.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Atmospheric Lighting",
|
||||
price: "Custom",
|
||||
variant: "Lighting",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488228.jpg",
|
||||
},
|
||||
id: "p6", name: "Atmospheric Lighting", price: "Custom", variant: "Lighting", imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488228.jpg"},
|
||||
]}
|
||||
title="Showcase of Our Recent Work"
|
||||
description="Browse our portfolio of completed landscape transformations and garden designs."
|
||||
@@ -231,27 +151,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardThree
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Industry Awards",
|
||||
value: "12",
|
||||
},
|
||||
id: "m1", icon: Award,
|
||||
title: "Industry Awards", value: "12"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Shield,
|
||||
title: "Safety Rating",
|
||||
value: "100%",
|
||||
},
|
||||
id: "m2", icon: Shield,
|
||||
title: "Safety Rating", value: "100%"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Zap,
|
||||
title: "Fast Turnaround",
|
||||
value: "7 Days",
|
||||
},
|
||||
id: "m3", icon: Zap,
|
||||
title: "Fast Turnaround", value: "7 Days"},
|
||||
]}
|
||||
title="Excellence Driven by Data"
|
||||
description="Our commitment to quality translates into tangible results for every client we serve."
|
||||
@@ -266,45 +178,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "James R.",
|
||||
role: "Homeowner",
|
||||
company: "Private",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg",
|
||||
},
|
||||
id: "t1", name: "James R.", role: "Homeowner", company: "Private", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Linda M.",
|
||||
role: "Architect",
|
||||
company: "DesignCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-her-phone-with-coffee_1163-555.jpg",
|
||||
},
|
||||
id: "t2", name: "Linda M.", role: "Architect", company: "DesignCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-her-phone-with-coffee_1163-555.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Robert B.",
|
||||
role: "Entrepreneur",
|
||||
company: "LocalBiz",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg",
|
||||
},
|
||||
id: "t3", name: "Robert B.", role: "Entrepreneur", company: "LocalBiz", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah K.",
|
||||
role: "Designer",
|
||||
company: "Creative",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-flowers_23-2148256642.jpg",
|
||||
},
|
||||
id: "t4", name: "Sarah K.", role: "Designer", company: "Creative", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-flowers_23-2148256642.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Michael L.",
|
||||
role: "Manager",
|
||||
company: "Tech",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-flower-pot_23-2149098272.jpg",
|
||||
},
|
||||
id: "t5", name: "Michael L.", role: "Manager", company: "Tech", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-flower-pot_23-2149098272.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by hundreds of homeowners for their landscaping needs."
|
||||
@@ -316,20 +203,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I get a quote?",
|
||||
content: "Contact us through our form with your project details and address.",
|
||||
},
|
||||
id: "f1", title: "How do I get a quote?", content: "Contact us through our form with your project details and address."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer maintenance plans?",
|
||||
content: "Yes, we provide seasonal and monthly maintenance packages.",
|
||||
},
|
||||
id: "f2", title: "Do you offer maintenance plans?", content: "Yes, we provide seasonal and monthly maintenance packages."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are your designs sustainable?",
|
||||
content: "We prioritize native plants and water-efficient irrigation systems.",
|
||||
},
|
||||
id: "f3", title: "Are your designs sustainable?", content: "We prioritize native plants and water-efficient irrigation systems."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -340,8 +218,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Talk"
|
||||
title="Start Your Project Today"
|
||||
description="Ready to transform your yard into a sanctuary? Get in touch now."
|
||||
@@ -355,29 +232,19 @@ export default function LandingPage() {
|
||||
logoText="Ashley Store"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Lawn Care",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Lawn Care", href: "#features"},
|
||||
{
|
||||
label: "Design",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Design", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user