Merge version_2 into main #2
194
src/app/page.tsx
194
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EverGreen Landscapes"
|
||||
/>
|
||||
@@ -80,28 +68,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Maintenance",
|
||||
title: "Precision Lawn Care",
|
||||
subtitle: "Always perfectly manicured.",
|
||||
description: "Weekly mowing, edging, and seasonal aeration to keep your lawn thriving and vibrant year-round.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-gardener-wearing-gardening-hat-holds-rake-hoe-rake-isolated-orange-background-with-copy-space_141793-67713.jpg",
|
||||
},
|
||||
tag: "Maintenance", title: "Precision Lawn Care", subtitle: "Always perfectly manicured.", description: "Weekly mowing, edging, and seasonal aeration to keep your lawn thriving and vibrant year-round.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-gardener-wearing-gardening-hat-holds-rake-hoe-rake-isolated-orange-background-with-copy-space_141793-67713.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Hardscaping",
|
||||
title: "Custom Patio Design",
|
||||
subtitle: "Outdoor living spaces.",
|
||||
description: "From natural stone paving to custom retaining walls, we build functional spaces that last decades.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-summer-modern-home-interior-design_181624-60483.jpg",
|
||||
},
|
||||
tag: "Hardscaping", title: "Custom Patio Design", subtitle: "Outdoor living spaces.", description: "From natural stone paving to custom retaining walls, we build functional spaces that last decades.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-summer-modern-home-interior-design_181624-60483.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Planting",
|
||||
title: "Landscape Installation",
|
||||
subtitle: "Rich, healthy gardens.",
|
||||
description: "Curated selection of native plants, perennials, and shrubbery for a low-maintenance, high-impact landscape.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/australian-shrub-smoke-tree_1372-185.jpg",
|
||||
},
|
||||
tag: "Planting", title: "Landscape Installation", subtitle: "Rich, healthy gardens.", description: "Curated selection of native plants, perennials, and shrubbery for a low-maintenance, high-impact landscape.", imageSrc: "http://img.b2bpic.net/free-photo/australian-shrub-smoke-tree_1372-185.jpg"},
|
||||
]}
|
||||
title="Services Offered"
|
||||
description="Complete landscape solutions tailored for modern residential properties."
|
||||
@@ -116,29 +89,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Lead Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2075.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2075.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Doe",
|
||||
role: "Head Groundskeeper",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-together-beautiful-college-smiling_1150-1659.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "John Doe", role: "Head Groundskeeper", imageSrc: "http://img.b2bpic.net/free-photo/boy-together-beautiful-college-smiling_1150-1659.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Chen",
|
||||
role: "Horticulturalist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500842.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Emily Chen", role: "Horticulturalist", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500842.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Roberts",
|
||||
role: "Project Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winter-concept-guy-brown-coat-salesman-christmas-tree_1157-48583.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Mark Roberts", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/winter-concept-guy-brown-coat-salesman-christmas-tree_1157-48583.jpg"},
|
||||
]}
|
||||
title="Meet Our Experts"
|
||||
description="Our team of certified horticulturalists and landscape architects are dedicated to bringing your vision to life."
|
||||
@@ -147,40 +104,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="team-extras" data-section="team-extras">
|
||||
<TeamCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane Wilson",
|
||||
role: "Site Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2075.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Jane Wilson", role: "Site Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2075.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Lee",
|
||||
role: "Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boy-together-beautiful-college-smiling_1150-1659.jpg?_wi=2",
|
||||
},
|
||||
id: "6", name: "David Lee", role: "Specialist", imageSrc: "http://img.b2bpic.net/free-photo/boy-together-beautiful-college-smiling_1150-1659.jpg"},
|
||||
{
|
||||
id: "7",
|
||||
name: "Lisa Wang",
|
||||
role: "Field Tech",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500842.jpg?_wi=2",
|
||||
},
|
||||
id: "7", name: "Lisa Wang", role: "Field Tech", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500842.jpg"},
|
||||
{
|
||||
id: "8",
|
||||
name: "Sam Frost",
|
||||
role: "Junior Tech",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/winter-concept-guy-brown-coat-salesman-christmas-tree_1157-48583.jpg?_wi=2",
|
||||
},
|
||||
id: "8", name: "Sam Frost", role: "Junior Tech", imageSrc: "http://img.b2bpic.net/free-photo/winter-concept-guy-brown-coat-salesman-christmas-tree_1157-48583.jpg"},
|
||||
{
|
||||
id: "9",
|
||||
name: "Alex Grey",
|
||||
role: "Equipment Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2075.jpg?_wi=3",
|
||||
},
|
||||
id: "9", name: "Alex Grey", role: "Equipment Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2075.jpg"},
|
||||
]}
|
||||
title="Operational Team"
|
||||
description="The foundation of our success, our field team handles every detail with care and professional precision."
|
||||
@@ -192,30 +130,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Robert A.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-throwing-gift-orange_1153-1300.jpg",
|
||||
},
|
||||
id: "1", name: "Robert A.", imageSrc: "http://img.b2bpic.net/free-photo/girl-throwing-gift-orange_1153-1300.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jenny B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-with-sheet-paper_23-2147768567.jpg",
|
||||
},
|
||||
id: "2", name: "Jenny B.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardeners-with-sheet-paper_23-2147768567.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tom H.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176598.jpg",
|
||||
},
|
||||
id: "3", name: "Tom H.", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176598.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alice M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-around-world_23-2148195139.jpg",
|
||||
},
|
||||
id: "4", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-around-world_23-2148195139.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fred D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-man-garden_23-2148256666.jpg",
|
||||
},
|
||||
id: "5", name: "Fred D.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-man-garden_23-2148256666.jpg"},
|
||||
]}
|
||||
cardTitle="Client Voices"
|
||||
cardTag="Testimonials"
|
||||
@@ -229,30 +152,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How often should I mow?",
|
||||
content: "Depending on grass type, typically every 7-10 days.",
|
||||
},
|
||||
id: "1", title: "How often should I mow?", content: "Depending on grass type, typically every 7-10 days."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you provide estimates?",
|
||||
content: "Yes, we provide free onsite consultations and detailed quotes.",
|
||||
},
|
||||
id: "2", title: "Do you provide estimates?", content: "Yes, we provide free onsite consultations and detailed quotes."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Fully licensed, bonded, and insured for all residential landscaping services.",
|
||||
},
|
||||
id: "3", title: "Are you licensed and insured?", content: "Fully licensed, bonded, and insured for all residential landscaping services."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can you design from scratch?",
|
||||
content: "Absolutely. We offer full landscape design and master planning services.",
|
||||
},
|
||||
id: "4", title: "Can you design from scratch?", content: "Absolutely. We offer full landscape design and master planning services."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you work on commercial projects?",
|
||||
content: "We primarily focus on luxury residential landscaping, but feel free to inquire.",
|
||||
},
|
||||
id: "5", title: "Do you work on commercial projects?", content: "We primarily focus on luxury residential landscaping, but feel free to inquire."},
|
||||
]}
|
||||
title="Common Inquiries"
|
||||
description="Have questions about your landscape project? We're here to help."
|
||||
@@ -267,22 +175,14 @@ export default function LandingPage() {
|
||||
description="Transform your outdoor space. Send us a message and we'll schedule your consultation."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe your project",
|
||||
required: true,
|
||||
name: "message", placeholder: "Describe your project", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131224.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -293,37 +193,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Lawn Care",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lawn Care", href: "#"},
|
||||
{
|
||||
label: "Hardscaping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hardscaping", href: "#"},
|
||||
{
|
||||
label: "Garden Design",
|
||||
href: "#",
|
||||
},
|
||||
label: "Garden Design", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user