4 Commits

Author SHA1 Message Date
b616da10fb Update src/app/page.tsx 2026-05-06 12:31:54 +00:00
7f7e26cd34 Merge version_3 into main
Merge version_3 into main
2026-05-06 12:30:59 +00:00
02f2a12451 Merge version_2 into main
Merge version_2 into main
2026-05-06 12:30:57 +00:00
f91fc94a9e Update src/app/page.tsx 2026-05-06 12:30:56 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="The Pinnacle of Timeless Luxury" title="Experience the Art of Luxury"
description="At SHAWOIKA, we create more than products — we craft unforgettable experiences." description="At SHAWOIKA, we create more than products — we craft unforgettable experiences."
buttons={[ buttons={[
{ text: "Explore Collection", href: "#products" }, { text: "Explore Collection", href: "#products" },
@@ -98,6 +98,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={true} useInvertedBackground={true}
animationType="slide-up" animationType="slide-up"
buttons={[
{ text: "View All Collections", href: "/collections" }
]}
products={[ products={[
{ id: "p1", name: "Elegance Ring", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916725.jpg?_wi=1" }, { id: "p1", name: "Elegance Ring", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916725.jpg?_wi=1" },
{ id: "p2", name: "Classic Watch", price: "$3,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646520.jpg?_wi=1" }, { id: "p2", name: "Classic Watch", price: "$3,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-modern-vases_23-2149646520.jpg?_wi=1" },
@@ -150,6 +153,7 @@ export default function LandingPage() {
{ id: "f1", title: "What materials are used?", content: "We source the finest materials globally to ensure premium quality." }, { id: "f1", title: "What materials are used?", content: "We source the finest materials globally to ensure premium quality." },
{ id: "f2", title: "Can I return a product?", content: "We offer a 30-day return policy for all items in original condition." }, { id: "f2", title: "Can I return a product?", content: "We offer a 30-day return policy for all items in original condition." },
{ id: "f3", title: "How do I care for my item?", content: "Each product includes a personalized care guide to maintain its quality." }, { id: "f3", title: "How do I care for my item?", content: "Each product includes a personalized care guide to maintain its quality." },
{ id: "f4", title: "Do you offer international shipping and authenticity guarantees?", content: "Yes, we ship worldwide with full insurance, and every item comes with a certified certificate of authenticity." }
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Common inquiries about SHAWOIKA excellence." description="Common inquiries about SHAWOIKA excellence."