Update src/app/page.tsx

This commit is contained in:
2026-03-11 16:16:26 +00:00
parent 6537dc9d63
commit 5fbe4ed99e

View File

@@ -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"
/>
</div>
@@ -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() {
<ContactCTA
tag="Get In Touch"
tagIcon={Mail}
tagAnimation="blur-reveal"
tagAnimation="slide-up"
title="Ready to Find Your Perfect Piece?"
description="Connect with our artisan team to discuss custom designs, ask questions, or schedule a personal consultation. We're here to help you discover jewellery that tells your story."
buttons={[
{ text: "Contact Us", href: "https://example.com/contact" },
{ text: "Schedule Consultation", href: "https://calendly.com/example" }
]}
buttonAnimation="blur-reveal"
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>