diff --git a/src/app/page.tsx b/src/app/page.tsx index 36053c0..7a0c3b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,10 @@ export default function LandingPage() { description="Discover exquisite artisan pieces crafted with care, precision, and passion. Each jewel tells a story of heritage and artistry." tag="Artisan Crafted" tagIcon={Sparkles} - tagAnimation="blur-reveal" + tagAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/creative-arrangement-with-wedding-invitations_23-2148243959.jpg" imageAlt="Elegant handmade jewelry collection" - mediaAnimation="blur-reveal" + mediaAnimation="slide-up" testimonials={[ { name: "Emma Sterling", handle: "Jewellery Collector", testimonial: "The attention to detail is remarkable. Each piece feels like wearable art that celebrates individuality.", rating: 5, @@ -81,9 +81,9 @@ export default function LandingPage() { description="Handpicked pieces showcasing the finest artisan techniques and sustainable materials" tag="New Arrivals" tagIcon={Gift} - tagAnimation="blur-reveal" + tagAnimation="slide-up" textboxLayout="default" - animationType="blur-reveal" + animationType="slide-up" useInvertedBackground={false} products={[ { @@ -112,7 +112,7 @@ export default function LandingPage() { buttons={[ { text: "Discover Our Journey", href: "https://example.com/about" } ]} - buttonAnimation="blur-reveal" + buttonAnimation="slide-up" /> @@ -121,9 +121,9 @@ export default function LandingPage() { title="Why Choose Artisan Jewellery" description="Experience the difference that dedication to craft and sustainable practices brings to every piece" tag="Excellence" - tagAnimation="blur-reveal" + tagAnimation="slide-up" textboxLayout="default" - animationType="blur-reveal" + animationType="slide-up" useInvertedBackground={false} features={[ { @@ -159,9 +159,9 @@ export default function LandingPage() { title="Loved by Collectors" description="Hear from those who've chosen to make Artisan & Co. part of their personal story" tag="Client Stories" - tagAnimation="blur-reveal" + tagAnimation="slide-up" textboxLayout="default" - animationType="blur-reveal" + animationType="slide-up" useInvertedBackground={false} testimonials={[ { @@ -192,15 +192,15 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Everything you need to know about our jewellery, craftsmanship, and care" tag="Support" - tagAnimation="blur-reveal" + tagAnimation="slide-up" textboxLayout="default" - animationType="blur-reveal" + animationType="slide-up" useInvertedBackground={false} - mediaAnimation="blur-reveal" + mediaAnimation="slide-up" mediaPosition="left" imageSrc="http://img.b2bpic.net/free-photo/close-up-glassware_107420-74256.jpg" imageAlt="Jewellery care and maintenance" - faqsAnimation="blur-reveal" + faqsAnimation="slide-up" faqs={[ { id: "1", title: "How do you ensure ethical sourcing?", content: "We partner exclusively with suppliers certified by international ethical standards organisations. Every gemstone comes with full traceability documentation, and we maintain relationships directly with responsible mines that prioritise worker welfare and environmental protection." @@ -228,14 +228,14 @@ export default function LandingPage() {