From 1da46b5e6384dfacb968921cbdb82be9e713d90c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:08:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec3d1f4..c3bbab5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Gem, Hammer, Heart, Leaf, Shield, Star, Sparkles, Gift, Mail } from 'lucide-react'; +import { Gem, Hammer2, Heart, Leaf, Shield, Star, Sparkles, Gift, Mail } from 'lucide-react'; export default function LandingPage() { return ( @@ -83,7 +83,7 @@ export default function LandingPage() { tagIcon={Gift} tagAnimation="blur-reveal" textboxLayout="default" - animationType="smooth" + animationType="slide-up" useInvertedBackground={false} products={[ { @@ -123,7 +123,7 @@ export default function LandingPage() { tag="Excellence" tagAnimation="blur-reveal" textboxLayout="default" - animationType="smooth" + animationType="slide-up" useInvertedBackground={false} features={[ { @@ -131,7 +131,7 @@ export default function LandingPage() { title: "Ethically Sourced", description: "Every gemstone and metal is carefully selected from responsible suppliers committed to fair practices and environmental stewardship." }, { - icon: Hammer, + icon: Hammer2, title: "Master Crafted", description: "Our artisans bring generations of expertise, employing traditional techniques combined with contemporary design sensibilities." }, { @@ -161,7 +161,7 @@ export default function LandingPage() { tag="Client Stories" tagAnimation="blur-reveal" textboxLayout="default" - animationType="smooth" + animationType="slide-up" useInvertedBackground={false} testimonials={[ { @@ -194,7 +194,7 @@ export default function LandingPage() { tag="Support" tagAnimation="blur-reveal" textboxLayout="default" - animationType="smooth" + animationType="slide-up" useInvertedBackground={false} mediaAnimation="blur-reveal" mediaPosition="left" -- 2.49.1