3 Commits

Author SHA1 Message Date
f1a3cfd048 Update src/app/page.tsx 2026-05-01 03:18:29 +00:00
bf7c61d739 Update src/app/page.tsx 2026-05-01 03:18:05 +00:00
7f272d0303 Merge version_2 into main
Merge version_2 into main
2026-05-01 03:13:08 +00:00

View File

@@ -11,7 +11,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Award, Diamond, Shield } from "lucide-react"; import { Award, Diamond, Shield, Zap, Package, Globe, Lock, PenTool } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -36,36 +36,29 @@ export default function LandingPage() {
{ name: "Products", id: "products" }, { name: "Products", id: "products" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Royaltick" brandName="Royaltick Jewelry"
button={{ text: "Shop Collections", href: "#products" }} button={{ text: "Shop Now", href: "#products" }}
/> />
</div> </div>
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroOverlay <HeroOverlay
title="Timeless Elegance, Custom Crafted." tag="Luxury That Speaks Without Words"
description="At Royaltick Jewelry, we manufacture exquisite diamond watches, custom pendants, and bespoke rings that redefine luxury. Experience master craftsmanship tailored just for you." title="Royaltick Jewelry - Where Luxury Meets Precision"
buttons={[{ text: "Shop Collections", href: "#products" }]} description="Discover premium watches, pendants & exclusive jewelry crafted for those who value elegance and status."
buttons={[{ text: "Shop Now", href: "#products" }, { text: "Explore Collection", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/closeup-watch_53876-32028.jpg" imageSrc="http://img.b2bpic.net/free-photo/closeup-watch_53876-32028.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/beautiful-girl-looking-watch_1163-3199.jpg", alt: "Happy client one" },
{ src: "http://img.b2bpic.net/free-photo/man-looking-his-watch_53876-13503.jpg", alt: "Happy client two" },
{ src: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg", alt: "Happy client three" },
{ src: "http://img.b2bpic.net/free-photo/new-year-party-concept-with-girl-holding-clock_23-2147995152.jpg", alt: "Happy client four" },
{ src: "http://img.b2bpic.net/free-photo/precious-stones-processing_169016-3563.jpg", alt: "Happy client five" },
]}
avatarText="Trusted by 500+ connoisseurs"
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <AboutMetric
useInvertedBackground={true} useInvertedBackground={true}
title="Craftsmanship at its Peak" title="Luxury That Speaks"
metrics={[ metrics={[
{ icon: Award, label: "Years Experience", value: "15+" }, { icon: Award, label: "Premium Quality", value: "Hand-Crafted" },
{ icon: Shield, label: "Certified Quality", value: "100%" }, { icon: Shield, label: "Certified Status", value: "Exclusive" },
{ icon: Diamond, label: "Custom Designs", value: "500+" }, { icon: Diamond, label: "Timeless Design", value: "Luxury" },
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -78,15 +71,15 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "p1", name: "Diamond Iced Watch", price: "$12,000", imageSrc: "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg" }, { id: "p1", name: "Diamond Watch", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/bright-engagement-gold-shiny-love-macro_1400-32.jpg" },
{ id: "p2", name: "Custom Pendant", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-woman-pink-romantic-dress-wearing-necklace_343596-1994.jpg" }, { id: "p2", name: "Custom Pendant", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-woman-pink-romantic-dress-wearing-necklace_343596-1994.jpg" },
{ id: "p3", name: "Cuban Chain", price: "$4,000", imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-shop-with-equipment_23-2150914293.jpg" }, { id: "p3", name: "Cuban Chain", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-shop-with-equipment_23-2150914293.jpg" },
{ id: "p4", name: "Tennis Chain", price: "$3,500", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-golden-lion-ring_246466-29.jpg" }, { id: "p4", name: "Tennis Chain", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-golden-lion-ring_246466-29.jpg?_wi=1" },
{ id: "p5", name: "Custom Ring", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/negative-female-sad-tired-pain_1150-1590.jpg" }, { id: "p5", name: "Custom Ring", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/negative-female-sad-tired-pain_1150-1590.jpg" },
{ id: "p6", name: "Diamond Bracelet", price: "$2,200", imageSrc: "http://img.b2bpic.net/free-photo/still-life-object_1122-1944.jpg" }, { id: "p6", name: "Custom Bracelet", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/still-life-object_1122-1944.jpg?_wi=1" },
]} ]}
title="Our Signature Pieces" title="Signature Collection"
description="Browse our hand-manufactured selection of iced-out watches, Cuban chains, and unique custom pendants." description="Premium jewelry designed for those who value individuality."
/> />
</div> </div>
@@ -95,42 +88,15 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ title: "Bespoke Manufacturing", description: "We specialize in bringing your custom design ideas to life with flawless execution.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tools-cutting-wire_23-2148643276.jpg" }, { title: "Premium Quality", description: "Crafted with the finest materials for lasting elegance.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-still-life_23-2149560668.jpg" },
{ title: "Conflict-Free Diamonds", description: "Our sourcing ensures that every stone is ethical and of premium quality.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chains-still-life_23-2149560668.jpg" }, { title: "Luxury Finishing", description: "Flawless attention to detail in every polish.", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329646.jpg" },
{ title: "Life-time Polish", description: "Every purchase comes with lifetime cleaning and maintenance to keep your sparkle bright.", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329646.jpg" }, { title: "Worldwide Shipping", description: "Secure, insured delivery to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tools-cutting-wire_23-2148643276.jpg" },
{ title: "Secure Packaging", description: "Presentation that matches the beauty of the piece.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-object_1122-1944.jpg?_wi=2" },
{ title: "Custom Orders", description: "Tailored bespoke designs unique to you.", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-golden-lion-ring_246466-29.jpg?_wi=2" },
]} ]}
title="Why Choose Royaltick?" title="Excellence in Craft"
description="Every piece we make is a testament to precision, luxury, and your unique style." description="Our commitments to quality, shipping, and customization."
/> buttons={[{ text: "Shop Now", href: "#products" }, { text: "Explore Collection", href: "#products" }]}
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "James R.", handle: "@jamez", testimonial: "The custom pendant I ordered was breathtaking. Unmatched precision.", imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623388.jpg" },
{ id: "2", name: "Sarah W.", handle: "@sarahw", testimonial: "My diamond watch looks absolutely stunning. Professional craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-necklace-jewelry-store_1303-30674.jpg" },
{ id: "3", name: "Marcus L.", handle: "@mlux", testimonial: "Royaltick delivers nothing but high-end quality. Best in the game.", imageSrc: "http://img.b2bpic.net/free-photo/guy-presenting-gift-box-attractive-happy-lady_23-2148016809.jpg" },
{ id: "4", name: "Elena K.", handle: "@elena", testimonial: "Fast manufacturing and premium finish on my tennis chain.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-necklace-jewelry-store_1303-30672.jpg" },
{ id: "5", name: "David T.", handle: "@dt", testimonial: "Highly recommended for anyone looking for custom, quality rings.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-elegant-brunette-woman-cream-silk_158595-946.jpg" },
]}
title="Royal Client Experiences"
description="See why connoisseurs choose Royaltick Jewelry for their custom pieces."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={true}
faqs={[
{ id: "f1", title: "How long for custom work?", content: "Custom pieces generally take 3-4 weeks from design to finish." },
{ id: "f2", title: "Are your diamonds real?", content: "Yes, we use 100% natural, high-grade diamonds with certification." },
{ id: "f3", title: "Do you ship worldwide?", content: "We offer insured, trackable shipping to clients globally." },
]}
sideTitle="Questions?"
faqsAnimation="slide-up"
/> />
</div> </div>
@@ -139,11 +105,10 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
tag="Get in touch" tag="Get in touch"
title="Contact our Master Jewelers" title="Create Your Legacy"
description="Schedule a private consultation or discuss your dream custom piece with our team." description="Discuss your vision with our master jewelers today."
buttons={[ buttons={[
{ text: "Email Us", href: "mailto:support@royaltick.com" }, { text: "Contact Support", href: "mailto:support@royaltick.com" }
{ text: "Call (555) 123-4567", href: "tel:+15551234567" }
]} ]}
/> />
</div> </div>
@@ -154,23 +119,8 @@ export default function LandingPage() {
{ {
items: [ items: [
{ label: "Shop Collections", href: "#products" }, { label: "Shop Collections", href: "#products" },
{ label: "Custom Design", href: "#" }, { label: "Custom Orders", href: "#contact" },
{ label: "Jewelry Care", href: "#" },
{ label: "FAQ", href: "#faq" },
],
},
{
items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "#about" },
{ label: "Contact Support", href: "#contact" },
{ label: "Track Your Order", href: "#" },
],
},
{
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Shipping Policy", href: "#" },
], ],
}, },
]} ]}
@@ -180,4 +130,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }