Merge version_1 into main #2
@@ -19,8 +19,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Rings", href: "/shop?category=rings" },
|
||||
{ label: "Necklaces", href: "/shop?category=necklaces" },
|
||||
{ label: "Bracelets", href: "/shop?category=bracelets" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Craft", href: "/about#craft" },
|
||||
{ label: "Authenticity", href: "/about#authentication" },
|
||||
@@ -39,8 +37,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#privacy" },
|
||||
{ label: "Terms of Service", href: "#terms" },
|
||||
{ label: "Return Policy", href: "#returns" },
|
||||
@@ -49,8 +46,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Newsletter", href: "#newsletter" },
|
||||
{ label: "Email", href: "mailto:hello@stephangumuscülük.com" },
|
||||
@@ -84,7 +80,7 @@ export default function AboutPage() {
|
||||
<HeroLogo
|
||||
logoText="Our Craft & Heritage"
|
||||
description="A journey of artisanal excellence, authentication, and timeless beauty. Discover the story behind every handcrafted piece."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k2onv7&_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k2onv7"
|
||||
imageAlt="Master craftsman at work"
|
||||
buttons={[]}
|
||||
className="w-full"
|
||||
@@ -96,7 +92,7 @@ export default function AboutPage() {
|
||||
<SplitAbout
|
||||
title="Master Artisan, Timeless Vision"
|
||||
description="For over two decades, Stephan Gümüşçülük has been synonymous with exceptional sterling silver jewelry. What began as a passion for handcrafted excellence has evolved into a collection of investment-grade pieces trusted by collectors across Europe and beyond. Each piece is a testament to the marriage of traditional craftsmanship and contemporary design."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k2onv7&_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k2onv7"
|
||||
imageAlt="Artisan crafting jewelry"
|
||||
mediaAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -104,19 +100,13 @@ export default function AboutPage() {
|
||||
imagePosition="left"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Generational Craftsmanship",
|
||||
description: "Techniques passed down through generations, refined through decades of experience and innovation.",
|
||||
icon: Award,
|
||||
title: "Generational Craftsmanship", description: "Techniques passed down through generations, refined through decades of experience and innovation.", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Ethical Sourcing",
|
||||
description: "Every material is ethically sourced and responsibly handled, ensuring authenticity and value.",
|
||||
icon: Shield,
|
||||
title: "Ethical Sourcing", description: "Every material is ethically sourced and responsibly handled, ensuring authenticity and value.", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Investment Quality",
|
||||
description: "Our pieces appreciate over time, combining wearable beauty with financial resilience.",
|
||||
icon: Sparkles,
|
||||
title: "Investment Quality", description: "Our pieces appreciate over time, combining wearable beauty with financial resilience.", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
className="w-full"
|
||||
@@ -130,35 +120,19 @@ export default function AboutPage() {
|
||||
description="Our credentials and achievements speak to our commitment to quality and authenticity."
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-years",
|
||||
value: "25+",
|
||||
title: "Years",
|
||||
description: "of dedicated craftsmanship and artisanal tradition",
|
||||
icon: Award,
|
||||
id: "metric-years", value: "25+", title: "Years", description: "of dedicated craftsmanship and artisanal tradition", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "metric-collectors",
|
||||
value: "500+",
|
||||
title: "Collectors",
|
||||
description: "who trust our authentication and quality",
|
||||
icon: Users,
|
||||
id: "metric-collectors", value: "500+", title: "Collectors", description: "who trust our authentication and quality", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "metric-pieces",
|
||||
value: "1000+",
|
||||
title: "Pieces",
|
||||
description: "crafted and authenticated across collections",
|
||||
icon: Sparkles,
|
||||
id: "metric-pieces", value: "1000+", title: "Pieces", description: "crafted and authenticated across collections", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
id: "metric-rating",
|
||||
value: "4.9/5",
|
||||
title: "Rating",
|
||||
description: "from verified collectors and connoisseurs",
|
||||
icon: Star,
|
||||
id: "metric-rating", value: "4.9/5", title: "Rating", description: "from verified collectors and connoisseurs", icon: Star,
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
156
src/app/page.tsx
156
src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Rings", href: "/shop?category=rings" },
|
||||
{ label: "Necklaces", href: "/shop?category=necklaces" },
|
||||
{ label: "Bracelets", href: "/shop?category=bracelets" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Craft", href: "/about#craft" },
|
||||
{ label: "Authenticity", href: "/about#authentication" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#privacy" },
|
||||
{ label: "Terms of Service", href: "#terms" },
|
||||
{ label: "Return Policy", href: "#returns" },
|
||||
@@ -52,8 +49,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Newsletter", href: "#newsletter" },
|
||||
{ label: "Email", href: "mailto:hello@stephangumuscülük.com" },
|
||||
@@ -84,7 +80,7 @@ export default function HomePage() {
|
||||
<HeroLogo
|
||||
logoText="Stephan Gümüşçülük"
|
||||
description="Exceptional Craftsmanship, Timeless Investment. Curated fine jewelry from master artisans. Each piece authenticated and certified for lasting value and beauty."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nthkaq&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nthkaq"
|
||||
imageAlt="Luxury sterling silver jewelry collection"
|
||||
buttons={[
|
||||
{ text: "Explore the Collection", href: "/shop" },
|
||||
@@ -110,33 +106,13 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
products={[
|
||||
{
|
||||
id: "ring-001",
|
||||
name: "Classic Signet Ring",
|
||||
price: "$850",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1y80mv&_wi=1",
|
||||
imageAlt: "Classic sterling silver signet ring",
|
||||
},
|
||||
id: "ring-001", name: "Classic Signet Ring", price: "$850", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1y80mv", imageAlt: "Classic sterling silver signet ring"},
|
||||
{
|
||||
id: "necklace-001",
|
||||
name: "Pendant Necklace",
|
||||
price: "$1,200",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dg8xmv&_wi=1",
|
||||
imageAlt: "Sterling silver pendant necklace",
|
||||
},
|
||||
id: "necklace-001", name: "Pendant Necklace", price: "$1,200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dg8xmv", imageAlt: "Sterling silver pendant necklace"},
|
||||
{
|
||||
id: "bracelet-001",
|
||||
name: "Statement Bracelet",
|
||||
price: "$950",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qucyjg&_wi=1",
|
||||
imageAlt: "Luxury sterling silver bracelet",
|
||||
},
|
||||
id: "bracelet-001", name: "Statement Bracelet", price: "$950", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qucyjg", imageAlt: "Luxury sterling silver bracelet"},
|
||||
{
|
||||
id: "earrings-001",
|
||||
name: "Drop Earrings",
|
||||
price: "$675",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hc17ac&_wi=1",
|
||||
imageAlt: "Elegant silver drop earrings",
|
||||
},
|
||||
id: "earrings-001", name: "Drop Earrings", price: "$675", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hc17ac", imageAlt: "Elegant silver drop earrings"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="blur-reveal"
|
||||
@@ -157,7 +133,7 @@ export default function HomePage() {
|
||||
description="Every piece tells a story of dedication, heritage, and artistic vision. Stephan Gümüşçülük represents the pinnacle of handcrafted sterling silver jewelry, where traditional techniques meet contemporary elegance."
|
||||
tag="Artisanal Excellence"
|
||||
tagIcon={Award}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k2onv7&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k2onv7"
|
||||
imageAlt="Master artisan crafting jewelry"
|
||||
mediaAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -165,19 +141,13 @@ export default function HomePage() {
|
||||
imagePosition="right"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authenticated Craftsmanship",
|
||||
description: "Every piece is certified and authenticated, guaranteeing genuine sterling silver and investment-grade quality.",
|
||||
icon: CheckCircle,
|
||||
title: "Authenticated Craftsmanship", description: "Every piece is certified and authenticated, guaranteeing genuine sterling silver and investment-grade quality.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Bespoke Customization",
|
||||
description: "Work directly with master artisans to create personalized pieces that reflect your unique vision and heritage.",
|
||||
icon: Sparkles,
|
||||
title: "Bespoke Customization", description: "Work directly with master artisans to create personalized pieces that reflect your unique vision and heritage.", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Lifetime Value",
|
||||
description: "Our jewelry appreciates with time, maintaining or increasing in value as heirloom pieces passed through generations.",
|
||||
icon: Shield,
|
||||
title: "Lifetime Value", description: "Our jewelry appreciates with time, maintaining or increasing in value as heirloom pieces passed through generations.", icon: Shield,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn Our Story", href: "/about" }]}
|
||||
@@ -195,35 +165,19 @@ export default function HomePage() {
|
||||
description="Our commitment to quality and customer satisfaction is reflected in every metric."
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "25+",
|
||||
title: "Years",
|
||||
description: "of master craftsmanship and artisanal excellence",
|
||||
icon: Award,
|
||||
id: "metric-1", value: "25+", title: "Years", description: "of master craftsmanship and artisanal excellence", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "500+",
|
||||
title: "Collectors",
|
||||
description: "who trust us with their investment pieces",
|
||||
icon: Shield,
|
||||
id: "metric-2", value: "500+", title: "Collectors", description: "who trust us with their investment pieces", icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "100%",
|
||||
title: "Authentic",
|
||||
description: "certified sterling silver and genuine materials",
|
||||
icon: CheckCircle,
|
||||
id: "metric-3", value: "100%", title: "Authentic", description: "certified sterling silver and genuine materials", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "metric-4",
|
||||
value: "4.9/5",
|
||||
title: "Rated",
|
||||
description: "by satisfied collectors and jewelry connoisseurs",
|
||||
icon: Star,
|
||||
id: "metric-4", value: "4.9/5", title: "Rated", description: "by satisfied collectors and jewelry connoisseurs", icon: Star,
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -242,59 +196,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
title: "A Timeless Investment",
|
||||
quote: "I purchased my first piece five years ago. Not only has it become my most treasured possession, but its value has appreciated significantly. The craftsmanship is unparalleled.",
|
||||
name: "Amélie Dubois",
|
||||
role: "Jewelry Collector, Paris",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rod0d0",
|
||||
imageAlt: "Amélie Dubois testimonial",
|
||||
},
|
||||
id: "testimonial-1", title: "A Timeless Investment", quote: "I purchased my first piece five years ago. Not only has it become my most treasured possession, but its value has appreciated significantly. The craftsmanship is unparalleled.", name: "Amélie Dubois", role: "Jewelry Collector, Paris", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rod0d0", imageAlt: "Amélie Dubois testimonial"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
title: "Authentic Excellence",
|
||||
quote: "Every detail matters at Stephan Gümüşçülük. From the moment I saw my custom engagement ring to the moment I wear it today, the quality and authenticity are undeniable.",
|
||||
name: "Sophie Laurent",
|
||||
role: "Art Curator, Geneva",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=47b38n",
|
||||
imageAlt: "Sophie Laurent testimonial",
|
||||
},
|
||||
id: "testimonial-2", title: "Authentic Excellence", quote: "Every detail matters at Stephan Gümüşçülük. From the moment I saw my custom engagement ring to the moment I wear it today, the quality and authenticity are undeniable.", name: "Sophie Laurent", role: "Art Curator, Geneva", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=47b38n", imageAlt: "Sophie Laurent testimonial"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
title: "Master Craftsmanship",
|
||||
quote: "As someone who appreciates fine art, I recognize true craftsmanship when I see it. Stephan's work transcends jewelry—it's wearable art with investment potential.",
|
||||
name: "Marcus Hoffmann",
|
||||
role: "Private Collector, Munich",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7drguw",
|
||||
imageAlt: "Marcus Hoffmann testimonial",
|
||||
},
|
||||
id: "testimonial-3", title: "Master Craftsmanship", quote: "As someone who appreciates fine art, I recognize true craftsmanship when I see it. Stephan's work transcends jewelry—it's wearable art with investment potential.", name: "Marcus Hoffmann", role: "Private Collector, Munich", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7drguw", imageAlt: "Marcus Hoffmann testimonial"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
title: "Personal & Professional",
|
||||
quote: "I've owned several pieces now. The personal attention to detail and the authentication process gave me complete peace of mind about my investment.",
|
||||
name: "Emma Wittmann",
|
||||
role: "Business Executive, Zurich",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=utkyn3",
|
||||
imageAlt: "Emma Wittmann testimonial",
|
||||
},
|
||||
id: "testimonial-4", title: "Personal & Professional", quote: "I've owned several pieces now. The personal attention to detail and the authentication process gave me complete peace of mind about my investment.", name: "Emma Wittmann", role: "Business Executive, Zurich", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=utkyn3", imageAlt: "Emma Wittmann testimonial"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
title: "Heritage & Legacy",
|
||||
quote: "I bought a piece to pass down to my daughter. The quality ensures it will be cherished for generations, just as Stephan intended.",
|
||||
name: "Catherine Moreau",
|
||||
role: "Heritage Collector, Lyon",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tinrze",
|
||||
imageAlt: "Catherine Moreau testimonial",
|
||||
},
|
||||
id: "testimonial-5", title: "Heritage & Legacy", quote: "I bought a piece to pass down to my daughter. The quality ensures it will be cherished for generations, just as Stephan intended.", name: "Catherine Moreau", role: "Heritage Collector, Lyon", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tinrze", imageAlt: "Catherine Moreau testimonial"},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
title: "Exceptional Service",
|
||||
quote: "From consultation to delivery, every interaction was marked by professionalism and genuine care. This is luxury service at its finest.",
|
||||
name: "Jean-Pierre Fabre",
|
||||
role: "Luxury Connoisseur, Brussels",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q3r5t0",
|
||||
imageAlt: "Jean-Pierre Fabre testimonial",
|
||||
},
|
||||
id: "testimonial-6", title: "Exceptional Service", quote: "From consultation to delivery, every interaction was marked by professionalism and genuine care. This is luxury service at its finest.", name: "Jean-Pierre Fabre", role: "Luxury Connoisseur, Brussels", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q3r5t0", imageAlt: "Jean-Pierre Fabre testimonial"},
|
||||
]}
|
||||
className="w-full"
|
||||
containerClassName="py-20 md:py-28"
|
||||
@@ -318,25 +230,13 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we ship worldwide with full insurance and authentication certification on every piece. Delivery typically takes 5-7 business days.",
|
||||
},
|
||||
id: "faq-1", title: "Do you offer international shipping?", content: "Yes, we ship worldwide with full insurance and authentication certification on every piece. Delivery typically takes 5-7 business days."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What is your authentication process?",
|
||||
content: "Every piece undergoes rigorous testing including hallmark verification, metal purity testing, and provenance documentation to ensure authenticity.",
|
||||
},
|
||||
id: "faq-2", title: "What is your authentication process?", content: "Every piece undergoes rigorous testing including hallmark verification, metal purity testing, and provenance documentation to ensure authenticity."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I customize a piece?",
|
||||
content: "Absolutely. We offer bespoke customization services. Contact us directly to discuss your vision and work with our master artisans.",
|
||||
},
|
||||
id: "faq-3", title: "Can I customize a piece?", content: "Absolutely. We offer bespoke customization services. Contact us directly to discuss your vision and work with our master artisans."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day return policy for unworn pieces in original condition. All purchases are backed by a lifetime warranty against material defects.",
|
||||
},
|
||||
id: "faq-4", title: "What is your return policy?", content: "We offer a 30-day return policy for unworn pieces in original condition. All purchases are backed by a lifetime warranty against material defects."},
|
||||
]}
|
||||
className="w-full"
|
||||
containerClassName="py-20 md:py-28"
|
||||
|
||||
Reference in New Issue
Block a user