Update src/app/page.tsx
This commit is contained in:
246
src/app/page.tsx
246
src/app/page.tsx
@@ -33,22 +33,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "About", id: "about" },
|
||||||
id: "hero",
|
{ name: "Products", id: "products" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Products",
|
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Bidri Artistry"
|
brandName="Bidri Artistry"
|
||||||
/>
|
/>
|
||||||
@@ -56,33 +44,13 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Timeless Elegance of Bidri Artistry"
|
title="Timeless Elegance of Bidri Artistry"
|
||||||
description="Experience the exquisite beauty of handcrafted Bidri metalwork, where ancient silver inlay techniques meet modern design."
|
description="Experience the exquisite beauty of handcrafted Bidri metalwork, where ancient silver inlay techniques meet modern design."
|
||||||
tag="Masterfully Crafted Heritage"
|
tag="Masterfully Crafted Heritage"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{ 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/close-up-luxury-retro-radio-buttons_23-2148695303.jpg?_wi=1",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65175.jpg", imageAlt: "Artisan working on Bidri metalwork" },
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -104,30 +72,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ title: "Silver Inlay", description: "Authentic, hand-engraved silver inlay patterns.", bentoComponent: "reveal-icon", icon: Sparkles },
|
||||||
title: "Silver Inlay",
|
{ title: "Oxidized Finish", description: "Distinctive matte black finish achieved through natural soil treatment.", bentoComponent: "reveal-icon", icon: Circle },
|
||||||
description: "Authentic, hand-engraved silver inlay patterns.",
|
{ title: "Heritage Process", description: "Centuries-old artisanal process passed through generations.", bentoComponent: "reveal-icon", icon: Award },
|
||||||
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="The Art of Bidri"
|
title="The Art of Bidri"
|
||||||
description="Discover the intricate details and unique properties of our handmade metal craft."
|
description="Discover the intricate details and unique properties of our handmade metal craft."
|
||||||
@@ -138,44 +85,12 @@ export default function LandingPage() {
|
|||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
animationType="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
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: "p1",
|
{ id: "p2", name: "Heirloom Box", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096570.jpg" },
|
||||||
name: "Royal Tray",
|
{ id: "p3", name: "Vase Classic", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/flower-vase-modern-interior_23-2151928907.jpg" },
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Curated Collections"
|
title="Curated Collections"
|
||||||
description="Explore our handpicked collection of authentic Bidriware."
|
description="Explore our handpicked collection of authentic Bidriware."
|
||||||
@@ -189,27 +104,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "400+", title: "Years of Heritage", description: "Tradition passed down", icon: Clock },
|
||||||
id: "m1",
|
{ id: "m2", value: "12", title: "Master Artisans", description: "Skilled craftsmen", icon: Users },
|
||||||
value: "400+",
|
{ id: "m3", value: "100%", title: "Handmade", description: "Authentic quality", icon: CheckCircle },
|
||||||
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"
|
title="Craftsmanship by Numbers"
|
||||||
description="Quality backed by tradition and precision."
|
description="Quality backed by tradition and precision."
|
||||||
@@ -220,31 +117,11 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Ananya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149050497.jpg" },
|
||||||
id: "1",
|
{ 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" },
|
||||||
name: "Ananya Sharma",
|
{ id: "3", name: "Priya Verma", imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697710.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149050497.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: "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"
|
cardTitle="What Art Lovers Say"
|
||||||
cardTag="Testimonials"
|
cardTag="Testimonials"
|
||||||
@@ -257,13 +134,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Craft Excellence",
|
"Craft Excellence", "Heritage Foundation", "Artisan Alliance", "Global Design Council", "Authenticity Group"
|
||||||
"Heritage Foundation",
|
|
||||||
"Artisan Alliance",
|
|
||||||
"Global Design Council",
|
|
||||||
"Authenticity Group",
|
|
||||||
"Premium Craft Awards",
|
|
||||||
"Traditional Masters Association",
|
|
||||||
]}
|
]}
|
||||||
title="Recognized by Industry Leaders"
|
title="Recognized by Industry Leaders"
|
||||||
description="Prestigious awards and foundations that celebrate our commitment to heritage crafts."
|
description="Prestigious awards and foundations that celebrate our commitment to heritage crafts."
|
||||||
@@ -274,21 +145,9 @@ export default function LandingPage() {
|
|||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "f1", title: "How do I care for Bidriware?", content: "Keep it dry and gently clean with a soft dry cloth." },
|
||||||
id: "f1",
|
{ id: "f2", title: "Is the finish permanent?", content: "Yes, the matte black finish is naturally durable." },
|
||||||
title: "How do I care for Bidriware?",
|
{ id: "f3", title: "Can I custom order?", content: "Yes, contact our design team for personalized requests." },
|
||||||
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"
|
sideTitle="Frequently Asked Questions"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -301,16 +160,8 @@ export default function LandingPage() {
|
|||||||
title="Inquire About Artistry"
|
title="Inquire About Artistry"
|
||||||
description="Have questions or interested in a bespoke piece? Get in touch with us."
|
description="Have questions or interested in a bespoke piece? Get in touch with us."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||||
name: "name",
|
{ name: "email", type: "email", placeholder: "Your Email" },
|
||||||
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"
|
imageSrc="http://img.b2bpic.net/free-photo/dark-workshop-experienced-worker-protective-uniform-is-working-with-metal_613910-17236.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -321,45 +172,8 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-background-with-grunge-scratched-textures-carbon-fibre_1048-14191.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/abstract-background-with-grunge-scratched-textures-carbon-fibre_1048-14191.jpg"
|
||||||
logoText="Bidri Artistry"
|
logoText="Bidri Artistry"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Shop", items: [{ label: "All Products", href: "#products" }, { label: "New Arrivals", href: "#" }] },
|
||||||
title: "Shop",
|
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }] },
|
||||||
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: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user