Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-14 09:00:03 +00:00

View File

@@ -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"