Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-06 07:11:57 +00:00

View File

@@ -9,7 +9,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Sparkles, Palette, Zap, Layout, Package, Megaphone, BookOpen, Lightbulb, Mail, Quote } from 'lucide-react';
import { Sparkles, Palette, Sparkles as SparklesIcon, Layout, Package, Megaphone, BookOpen, Lightbulb, Mail, Quote } from 'lucide-react';
export default function LandingPage() {
return (
@@ -100,7 +100,7 @@ export default function LandingPage() {
title="Services & Expertise"
description="A comprehensive range of design services tailored to elevate your brand and engage your audience."
tag="What I Offer"
tagIcon={Zap}
tagIcon={Palette}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}