diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0a8f9da..ba2f782 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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"}, ]} />
@@ -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"}, ]} />