Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-23 21:04:07 +00:00

View File

@@ -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}