Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
269
src/app/page.tsx
269
src/app/page.tsx
@@ -30,28 +30,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Gallery", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Pacific Courts"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,35 +47,15 @@ export default function LandingPage() {
|
||||
description="Elevating property aesthetics through professional, tailored landscape management solutions. Experience the serenity of masterfully curated green spaces."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Consultation", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg",
|
||||
imageAlt: "Landscape maintenance service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/staircases-water-modern-building_116348-93.jpg",
|
||||
imageAlt: "Luxurious garden design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sustainable-garden-with-home-grown-plants_23-2151479069.jpg",
|
||||
imageAlt: "Apartment landscaping view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shanghai-urban-architecture-park_649448-2072.jpg",
|
||||
imageAlt: "Lush garden landscape",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748329.jpg",
|
||||
imageAlt: "Apartment landscaping view",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artists-garden-filled-with-variety-plants-beautiful-flowers_1258-296326.jpg",
|
||||
imageAlt: "Luxury apartment gardening",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg", imageAlt: "Landscape maintenance service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/staircases-water-modern-building_116348-93.jpg", imageAlt: "Luxurious garden design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sustainable-garden-with-home-grown-plants_23-2151479069.jpg", imageAlt: "Apartment landscaping view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/shanghai-urban-architecture-park_649448-2072.jpg", imageAlt: "Lush garden landscape" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748329.jpg", imageAlt: "Apartment landscaping view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/artists-garden-filled-with-variety-plants-beautiful-flowers_1258-296326.jpg", imageAlt: "Luxury apartment gardening" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,23 +78,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Lawn Care",
|
||||
description: "Regular, systematic mowing and trimming for lush, uniform lawns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg",
|
||||
imageAlt: "Professional lawn care",
|
||||
},
|
||||
title: "Precision Lawn Care", description: "Regular, systematic mowing and trimming for lush, uniform lawns.", imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg", imageAlt: "Professional lawn care"},
|
||||
{
|
||||
title: "Artful Garden Design",
|
||||
description: "Custom horticultural planning that elevates property appeal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-businessman-discussing-their-report-coffee-shop_1150-6404.jpg",
|
||||
imageAlt: "Garden design example",
|
||||
},
|
||||
title: "Artful Garden Design", description: "Custom horticultural planning that elevates property appeal.", imageSrc: "http://img.b2bpic.net/free-photo/two-businessman-discussing-their-report-coffee-shop_1150-6404.jpg", imageAlt: "Garden design example"},
|
||||
{
|
||||
title: "Seasonal Property Care",
|
||||
description: "Year-round maintenance, cleaning, and preparation for every season.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-worker-using-leaf-blower-city-park-fall-back-view-strong-man-wearing_7502-10305.jpg",
|
||||
imageAlt: "Seasonal landscaping",
|
||||
},
|
||||
title: "Seasonal Property Care", description: "Year-round maintenance, cleaning, and preparation for every season.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-worker-using-leaf-blower-city-park-fall-back-view-strong-man-wearing_7502-10305.jpg", imageAlt: "Seasonal landscaping"},
|
||||
]}
|
||||
title="Comprehensive Landscape Management"
|
||||
description="Providing end-to-end solutions for property managers and residents."
|
||||
@@ -142,54 +96,12 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Patio & Walkway",
|
||||
price: "Custom",
|
||||
variant: "Hardscape",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1022.jpg",
|
||||
imageAlt: "Patio stone walkway",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Garden Fountain",
|
||||
price: "Custom",
|
||||
variant: "Water Feature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-floral-aesthetic_23-2151979646.jpg",
|
||||
imageAlt: "Garden water feature",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Accent Lighting",
|
||||
price: "Custom",
|
||||
variant: "Illumination",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg",
|
||||
imageAlt: "Garden lighting",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Flower Bed Install",
|
||||
price: "Custom",
|
||||
variant: "Seasonal Planting",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-transplanting-process-plants_23-2149080729.jpg",
|
||||
imageAlt: "Seasonal flower planting",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Hedge Maintenance",
|
||||
price: "Custom",
|
||||
variant: "Topiary",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tree-pot_1339-5746.jpg",
|
||||
imageAlt: "Well-trimmed hedges",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Premium Lawn Turf",
|
||||
price: "Custom",
|
||||
variant: "Sod Installation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-beautiful-spring-flowers-with-garden-supplies_169016-5991.jpg",
|
||||
imageAlt: "New premium turf installation",
|
||||
},
|
||||
{ id: "p1", name: "Patio & Walkway", price: "Custom", variant: "Hardscape", imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1022.jpg", imageAlt: "Patio stone walkway" },
|
||||
{ id: "p2", name: "Garden Fountain", price: "Custom", variant: "Water Feature", imageSrc: "http://img.b2bpic.net/free-photo/cottagecore-floral-aesthetic_23-2151979646.jpg", imageAlt: "Garden water feature" },
|
||||
{ id: "p3", name: "Accent Lighting", price: "Custom", variant: "Illumination", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg", imageAlt: "Garden lighting" },
|
||||
{ id: "p4", name: "Flower Bed Install", price: "Custom", variant: "Seasonal Planting", imageSrc: "http://img.b2bpic.net/free-photo/close-up-transplanting-process-plants_23-2149080729.jpg", imageAlt: "Seasonal flower planting" },
|
||||
{ id: "p5", name: "Hedge Maintenance", price: "Custom", variant: "Topiary", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-tree-pot_1339-5746.jpg", imageAlt: "Well-trimmed hedges" },
|
||||
{ id: "p6", name: "Premium Lawn Turf", price: "Custom", variant: "Sod Installation", imageSrc: "http://img.b2bpic.net/free-photo/gardening-beautiful-spring-flowers-with-garden-supplies_169016-5991.jpg", imageAlt: "New premium turf installation" },
|
||||
]}
|
||||
title="Landscape Enhancements Gallery"
|
||||
description="Specialized projects to revitalize your outdoor environment."
|
||||
@@ -201,56 +113,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
date: "March 2024",
|
||||
title: "Resident",
|
||||
quote: "Pacific Courts has never looked better. The landscaping is always pristine.",
|
||||
tag: "Top Quality",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-making-notes-about-flower_23-2147768470.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Henderson",
|
||||
date: "Jan 2024",
|
||||
title: "Property Manager",
|
||||
quote: "Reliability and attention to detail are why we chose this team.",
|
||||
tag: "Highly Reliable",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-real-estate-agent-standing-house-entrance-smiling-woman-with-short-graying-hair-pink-suit-getting-ready-meet-customers-real-estate-business-work-concept_74855-22183.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Watson",
|
||||
date: "Feb 2024",
|
||||
title: "Long-term Tenant",
|
||||
quote: "The garden design work they did is simply breathtaking.",
|
||||
tag: "Creative",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/female-sitting-field-sniffing-flowers_1301-651.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-kissing-holding-wine-glasses_1153-1395.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Michael Reed",
|
||||
date: "Dec 2023",
|
||||
title: "Resident",
|
||||
quote: "Professional, courteous, and very efficient in their work.",
|
||||
tag: "Professional",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/practicing-yoga-beautiful-girl-morning-herbs-sun-s-words_146671-18581.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-green-garden_1304-4813.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda Chen",
|
||||
date: "April 2024",
|
||||
title: "Property Manager",
|
||||
quote: "They turned our common area into a beautiful, functional space.",
|
||||
tag: "Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-beautiful-sundress_23-2150874010.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah Miller", date: "March 2024", title: "Resident", quote: "Pacific Courts has never looked better. The landscaping is always pristine.", tag: "Top Quality", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-making-notes-about-flower_23-2147768470.jpg" },
|
||||
{ id: "t2", name: "James Henderson", date: "Jan 2024", title: "Property Manager", quote: "Reliability and attention to detail are why we chose this team.", tag: "Highly Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-real-estate-agent-standing-house-entrance-smiling-woman-with-short-graying-hair-pink-suit-getting-ready-meet-customers-real-estate-business-work-concept_74855-22183.jpg" },
|
||||
{ id: "t3", name: "Emily Watson", date: "Feb 2024", title: "Long-term Tenant", quote: "The garden design work they did is simply breathtaking.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/female-sitting-field-sniffing-flowers_1301-651.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-kissing-holding-wine-glasses_1153-1395.jpg" },
|
||||
{ id: "t4", name: "Michael Reed", date: "Dec 2023", title: "Resident", quote: "Professional, courteous, and very efficient in their work.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/practicing-yoga-beautiful-girl-morning-herbs-sun-s-words_146671-18581.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-green-garden_1304-4813.jpg" },
|
||||
{ id: "t5", name: "Linda Chen", date: "April 2024", title: "Property Manager", quote: "They turned our common area into a beautiful, functional space.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-beautiful-sundress_23-2150874010.jpg" },
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="See why our properties stay consistently beautiful."
|
||||
@@ -262,21 +129,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you handle all property types?",
|
||||
content: "We specialize in apartment communities and medium-to-large multi-family residential complexes.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How is scheduling handled?",
|
||||
content: "We work closely with property managers to establish a regular, minimally disruptive maintenance schedule.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are you sustainable?",
|
||||
content: "Yes, we focus on native plants and water-efficient practices whenever possible.",
|
||||
},
|
||||
{ id: "f1", title: "Do you handle all property types?", content: "We specialize in apartment communities and medium-to-large multi-family residential complexes." },
|
||||
{ id: "f2", title: "How is scheduling handled?", content: "We work closely with property managers to establish a regular, minimally disruptive maintenance schedule." },
|
||||
{ id: "f3", title: "Are you sustainable?", content: "Yes, we focus on native plants and water-efficient practices whenever possible." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to how we handle property management."
|
||||
@@ -290,31 +145,11 @@ export default function LandingPage() {
|
||||
title="Schedule a Consultation"
|
||||
description="Ready to revitalize your property's exterior? Reach out to us today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "property",
|
||||
type: "text",
|
||||
placeholder: "Property Name",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "property", type: "text", placeholder: "Property Name", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "details",
|
||||
placeholder: "Briefly describe your property's needs...",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "details", placeholder: "Briefly describe your property's needs...", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-serious-business-partners-having-meeting-cafe_1262-16866.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -322,38 +157,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }, { label: "Gallery", href: "#products" }] },
|
||||
{ items: [{ label: "Consultation", href: "#contact" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="Pacific Courts"
|
||||
/>
|
||||
@@ -361,4 +166,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user