diff --git a/src/pages/HomePage/sections/HeroNew.tsx b/src/pages/HomePage/sections/HeroNew.tsx index ccf9b99..371165c 100644 --- a/src/pages/HomePage/sections/HeroNew.tsx +++ b/src/pages/HomePage/sections/HeroNew.tsx @@ -1,8 +1,7 @@ // Created by add_section_from_catalog (HeroBillboardFeatures). import React from 'react'; -import HeroBillboardFeatures from '@/components/sections/hero/HeroBillboardFeatures'; -import { motion } from 'framer-motion'; +import ScrollReveal from '@/components/ui/ScrollReveal'; import Button from '@/components/ui/Button'; import Tag from '@/components/ui/Tag'; import ImageOrVideo from '@/components/ui/ImageOrVideo'; @@ -11,58 +10,61 @@ import { Leaf, Sun, Droplet } from 'lucide-react'; export default function HeroNewSection(): React.JSX.Element { return (
-
-
+
+
-

+

Transform Your Landscape with Expertise and Care

-

+

At GreenScape Landscaping, we bring your vision to life. From lush gardens to functional outdoor living spaces, our team delivers unparalleled design, installation, and maintenance services.

-
+
-
+
{/* Floating Card 1 */} - - - +
+ +
+ {/* Floating Card 2 */} - - - +
+ +
+ {/* Floating Card 3 */} - - - +
+ +
+
); -} +} \ No newline at end of file