Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-08 16:07:47 +00:00
2 changed files with 59 additions and 210 deletions

View File

@@ -5,6 +5,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
import MediaAbout from "@/components/sections/about/MediaAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { CheckCircle, Leaf } from "lucide-react";
import Link from "next/link";
export default function AboutPage() {
@@ -43,19 +44,15 @@ export default function AboutPage() {
title="Why Choose Rahul Associate & Horticulture Landscape Garden?"
description="With years of experience in horticulture and landscaping, we're committed to creating beautiful outdoor spaces that our customers love. Our team of experts uses the latest techniques and premium plants to ensure every project exceeds expectations."
tag="About Us"
tagIcon="CheckCircle"
tagIcon={CheckCircle}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/fountain-park-pedralbes-royal-palace_1398-4394.jpg"
imageAlt="Our beautiful garden projects"
buttons={[
{
text: "Read Our Story",
href: "/about",
},
text: "Read Our Story", href: "/about"},
{
text: "Contact Us",
href: "/#contact",
},
text: "Contact Us", href: "/#contact"},
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -67,49 +64,25 @@ export default function AboutPage() {
title="Our Core Services"
description="Comprehensive landscaping and gardening solutions tailored to your needs"
tag="What We Offer"
tagIcon="Leaf"
tagIcon={Leaf}
tagAnimation="slide-up"
textboxLayout="default"
features={[
{
title: "Garden Design & Decorating",
description: "Custom garden designs that transform your outdoor space into a beautiful sanctuary with artistic landscaping elements and decorative plants.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-flower-shop_53876-71005.jpg?_wi=3",
imageAlt: "Garden design and decoration",
button: {
text: "Learn More",
href: "/services",
},
title: "Garden Design & Decorating", description: "Custom garden designs that transform your outdoor space into a beautiful sanctuary with artistic landscaping elements and decorative plants.", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-flower-shop_53876-71005.jpg", imageAlt: "Garden design and decoration", button: {
text: "Learn More", href: "/services"},
},
{
title: "Professional Landscaping Design",
description: "Expert landscape design and installation services for residential and commercial properties, creating functional and beautiful outdoor environments.",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-man-s-hand-digging-soil-with-hoe_23-2148165180.jpg?_wi=3",
imageAlt: "Professional landscaping design",
button: {
text: "Explore",
href: "/services",
},
title: "Professional Landscaping Design", description: "Expert landscape design and installation services for residential and commercial properties, creating functional and beautiful outdoor environments.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-man-s-hand-digging-soil-with-hoe_23-2148165180.jpg", imageAlt: "Professional landscaping design", button: {
text: "Explore", href: "/services"},
},
{
title: "Expert Lawn Care & Maintenance",
description: "Professional lawn mowing, grass installation, and ongoing maintenance services to keep your lawn lush, green, and healthy year-round.",
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803951.jpg?_wi=3",
imageAlt: "Professional lawn care service",
button: {
text: "Get Service",
href: "/services",
},
title: "Expert Lawn Care & Maintenance", description: "Professional lawn mowing, grass installation, and ongoing maintenance services to keep your lawn lush, green, and healthy year-round.", imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803951.jpg", imageAlt: "Professional lawn care service", button: {
text: "Get Service", href: "/services"},
},
{
title: "Plant Nursery & Horticulture",
description: "Wide selection of plants, trees, and horticultural services for all seasons with expert advice on plant care and selection.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-sustainable-garden-indoors_23-2148999363.jpg?_wi=3",
imageAlt: "Plant nursery and horticulture services",
button: {
text: "Browse Plants",
href: "/services",
},
title: "Plant Nursery & Horticulture", description: "Wide selection of plants, trees, and horticultural services for all seasons with expert advice on plant care and selection.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-sustainable-garden-indoors_23-2148999363.jpg", imageAlt: "Plant nursery and horticulture services", button: {
text: "Browse Plants", href: "/services"},
},
]}
gridVariant="two-columns-alternating-heights"
@@ -117,81 +90,52 @@ export default function AboutPage() {
useInvertedBackground={false}
buttons={[
{
text: "View All Services",
href: "/services",
},
text: "View All Services", href: "/services"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/adult-going-date_23-2150168955.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/adult-going-date_23-2150168955.jpg"
imageAlt="Contact us footer banner"
logoText="Rahul Associate & Horticulture Landscape Garden"
copyrightText="© 2025 Rahul Associate & Horticulture Landscape Garden. All rights reserved."
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Garden Design",
href: "/services",
},
label: "Garden Design", href: "/services"},
{
label: "Landscaping",
href: "/services",
},
label: "Landscaping", href: "/services"},
{
label: "Lawn Care",
href: "/services",
},
label: "Lawn Care", href: "/services"},
{
label: "Plant Nursery",
href: "/services",
},
label: "Plant Nursery", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Service Area",
href: "/#metrics",
},
label: "Service Area", href: "/#metrics"},
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{
label: "Phone: 081275 72001",
href: "tel:08127572001",
},
label: "Phone: 081275 72001", href: "tel:08127572001"},
{
label: "Email: info@rahulassociate.com",
href: "mailto:info@rahulassociate.com",
},
label: "Email: info@rahulassociate.com", href: "mailto:info@rahulassociate.com"},
{
label: "Address: Kaleshwar Complex, Pipersand Road, Lucknow 226008",
href: "#",
},
label: "Address: Kaleshwar Complex, Pipersand Road, Lucknow 226008", href: "#"},
{
label: "Hours: 24/7 Available",
href: "#",
},
label: "Hours: 24/7 Available", href: "#"},
],
},
]}

