diff --git a/src/app/page.tsx b/src/app/page.tsx index d874034..e69de29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,376 +0,0 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroLogo from "@/components/sections/hero/HeroLogo"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import MediaAbout from "@/components/sections/about/MediaAbout"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Leaf, CheckCircle, Star, MapPin, HelpCircle, Sparkles } from "lucide-react"; - -export default function HomePage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "Services", id: "/services" }, - { name: "About", id: "/about" }, - { name: "Reviews", id: "/reviews" }, - { name: "Contact", id: "/contact" }, - ]; - - const footerColumns = [ - { - title: "Services", - items: [ - { label: "Garden Design", href: "/services" }, - { label: "Landscaping", href: "/services" }, - { label: "Lawn Care", href: "/services" }, - { label: "Plant Nursery", href: "/services" }, - ], - }, - { - title: "Company", - items: [ - { label: "About Us", href: "/about" }, - { label: "Reviews", href: "/reviews" }, - { label: "Contact", href: "/contact" }, - { label: "Service Area", href: "/#metrics" }, - ], - }, - { - title: "Contact Info", - items: [ - { label: "Phone: 081275 72001", href: "tel:08127572001" }, - { label: "Email: info@rahulassociate.com", href: "mailto:info@rahulassociate.com" }, - { label: "Address: Kaleshwar Complex, Pipersand Road, Lucknow 226008", href: "#" }, - { label: "Hours: 24/7 Available", href: "#" }, - ], - }, - ]; - - return ( - - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - -
- ); -} \ No newline at end of file