Merge version_1 into main #1
144
src/app/page.tsx
144
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfFsETye3LVZqXkmq0ZUE13lUA/uploaded-1775736782353-d71a0hoo.jpg"
|
||||
brandName="Gramin Arts"
|
||||
@@ -56,69 +48,37 @@ export default function LandingPage() {
|
||||
description="Preserving the soul of Indian artistry through handpicked antiques, brass exclusives, and vintage treasures since 1995."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sunita Rao",
|
||||
handle: "@sunita_designs",
|
||||
testimonial: "The vintage prints I found here added the perfect cultural touch to my living room.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502940.jpg",
|
||||
},
|
||||
name: "Sunita Rao", handle: "@sunita_designs", testimonial: "The vintage prints I found here added the perfect cultural touch to my living room.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502940.jpg"},
|
||||
{
|
||||
name: "Vikram Seth",
|
||||
handle: "@vikram_antiques",
|
||||
testimonial: "Authentic quality and a deep understanding of tradition. A must-visit shop.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-male-owner-standing-his-shop_23-2148175671.jpg",
|
||||
},
|
||||
name: "Vikram Seth", handle: "@vikram_antiques", testimonial: "Authentic quality and a deep understanding of tradition. A must-visit shop.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-male-owner-standing-his-shop_23-2148175671.jpg"},
|
||||
{
|
||||
name: "Anjali Mehta",
|
||||
handle: "@anjali_interiors",
|
||||
testimonial: "The wooden frames are magnificent. So hard to find such craftsmanship nowadays.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-man-enjoying-phone-conversation_23-2147689121.jpg",
|
||||
},
|
||||
name: "Anjali Mehta", handle: "@anjali_interiors", testimonial: "The wooden frames are magnificent. So hard to find such craftsmanship nowadays.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-man-enjoying-phone-conversation_23-2147689121.jpg"},
|
||||
{
|
||||
name: "Rohan Gupta",
|
||||
handle: "@r_gupta",
|
||||
testimonial: "Excellent collection of brass and wooden artifacts. Highly professional service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg",
|
||||
},
|
||||
name: "Rohan Gupta", handle: "@r_gupta", testimonial: "Excellent collection of brass and wooden artifacts. Highly professional service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg"},
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_sharma",
|
||||
testimonial: "Gramin Arts captures the true essence of Indian heritage perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-carpenter-craftsman-working-with-hardwood-workshop-blowing-off-sawdust_342744-1441.jpg",
|
||||
},
|
||||
name: "Priya Sharma", handle: "@priya_sharma", testimonial: "Gramin Arts captures the true essence of Indian heritage perfectly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-carpenter-craftsman-working-with-hardwood-workshop-blowing-off-sawdust_342744-1441.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-buying-stuff-decoration-store_1303-24634.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502940.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502940.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-male-owner-standing-his-shop_23-2148175671.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-male-owner-standing-his-shop_23-2148175671.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/content-man-enjoying-phone-conversation_23-2147689121.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/content-man-enjoying-phone-conversation_23-2147689121.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-young-couple-playing-target-shooting-game-while-date_23-2149274371.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-carpenter-craftsman-working-with-hardwood-workshop-blowing-off-sawdust_342744-1441.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-carpenter-craftsman-working-with-hardwood-workshop-blowing-off-sawdust_342744-1441.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ collectors"
|
||||
/>
|
||||
@@ -131,9 +91,7 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,47 +104,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Antique Wooden Panel",
|
||||
price: "$150",
|
||||
variant: "Carved Wood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-whole-coconuts-teapot-marble-surface_114579-20123.jpg",
|
||||
},
|
||||
id: "p1", name: "Antique Wooden Panel", price: "$150", variant: "Carved Wood", imageSrc: "http://img.b2bpic.net/free-photo/two-whole-coconuts-teapot-marble-surface_114579-20123.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Raja Ravi Varma Print",
|
||||
price: "$85",
|
||||
variant: "Vintage Print",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-is-such-lovely-table-setting_8353-9900.jpg",
|
||||
},
|
||||
id: "p2", name: "Raja Ravi Varma Print", price: "$85", variant: "Vintage Print", imageSrc: "http://img.b2bpic.net/free-photo/this-is-such-lovely-table-setting_8353-9900.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Handmade Window Frame",
|
||||
price: "$220",
|
||||
variant: "Teak Wood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ornate-chair-art-nouveau-style_23-2150975651.jpg",
|
||||
},
|
||||
id: "p3", name: "Handmade Window Frame", price: "$220", variant: "Teak Wood", imageSrc: "http://img.b2bpic.net/free-photo/ornate-chair-art-nouveau-style_23-2150975651.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Brass Traditional Lamp",
|
||||
price: "$95",
|
||||
variant: "Brass",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-quince-with-ancient-cup-marble-table_114579-22202.jpg",
|
||||
},
|
||||
id: "p4", name: "Brass Traditional Lamp", price: "$95", variant: "Brass", imageSrc: "http://img.b2bpic.net/free-photo/fresh-quince-with-ancient-cup-marble-table_114579-22202.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "English Ad Frame",
|
||||
price: "$60",
|
||||
variant: "Vintage Paper",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-with-bow-ancient-kettle-marble_114579-40260.jpg",
|
||||
},
|
||||
id: "p5", name: "English Ad Frame", price: "$60", variant: "Vintage Paper", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-with-bow-ancient-kettle-marble_114579-40260.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Small Photo Frame",
|
||||
price: "$45",
|
||||
variant: "Classic Wood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-items-second-hand-market-high-angle_23-2149338428.jpg",
|
||||
},
|
||||
id: "p6", name: "Small Photo Frame", price: "$45", variant: "Classic Wood", imageSrc: "http://img.b2bpic.net/free-photo/vintage-items-second-hand-market-high-angle_23-2149338428.jpg"},
|
||||
]}
|
||||
title="Heritage Collection"
|
||||
description="Browse our handpicked antique items, from wooden architectural panels to brass exclusives."
|
||||
@@ -199,6 +127,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
members={[]}
|
||||
title="Our Team"
|
||||
description="Meet the passionate artisans behind our collection."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -206,16 +137,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Connect with Gramin Arts"
|
||||
description="Interested in our latest arrivals? Get in touch or visit our workshop to see the pieces in person."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "mailto:info@graminarts.com",
|
||||
},
|
||||
text: "Contact Us Now", href: "mailto:info@graminarts.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -225,13 +153,9 @@ export default function LandingPage() {
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfFsETye3LVZqXkmq0ZUE13lUA/uploaded-1775736782353-d71a0hoo.jpg"
|
||||
logoText="Gramin Arts"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "© 2024 Gramin Arts",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2024 Gramin Arts", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user