From b4b19adc1f3d2e5369e9b482811f690f338c00b5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:59:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddf56af..66e81ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Sparkles, Zap, BarChart3, Heart, Award, Shield, Leaf, Yarn, Users, Star, Instagram, Pinterest, Mail } from 'lucide-react'; +import { Sparkles, Zap, BarChart3, Heart, Award, Shield, Leaf, Users, Star, Instagram, Mail } from 'lucide-react'; export default function LandingPage() { return ( @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "About Styra", href: "#about" } ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "500+", label: "Pieces Created" }, { value: "8 Years", label: "Crafting Experience" }, @@ -102,8 +102,8 @@ export default function LandingPage() { useInvertedBackground={false} className="py-24 lg:py-32" containerClassName="px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl lg:text-6xl font-extrabold leading-tight" - descriptionClassName="text-lg text-gray-600 max-w-2xl mt-6" + textBoxTitleClassName="text-4xl sm:text-5xl lg:text-6xl font-extrabold leading-tight" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mt-6" bulletPointClassName="flex items-start gap-4 mb-6" bulletTitleClassName="font-bold text-lg" bulletDescriptionClassName="text-gray-600 text-sm" @@ -205,8 +205,8 @@ export default function LandingPage() { ]} className="py-24 lg:py-32" containerClassName="px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl lg:text-6xl font-extrabold leading-tight" - descriptionClassName="text-lg text-gray-600 max-w-2xl mt-6" + textBoxTitleClassName="text-4xl sm:text-5xl lg:text-6xl font-extrabold leading-tight" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mt-6" cardClassName="rounded-lg border border-gray-200" nameClassName="font-bold text-lg" /> @@ -240,7 +240,7 @@ export default function LandingPage() { description="Ready to bring handmade artistry into your space? Join our newsletter for exclusive updates, new releases, and special commissions." tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Notify Me" @@ -260,7 +260,6 @@ export default function LandingPage() { copyrightText="© 2025 Styra Crochet. All handmade pieces are one-of-a-kind creations." socialLinks={[ { icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" }, - { icon: Pinterest, href: "https://pinterest.com", ariaLabel: "Pinterest" }, { icon: Mail, href: "mailto:hello@styracrochet.com", ariaLabel: "Email" } ]} className="border-t border-gray-200" -- 2.49.1