Merge version_1_1782053791985 into main #1
@@ -11,267 +11,131 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroSplitVerticalMarquee
|
||||
tag="Expert Appraisal"
|
||||
title="Buy & Sell Luxury Gold, Diamonds, & Antiques in Tashkent"
|
||||
description="Premium evaluation and immediate payout for your precious assets. Trusted by collectors and individuals for over a decade."
|
||||
primaryButton={{
|
||||
text: "Get Valuation",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
}}
|
||||
leftItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doughnut-glass-plate-with-ancient-kettle_114579-24990.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-golden-ring-isolated-white-background_181624-31331.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-textured-teapot-blurred-background-closeup_169016-25635.jpg",
|
||||
},
|
||||
]}
|
||||
rightItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241150.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-shine-diamonds-digital-art_23-2151695090.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Expert Appraisal"
|
||||
title="Buy & Sell Luxury Gold, Diamonds, & Antiques in Tashkent"
|
||||
description="Premium evaluation and immediate payout for your precious assets. Trusted by collectors and individuals for over a decade."
|
||||
primaryButton={{ text: "Get Valuation", href: "#contact" }}
|
||||
secondaryButton={{ text: "Our Services", href: "#services" }}
|
||||
leftItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/doughnut-glass-plate-with-ancient-kettle_114579-24990.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-golden-ring-isolated-white-background_181624-31331.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-textured-teapot-blurred-background-closeup_169016-25635.jpg" },
|
||||
]}
|
||||
rightItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241150.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-shine-diamonds-digital-art_23-2151695090.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTestimonial
|
||||
tag="Our Philosophy"
|
||||
quote="Integrity, discretion, and market-leading valuations are the pillars of our buying process. We ensure every client receives professional, transparent service."
|
||||
author="Ali Sherov"
|
||||
role="Lead Appraiser"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-buying-jewelry_7502-7603.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Philosophy"
|
||||
quote="Integrity, discretion, and market-leading valuations are the pillars of our buying process. We ensure every client receives professional, transparent service."
|
||||
author="Ali Sherov"
|
||||
role="Lead Appraiser"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-buying-jewelry_7502-7603.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="process" data-section="process">
|
||||
<SectionErrorBoundary name="process">
|
||||
<div id="process" data-section="process">
|
||||
<SectionErrorBoundary name="process">
|
||||
<FeaturesRevealCards
|
||||
tag="Easy Steps"
|
||||
title="Our Buying Process"
|
||||
description="Transparent and secure steps to turn your assets into cash."
|
||||
items={[
|
||||
{
|
||||
title: "Free Evaluation",
|
||||
description: "Visit our Tashkent office for a complimentary appraisal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassblower-examining-glassware_107420-74267.jpg",
|
||||
},
|
||||
{
|
||||
title: "Verification",
|
||||
description: "Our experts use precise tools to verify purity and authenticity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-ancient-kettles-with-empty-wooden-plate-burlap_114579-40268.jpg",
|
||||
},
|
||||
{
|
||||
title: "Instant Payout",
|
||||
description: "Walk away with immediate cash or bank transfer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-holding-tablet_23-2149722599.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Easy Steps"
|
||||
title="Our Buying Process"
|
||||
description="Transparent and secure steps to turn your assets into cash."
|
||||
items={[
|
||||
{ title: "Free Evaluation", description: "Visit our Tashkent office for a complimentary appraisal.", imageSrc: "http://img.b2bpic.net/free-photo/glassblower-examining-glassware_107420-74267.jpg" },
|
||||
{ title: "Verification", description: "Our experts use precise tools to verify purity and authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/two-ancient-kettles-with-empty-wooden-plate-burlap_114579-40268.jpg" },
|
||||
{ title: "Instant Payout", description: "Walk away with immediate cash or bank transfer.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-holding-tablet_23-2149722599.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<div id="services" data-section="services">
|
||||
<SectionErrorBoundary name="services">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="What We Buy"
|
||||
title="Luxury & Antique Collection"
|
||||
description="We offer top market rates for a wide variety of high-value items."
|
||||
items={[
|
||||
{
|
||||
title: "Gold & Bullion",
|
||||
description: "Any purity, bars or jewelry.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-person-holding-jar-full-brown-buttons_181624-11368.jpg",
|
||||
},
|
||||
{
|
||||
title: "Diamonds",
|
||||
description: "Certified loose or set gems.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coins-bitcoin-against-background-chinese-flag_169016-6181.jpg",
|
||||
},
|
||||
{
|
||||
title: "Luxury Watches",
|
||||
description: "Rolex, Patek Philippe, etc.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-chains-plants_23-2149836480.jpg",
|
||||
},
|
||||
{
|
||||
title: "Silver Antiques",
|
||||
description: "Tableware and artifacts.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-money-concept_23-2151027591.jpg",
|
||||
},
|
||||
{
|
||||
title: "Fine Antiques",
|
||||
description: "Rare collectibles and coins.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-girly-arrangement_23-2148229314.jpg",
|
||||
},
|
||||
{
|
||||
title: "High-End Jewelry",
|
||||
description: "Brand-name pieces.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-teapot-vase-marble-table_114579-30220.jpg",
|
||||
},
|
||||
{
|
||||
title: "Precious Stones",
|
||||
description: "Emeralds, sapphires, rubies.",
|
||||
href: "#contact",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-vintage-pocket-watch-black-surface_181624-21863.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="What We Buy"
|
||||
title="Luxury & Antique Collection"
|
||||
description="We offer top market rates for a wide variety of high-value items."
|
||||
items={[
|
||||
{ title: "Gold & Bullion", description: "Any purity, bars or jewelry.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-person-holding-jar-full-brown-buttons_181624-11368.jpg" },
|
||||
{ title: "Diamonds", description: "Certified loose or set gems.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/coins-bitcoin-against-background-chinese-flag_169016-6181.jpg" },
|
||||
{ title: "Luxury Watches", description: "Rolex, Patek Philippe, etc.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-chains-plants_23-2149836480.jpg" },
|
||||
{ title: "Silver Antiques", description: "Tableware and artifacts.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-money-concept_23-2151027591.jpg" },
|
||||
{ title: "Fine Antiques", description: "Rare collectibles and coins.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vintage-girly-arrangement_23-2148229314.jpg" },
|
||||
{ title: "High-End Jewelry", description: "Brand-name pieces.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/classic-teapot-vase-marble-table_114579-30220.jpg" },
|
||||
{ title: "Precious Stones", description: "Emeralds, sapphires, rubies.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-vintage-pocket-watch-black-surface_181624-21863.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsFeatureCards
|
||||
tag="Our Track Record"
|
||||
title="Trust & Expertise"
|
||||
description="Consistently recognized as the leading buyer in Tashkent."
|
||||
metrics={[
|
||||
{
|
||||
value: "12+",
|
||||
title: "Years of Expertise",
|
||||
features: [
|
||||
"Established 2012",
|
||||
"Local Experts",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "5000+",
|
||||
title: "Successful Appraisals",
|
||||
features: [
|
||||
"Luxury Watches",
|
||||
"Diamonds",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
features: [
|
||||
"Fair Pricing",
|
||||
"Fast Service",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Track Record"
|
||||
title="Trust & Expertise"
|
||||
description="Consistently recognized as the leading buyer in Tashkent."
|
||||
metrics={[
|
||||
{ value: "12+", title: "Years of Expertise", features: ["Established 2012", "Local Experts"] },
|
||||
{ value: "5000+", title: "Successful Appraisals", features: ["Luxury Watches", "Diamonds"] },
|
||||
{ value: "98%", title: "Client Satisfaction", features: ["Fair Pricing", "Fast Service"] },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialOverlayCards
|
||||
tag="Feedback"
|
||||
title="Client Experiences"
|
||||
description="Hear from those who trusted us with their valuable possessions."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena K.",
|
||||
role: "Collector",
|
||||
company: "Tashkent City",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30678.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dmitry P.",
|
||||
role: "Investor",
|
||||
company: "Local Business",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-buying-jewelry-local-jewelry-store_7502-7609.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sara B.",
|
||||
role: "Estate Heir",
|
||||
company: "Regional",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138796.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ruslan M.",
|
||||
role: "Professional",
|
||||
company: "Independent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-proposing-his-lover_23-2148060308.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kamil A.",
|
||||
role: "Collector",
|
||||
company: "Art Enthusiast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Feedback"
|
||||
title="Client Experiences"
|
||||
description="Hear from those who trusted us with their valuable possessions."
|
||||
testimonials={[
|
||||
{ name: "Elena K.", role: "Collector", company: "Tashkent City", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-sales-person-jewelry-shop_1303-30678.jpg" },
|
||||
{ name: "Dmitry P.", role: "Investor", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-buying-jewelry-local-jewelry-store_7502-7609.jpg" },
|
||||
{ name: "Sara B.", role: "Estate Heir", company: "Regional", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138796.jpg" },
|
||||
{ name: "Ruslan M.", role: "Professional", company: "Independent", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-proposing-his-lover_23-2148060308.jpg" },
|
||||
{ name: "Kamil A.", role: "Collector", company: "Art Enthusiast", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="Support"
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about selling your items."
|
||||
items={[
|
||||
{
|
||||
question: "Is the appraisal free?",
|
||||
answer: "Yes, we offer complimentary appraisals with no obligation to sell.",
|
||||
},
|
||||
{
|
||||
question: "What documentation is required?",
|
||||
answer: "Please bring a valid ID and any certificates of authenticity if available.",
|
||||
},
|
||||
{
|
||||
question: "How do I receive payment?",
|
||||
answer: "We offer immediate cash or bank transfer based on your preference.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Support"
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about selling your items."
|
||||
items={[
|
||||
{ question: "Is the appraisal free?", answer: "Yes, we offer complimentary appraisals with no obligation to sell." },
|
||||
{ question: "What documentation is required?", answer: "Please bring a valid ID and any certificates of authenticity if available." },
|
||||
{ question: "How do I receive payment?", answer: "We offer immediate cash or bank transfer based on your preference." },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Visit Us"
|
||||
text="Ready to sell or appraise your valuables? Contact us today for a professional, private consultation."
|
||||
primaryButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:+998711234567",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Visit Our Office",
|
||||
href: "#location",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Visit Us"
|
||||
text="Ready to sell or appraise your valuables? Contact us today for a professional, private consultation."
|
||||
primaryButton={{ text: "Call Now", href: "tel:+998711234567" }}
|
||||
secondaryButton={{ text: "Visit Our Office", href: "#location" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user