Merge version_1 into main #7

Merged
bender merged 2 commits from version_1 into main 2026-03-25 02:40:28 +00:00
2 changed files with 2 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Star, Users, Quote, ShieldCheck, CalendarCheck } from "lucide-react";
import { Star, Users, ShieldCheck, CalendarCheck } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -115,8 +115,6 @@ export default function HomePage() {
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
useInvertedBackground={false}
tag="Client Love"
tagIcon={Quote}
/>
</div>

View File

@@ -7,7 +7,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Scissors, Paintbrush, Heart, Sparkles, Quote, CalendarCheck } from "lucide-react";
import { Scissors, Paintbrush, Heart, Sparkles, CalendarCheck } from "lucide-react";
export default function ServicesPage() {
const navItems = [
@@ -94,8 +94,6 @@ export default function ServicesPage() {
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
useInvertedBackground={false}
tag="Client Love"
tagIcon={Quote}
/>
</div>