Update src/app/page.tsx

This commit is contained in:
2026-05-11 09:56:52 +00:00
parent d21fa52a88
commit 870c18b636

View File

@@ -67,6 +67,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635269.jpg"
imagePosition="right"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -77,6 +78,7 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Luxury", name: "Velvet Ring Box", price: "₹45", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-box_1339-384.jpg" },
{ id: "p2", brand: "Premium", name: "Necklace Case", price: "₹120", rating: 5, reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635269.jpg" },
@@ -93,7 +95,7 @@ export default function LandingPage() {
{ tag: "Value", title: "Wholesale Price", subtitle: "Unmatched rates", description: "Economical pricing without sacrificing luxury.", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-still-life-design_23-2149246350.jpg" }
]}
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -104,7 +106,7 @@ export default function LandingPage() {
{ tag: "Portfolio", title: "Luxury Finish", subtitle: "In detail", description: "High-quality velvet texture detail.", imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166937.jpg" }
]}
textboxLayout="split"
animationType="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -112,6 +114,7 @@ export default function LandingPage() {
<MetricCardFourteen
title="Our Growth Impact"
tag="Achievements"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "20+", description: "Years Experience" },
{ id: "m2", value: "5000+", description: "Trusted Clients" },
@@ -142,6 +145,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Get Your Free Quote"
description="Contact us for wholesale pricing and custom orders today."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Full Name" },
{ name: "email", type: "email", placeholder: "Email Address" }