Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6188f20b4e |
@@ -9,7 +9,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
|
|||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
|||||||
title="Services & Expertise"
|
title="Services & Expertise"
|
||||||
description="A comprehensive range of design services tailored to elevate your brand and engage your audience."
|
description="A comprehensive range of design services tailored to elevate your brand and engage your audience."
|
||||||
tag="What I Offer"
|
tag="What I Offer"
|
||||||
tagIcon={Zap}
|
tagIcon={Palette}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user