View File

@@ -5,6 +5,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Star, MapPin } from "lucide-react";
import Link from "next/link";
export default function ReviewsPage() {
@@ -43,77 +44,23 @@ export default function ReviewsPage() {
title="Loved by Our Customers"
description="See what our satisfied clients have to say about our landscaping and gardening services"
tag="Testimonials"
tagIcon="Star"
tagIcon={Star}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Rajesh Kumar, Homeowner",
date: "Date: 15 November 2024",
title: "Transformed Our Garden Completely!",
quote: "Rahul Associate did an amazing job designing and installing our garden. The quality of plants and attention to detail is outstanding. Our outdoor space has become our favorite place to relax.",
tag: "5-Star Review",
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg",
avatarAlt: "Rajesh Kumar",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg?_wi=2",
},
id: "1", name: "Rajesh Kumar, Homeowner", date: "Date: 15 November 2024", title: "Transformed Our Garden Completely!", quote: "Rahul Associate did an amazing job designing and installing our garden. The quality of plants and attention to detail is outstanding. Our outdoor space has become our favorite place to relax.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg", avatarAlt: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg"},
{
id: "2",
name: "Priya Singh, Business Owner",
date: "Date: 10 November 2024",
title: "Professional and Reliable Service",
quote: "We hired them for our commercial property landscaping and couldn't be happier. They completed the project on time and within budget. Highly recommended for any landscaping needs in Lucknow.",
tag: "5-Star Review",
avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg",
avatarAlt: "Priya Singh",
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg?_wi=2",
},
id: "2", name: "Priya Singh, Business Owner", date: "Date: 10 November 2024", title: "Professional and Reliable Service", quote: "We hired them for our commercial property landscaping and couldn't be happier. They completed the project on time and within budget. Highly recommended for any landscaping needs in Lucknow.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg", avatarAlt: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg"},
{
id: "3",
name: "Anita Sharma, Homeowner",
date: "Date: 05 November 2024",
title: "Best Lawn Care Service in Lucknow",
quote: "Their lawn maintenance service has kept our grass looking lush and green year-round. The team is professional, punctual, and genuinely cares about their work. Excellent value for money.",
tag: "5-Star Review",
avatarSrc: "http://img.b2bpic.net/free-photo/business-professional_1098-14759.jpg",
avatarAlt: "Anita Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/business-professional_1098-14759.jpg?_wi=2",
},
id: "3", name: "Anita Sharma, Homeowner", date: "Date: 05 November 2024", title: "Best Lawn Care Service in Lucknow", quote: "Their lawn maintenance service has kept our grass looking lush and green year-round. The team is professional, punctual, and genuinely cares about their work. Excellent value for money.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/business-professional_1098-14759.jpg", avatarAlt: "Anita Sharma", imageSrc: "http://img.b2bpic.net/free-photo/business-professional_1098-14759.jpg"},
{
id: "4",
name: "Vikram Patel, Garden Enthusiast",
date: "Date: 28 October 2024",
title: "Plants and Expertise are Outstanding",
quote: "I purchased several plants from their nursery and received expert advice on plant care. Their horticultural knowledge is impressive. They went above and beyond to help me design my garden.",
tag: "5-Star Review",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-excited-happy-man-african-american-male-pointing-down-seeing-good-offer-special-discount-finally-found-good-deal-standing-white-background-amazed_176420-52715.jpg",
avatarAlt: "Vikram Patel",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-excited-happy-man-african-american-male-pointing-down-seeing-good-offer-special-discount-finally-found-good-deal-standing-white-background-amazed_176420-52715.jpg?_wi=2",
},
id: "4", name: "Vikram Patel, Garden Enthusiast", date: "Date: 28 October 2024", title: "Plants and Expertise are Outstanding", quote: "I purchased several plants from their nursery and received expert advice on plant care. Their horticultural knowledge is impressive. They went above and beyond to help me design my garden.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-excited-happy-man-african-american-male-pointing-down-seeing-good-offer-special-discount-finally-found-good-deal-standing-white-background-amazed_176420-52715.jpg", avatarAlt: "Vikram Patel", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-excited-happy-man-african-american-male-pointing-down-seeing-good-offer-special-discount-finally-found-good-deal-standing-white-background-amazed_176420-52715.jpg"},
{
id: "5",
name: "Neha Desai, Homeowner",
date: "Date: 20 October 2024",
title: "Worth Every Rupee",
quote: "From initial consultation to final installation, they were attentive and professional. Our garden now looks like something from a magazine. The value they provided is exceptional.",
tag: "5-Star Review",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg",
avatarAlt: "Neha Desai",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg?_wi=2",
},
id: "5", name: "Neha Desai, Homeowner", date: "Date: 20 October 2024", title: "Worth Every Rupee", quote: "From initial consultation to final installation, they were attentive and professional. Our garden now looks like something from a magazine. The value they provided is exceptional.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg", avatarAlt: "Neha Desai", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg"},
{
id: "6",
name: "Arjun Singh, Property Manager",
date: "Date: 15 October 2024",
title: "Reliable Partner for All Landscaping Needs",
quote: "Managing multiple properties, I need a reliable landscaping partner. Rahul Associate has been consistent in quality and service. I trust them completely with our landscaping requirements.",
tag: "5-Star Review",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
avatarAlt: "Arjun Singh",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=2",
},
id: "6", name: "Arjun Singh, Property Manager", date: "Date: 15 October 2024", title: "Reliable Partner for All Landscaping Needs", quote: "Managing multiple properties, I need a reliable landscaping partner. Rahul Associate has been consistent in quality and service. I trust them completely with our landscaping requirements.", tag: "5-Star Review", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", avatarAlt: "Arjun Singh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg"},
]}
/>
</div>
@@ -123,105 +70,63 @@ export default function ReviewsPage() {
title="Service Area Coverage"
description="We proudly serve customers throughout Lucknow and nearby areas with 24/7 availability"
tag="Service Area"
tagIcon="MapPin"
tagIcon={MapPin}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
{
id: "1",
title: "Lucknow Central",
subtitle: "Gomti Nagar, Hazratganj, Downtown - 24 Hours Service",
category: "Downtown",
value: "Ready Now",
},
id: "1", title: "Lucknow Central", subtitle: "Gomti Nagar, Hazratganj, Downtown - 24 Hours Service", category: "Downtown", value: "Ready Now"},
{
id: "2",
title: "East Lucknow",
subtitle: "Alambagh, Aliganj, Vibhuti Khand - Quick Response",
category: "East Zone",
value: "Available",
},
id: "2", title: "East Lucknow", subtitle: "Alambagh, Aliganj, Vibhuti Khand - Quick Response", category: "East Zone", value: "Available"},
{
id: "3",
title: "West Lucknow",
subtitle: "Charbagh, Aminabad, Thakurganj - On Call",
category: "West Zone",
value: "On Demand",
},
id: "3", title: "West Lucknow", subtitle: "Charbagh, Aminabad, Thakurganj - On Call", category: "West Zone", value: "On Demand"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/adult-going-date_23-2150168955.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/adult-going-date_23-2150168955.jpg"
imageAlt="Contact us footer banner"
logoText="Rahul Associate & Horticulture Landscape Garden"
copyrightText="© 2025 Rahul Associate & Horticulture Landscape Garden. All rights reserved."
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Garden Design",
href: "/services",
},
label: "Garden Design", href: "/services"},
{
label: "Landscaping",
href: "/services",
},
label: "Landscaping", href: "/services"},
{
label: "Lawn Care",
href: "/services",
},
label: "Lawn Care", href: "/services"},
{
label: "Plant Nursery",
href: "/services",
},
label: "Plant Nursery", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Service Area",
href: "/#metrics",
},
label: "Service Area", href: "/#metrics"},
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{
label: "Phone: 081275 72001",
href: "tel:08127572001",
},
label: "Phone: 081275 72001", href: "tel:08127572001"},
{
label: "Email: info@rahulassociate.com",
href: "mailto:info@rahulassociate.com",
},
label: "Email: info@rahulassociate.com", href: "mailto:info@rahulassociate.com"},
{
label: "Address: Kaleshwar Complex, Pipersand Road, Lucknow 226008",
href: "#",
},
label: "Address: Kaleshwar Complex, Pipersand Road, Lucknow 226008", href: "#"},
{
label: "Hours: 24/7 Available",
href: "#",
},
label: "Hours: 24/7 Available", href: "#"},
],
},
]}