Merge version_1 into main #1
@@ -8,7 +8,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Calendar, Leaf, MapPin, Recycle, Scissors, Sparkles } from 'lucide-react';
|
||||
import { Calendar, Leaf, Scissors, Sparkles } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -71,13 +71,13 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Sustainable Practices", icon: Leaf
|
||||
type: "text", text: "Sustainable Practices"
|
||||
},
|
||||
{
|
||||
type: "text", text: "Local Expertise", icon: MapPin
|
||||
type: "text", text: "Local Expertise"
|
||||
},
|
||||
{
|
||||
type: "text", text: "Eco-Friendly Solutions", icon: Recycle
|
||||
type: "text", text: "Eco-Friendly Solutions"
|
||||
}
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
|
||||
Reference in New Issue
Block a user