Update src/app/page.tsx

This commit is contained in:
2026-05-10 11:18:36 +00:00
parent a9dbb3ba5a
commit 574262a83f

View File

@@ -33,22 +33,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Products",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="Bidri Artistry"
/>
@@ -56,33 +44,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Timeless Elegance of Bidri Artistry"
description="Experience the exquisite beauty of handcrafted Bidri metalwork, where ancient silver inlay techniques meet modern design."
tag="Masterfully Crafted Heritage"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-luxury-retro-radio-buttons_23-2148695303.jpg?_wi=1",
imageAlt: "Bidri art detailed craftsmanship",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65175.jpg?_wi=1",
imageAlt: "Artisan working on Bidri metalwork",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-dishes-hamam-museum-istanbul-turkey_1268-22496.jpg",
imageAlt: "Vintage dishes in hamam museum",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-dishes-hamam-museum-istanbul-turkey_1268-22498.jpg",
imageAlt: "Close up on artisan metal work",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186804.jpg",
imageAlt: "Engraving art tools closeup",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-luxury-retro-radio-buttons_23-2148695303.jpg", imageAlt: "Bidri art detailed craftsmanship" },
{ imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65175.jpg", imageAlt: "Artisan working on Bidri metalwork" },
]}
mediaAnimation="slide-up"
rating={5}
@@ -104,30 +72,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Silver Inlay",
description: "Authentic, hand-engraved silver inlay patterns.",
bentoComponent: "reveal-icon",
icon: Sparkles,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-notebook-with-scissors-leather_23-2148739397.jpg",
imageAlt: "intricate floral silver patterns",
},
{
title: "Oxidized Finish",
description: "Distinctive matte black finish achieved through natural soil treatment.",
bentoComponent: "reveal-icon",
icon: Circle,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-luxury-retro-radio-buttons_23-2148695303.jpg?_wi=2",
imageAlt: "intricate floral silver patterns",
},
{
title: "Heritage Process",
description: "Centuries-old artisanal process passed through generations.",
bentoComponent: "reveal-icon",
icon: Award,
imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65175.jpg?_wi=2",
imageAlt: "intricate floral silver patterns",
},
{ title: "Silver Inlay", description: "Authentic, hand-engraved silver inlay patterns.", bentoComponent: "reveal-icon", icon: Sparkles },
{ title: "Oxidized Finish", description: "Distinctive matte black finish achieved through natural soil treatment.", bentoComponent: "reveal-icon", icon: Circle },
{ title: "Heritage Process", description: "Centuries-old artisanal process passed through generations.", bentoComponent: "reveal-icon", icon: Award },
]}
title="The Art of Bidri"
description="Discover the intricate details and unique properties of our handmade metal craft."
@@ -138,44 +85,12 @@ export default function LandingPage() {
<ProductCardOne
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Royal Tray",
price: "$120",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-plate-round-designed-blue-desk_140725-13274.jpg",
},
{
id: "p2",
name: "Heirloom Box",
price: "$85",
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096570.jpg",
},
{
id: "p3",
name: "Vase Classic",
price: "$150",
imageSrc: "http://img.b2bpic.net/free-photo/flower-vase-modern-interior_23-2151928907.jpg",
},
{
id: "p4",
name: "Pattern Bowl",
price: "$95",
imageSrc: "http://img.b2bpic.net/free-photo/ancient-pottery-vessel-with-retro-design_23-2151538309.jpg",
},
{
id: "p5",
name: "Artisan Ornament",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-christmas-ball-ornaments-collection_23-2149154177.jpg",
},
{
id: "p6",
name: "Ornamental Bell",
price: "$60",
imageSrc: "http://img.b2bpic.net/free-photo/row-ornate-temple-bells_23-2152002059.jpg",
},
{ id: "p1", name: "Royal Tray", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-plate-round-designed-blue-desk_140725-13274.jpg" },
{ id: "p2", name: "Heirloom Box", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096570.jpg" },
{ id: "p3", name: "Vase Classic", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/flower-vase-modern-interior_23-2151928907.jpg" },
]}
title="Curated Collections"
description="Explore our handpicked collection of authentic Bidriware."
@@ -189,27 +104,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "400+",
title: "Years of Heritage",
description: "Tradition passed down",
icon: Clock,
},
{
id: "m2",
value: "12",
title: "Master Artisans",
description: "Skilled craftsmen",
icon: Users,
},
{
id: "m3",
value: "100%",
title: "Handmade",
description: "Authentic quality",
icon: CheckCircle,
},
{ id: "m1", value: "400+", title: "Years of Heritage", description: "Tradition passed down", icon: Clock },
{ id: "m2", value: "12", title: "Master Artisans", description: "Skilled craftsmen", icon: Users },
{ id: "m3", value: "100%", title: "Handmade", description: "Authentic quality", icon: CheckCircle },
]}
title="Craftsmanship by Numbers"
description="Quality backed by tradition and precision."
@@ -220,31 +117,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ananya Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149050497.jpg",
},
{
id: "2",
name: "Rohan Gupta",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-showing-blank-black-placard-standing-against-red-backdrop_23-2148092947.jpg",
},
{
id: "3",
name: "Priya Verma",
imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697710.jpg",
},
{
id: "4",
name: "Sanjay Mehta",
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-fig-from-basket-white-marble_114579-29530.jpg",
},
{
id: "5",
name: "Meera Iyer",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-female-artist-painting_273443-453.jpg",
},
{ id: "1", name: "Ananya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149050497.jpg" },
{ id: "2", name: "Rohan Gupta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-showing-blank-black-placard-standing-against-red-backdrop_23-2148092947.jpg" },
{ id: "3", name: "Priya Verma", imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697710.jpg" },
{ id: "4", name: "Sanjay Mehta", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-fig-from-basket-white-marble_114579-29530.jpg" },
{ id: "5", name: "Meera Iyer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-female-artist-painting_273443-453.jpg" },
]}
cardTitle="What Art Lovers Say"
cardTag="Testimonials"
@@ -257,13 +134,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Craft Excellence",
"Heritage Foundation",
"Artisan Alliance",
"Global Design Council",
"Authenticity Group",
"Premium Craft Awards",
"Traditional Masters Association",
"Craft Excellence", "Heritage Foundation", "Artisan Alliance", "Global Design Council", "Authenticity Group"
]}
title="Recognized by Industry Leaders"
description="Prestigious awards and foundations that celebrate our commitment to heritage crafts."
@@ -274,21 +145,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How do I care for Bidriware?",
content: "Keep it dry and gently clean with a soft dry cloth.",
},
{
id: "f2",
title: "Is the finish permanent?",
content: "Yes, the matte black finish is naturally durable.",
},
{
id: "f3",
title: "Can I custom order?",
content: "Yes, contact our design team for personalized requests.",
},
{ id: "f1", title: "How do I care for Bidriware?", content: "Keep it dry and gently clean with a soft dry cloth." },
{ id: "f2", title: "Is the finish permanent?", content: "Yes, the matte black finish is naturally durable." },
{ id: "f3", title: "Can I custom order?", content: "Yes, contact our design team for personalized requests." },
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -301,16 +160,8 @@ export default function LandingPage() {
title="Inquire About Artistry"
description="Have questions or interested in a bespoke piece? Get in touch with us."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
{
name: "email",
type: "email",
placeholder: "Your Email",
},
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" },
]}
imageSrc="http://img.b2bpic.net/free-photo/dark-workshop-experienced-worker-protective-uniform-is-working-with-metal_613910-17236.jpg"
/>
@@ -321,49 +172,12 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/abstract-background-with-grunge-scratched-textures-carbon-fibre_1048-14191.jpg"
logoText="Bidri Artistry"
columns={[
{
title: "Shop",
items: [
{
label: "All Products",
href: "#products",
},
{
label: "New Arrivals",
href: "#",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Careers",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Shop", items: [{ label: "All Products", href: "#products" }, { label: "New Arrivals", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}