Merge version_3 into main #3
114
src/app/page.tsx
114
src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
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() {
|
||||
return (
|
||||
@@ -36,36 +36,29 @@ export default function LandingPage() {
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Royaltick"
|
||||
button={{ text: "Shop Collections", href: "#products" }}
|
||||
brandName="Royaltick Jewelry"
|
||||
button={{ text: "Shop Now", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroOverlay
|
||||
title="Timeless Elegance, Custom Crafted."
|
||||
description="At Royaltick Jewelry, we manufacture exquisite diamond watches, custom pendants, and bespoke rings that redefine luxury. Experience master craftsmanship tailored just for you."
|
||||
buttons={[{ text: "Shop Collections", href: "#products" }]}
|
||||
tag="Luxury That Speaks Without Words"
|
||||
title="Royaltick Jewelry - Where Luxury Meets Precision"
|
||||
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"
|
||||
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 id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Craftsmanship at its Peak"
|
||||
title="Luxury That Speaks"
|
||||
metrics={[
|
||||
{ icon: Award, label: "Years Experience", value: "15+" },
|
||||
{ icon: Shield, label: "Certified Quality", value: "100%" },
|
||||
{ icon: Diamond, label: "Custom Designs", value: "500+" },
|
||||
{ icon: Award, label: "Premium Quality", value: "Hand-Crafted" },
|
||||
{ icon: Shield, label: "Certified Status", value: "Exclusive" },
|
||||
{ icon: Diamond, label: "Timeless Design", value: "Luxury" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -78,15 +71,15 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
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: "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: "p3", name: "Cuban Chain", price: "$4,000", 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: "p5", name: "Custom Ring", price: "$1,800", 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: "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: "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: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/jeweler-working-shop-with-equipment_23-2150914293.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" },
|
||||
{ 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: "Custom Bracelet", price: "Contact for Price", imageSrc: "http://img.b2bpic.net/free-photo/still-life-object_1122-1944.jpg" },
|
||||
]}
|
||||
title="Our Signature Pieces"
|
||||
description="Browse our hand-manufactured selection of iced-out watches, Cuban chains, and unique custom pendants."
|
||||
title="Signature Collection"
|
||||
description="Premium jewelry designed for those who value individuality."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,42 +88,15 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
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: "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: "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: "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: "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: "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" },
|
||||
{ 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" },
|
||||
]}
|
||||
title="Why Choose Royaltick?"
|
||||
description="Every piece we make is a testament to precision, luxury, and your unique style."
|
||||
/>
|
||||
</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"
|
||||
title="Excellence in Craft"
|
||||
description="Our commitments to quality, shipping, and customization."
|
||||
buttons={[{ text: "Shop Now", href: "#products" }, { text: "Explore Collection", href: "#products" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,11 +105,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Get in touch"
|
||||
title="Contact our Master Jewelers"
|
||||
description="Schedule a private consultation or discuss your dream custom piece with our team."
|
||||
title="Create Your Legacy"
|
||||
description="Discuss your vision with our master jewelers today."
|
||||
buttons={[
|
||||
{ text: "Email Us", href: "mailto:support@royaltick.com" },
|
||||
{ text: "Call (555) 123-4567", href: "tel:+15551234567" }
|
||||
{ text: "Contact Support", href: "mailto:support@royaltick.com" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -154,23 +119,8 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{ label: "Shop Collections", href: "#products" },
|
||||
{ label: "Custom Design", href: "#" },
|
||||
{ label: "Jewelry Care", href: "#" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Custom Orders", href: "#contact" },
|
||||
{ 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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user