Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
241
src/app/page.tsx
241
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Kurlon Haryana Handloom"
|
||||
/>
|
||||
@@ -56,76 +48,47 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Premium Comfort for Your Home"
|
||||
description="Experience the finest handloom textiles, from luxurious bedsheets to exquisite curtains, crafted with heritage and care at Kurlon Haryana Handloom."
|
||||
kpis={[
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Happy Homes",
|
||||
},
|
||||
value: "1000+", label: "Happy Homes"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Product Lines",
|
||||
},
|
||||
value: "50+", label: "Product Lines"},
|
||||
{
|
||||
value: "15",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15", label: "Years Experience"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/decorative-items-cozy-home-interior-wicker-straw-large-bag-decorative-elements_169016-4343.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/decorative-items-cozy-home-interior-wicker-straw-large-bag-decorative-elements_169016-4343.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-details-home-interior-living-room_169016-4350.jpg",
|
||||
alt: "Customer profile 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-details-home-interior-living-room_169016-4350.jpg", alt: "Customer profile 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/home-decorations-interior-turquoise-blanket-wicker-basket-with-vase-flowers-candles_169016-3371.jpg",
|
||||
alt: "Customer profile 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/home-decorations-interior-turquoise-blanket-wicker-basket-with-vase-flowers-candles_169016-3371.jpg", alt: "Customer profile 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-working-laptop-home_23-2148304901.jpg",
|
||||
alt: "Customer profile 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-working-laptop-home_23-2148304901.jpg", alt: "Customer profile 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-interior-living-room-with-hanging-swing_169016-6476.jpg",
|
||||
alt: "Customer profile 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-interior-living-room-with-hanging-swing_169016-6476.jpg", alt: "Customer profile 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-scandinavian-viking_23-2151707105.jpg",
|
||||
alt: "Customer profile 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-scandinavian-viking_23-2151707105.jpg", alt: "Customer profile 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality",
|
||||
},
|
||||
type: "text", text: "Premium Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hand-woven",
|
||||
},
|
||||
type: "text", text: "Hand-woven"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable",
|
||||
},
|
||||
type: "text", text: "Sustainable"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Comfort Focused",
|
||||
},
|
||||
type: "text", text: "Comfort Focused"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hassle-Free",
|
||||
},
|
||||
type: "text", text: "Hassle-Free"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,7 +98,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Legacy of Quality"
|
||||
description="At Kurlon Haryana Handloom, we merge traditional craftsmanship with modern comfort. Every thread is selected to bring durability and elegance to your living space."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hands-sewing_23-2147691746.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hands-sewing_23-2147691746.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -146,44 +109,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Material",
|
||||
description: "High-thread-count natural cottons and blends for superior longevity.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bed-with-creased-sheets_1203-1049.jpg",
|
||||
title: "Premium Material", description: "High-thread-count natural cottons and blends for superior longevity.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bed-with-creased-sheets_1203-1049.jpg", imageAlt: "soft premium bedsheet texture"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Skin-friendly",
|
||||
},
|
||||
text: "Skin-friendly"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Machine washable",
|
||||
},
|
||||
text: "Machine washable"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorative-items-cozy-home-interior-wicker-straw-large-bag-decorative-elements_169016-4343.jpg?_wi=2",
|
||||
imageAlt: "soft premium bedsheet texture",
|
||||
},
|
||||
{
|
||||
title: "Modern Designs",
|
||||
description: "Curtains that bring sophisticated drapes and styles to your windows.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-curtains_1203-614.jpg",
|
||||
title: "Modern Designs", description: "Curtains that bring sophisticated drapes and styles to your windows.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-curtains_1203-614.jpg", imageAlt: "soft premium bedsheet texture"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Light filtering",
|
||||
},
|
||||
text: "Light filtering"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Fade resistant",
|
||||
},
|
||||
text: "Fade resistant"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-sewing_23-2147691746.jpg?_wi=2",
|
||||
imageAlt: "soft premium bedsheet texture",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Our Textiles?"
|
||||
@@ -199,59 +150,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Kurlon",
|
||||
name: "Cotton Sheet Set",
|
||||
price: "₹1,299",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-golden-pillow_1203-1015.jpg",
|
||||
},
|
||||
id: "1", brand: "Kurlon", name: "Cotton Sheet Set", price: "₹1,299", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-golden-pillow_1203-1015.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Kurlon",
|
||||
name: "Luxury Bedspread",
|
||||
price: "₹2,499",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-placing-round-cushion-bed_53876-132377.jpg",
|
||||
},
|
||||
id: "2", brand: "Kurlon", name: "Luxury Bedspread", price: "₹2,499", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-placing-round-cushion-bed_53876-132377.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Kurlon",
|
||||
name: "Floral Curtains",
|
||||
price: "₹999",
|
||||
rating: 4,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-pregnant-woman-laying-bed_23-2149072928.jpg",
|
||||
},
|
||||
id: "3", brand: "Kurlon", name: "Floral Curtains", price: "₹999", rating: 4,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-pregnant-woman-laying-bed_23-2149072928.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Kurlon",
|
||||
name: "Textured Pillow Cases",
|
||||
price: "₹499",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-sofa-with-fluffy-clouds_23-2151113482.jpg",
|
||||
},
|
||||
id: "4", brand: "Kurlon", name: "Textured Pillow Cases", price: "₹499", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-sofa-with-fluffy-clouds_23-2151113482.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Kurlon",
|
||||
name: "Heavy Cotton Curtains",
|
||||
price: "₹1,599",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-gerbera-flowers-front-man-s-foot_23-2148122080.jpg",
|
||||
},
|
||||
id: "5", brand: "Kurlon", name: "Heavy Cotton Curtains", price: "₹1,599", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/colorful-gerbera-flowers-front-man-s-foot_23-2148122080.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Kurlon",
|
||||
name: "Home Comfort Rugs",
|
||||
price: "₹3,499",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-korean-girl-stretching-hands-lying-bed-mornings-bedroom-with-luxurious-hotel-interio_1258-138822.jpg",
|
||||
},
|
||||
id: "6", brand: "Kurlon", name: "Home Comfort Rugs", price: "₹3,499", rating: 5,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-korean-girl-stretching-hands-lying-bed-mornings-bedroom-with-luxurious-hotel-interio_1258-138822.jpg"},
|
||||
]}
|
||||
title="Our Handloom Collections"
|
||||
description="Discover our curated range of bedding and home decor items."
|
||||
@@ -263,14 +178,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"LoomExpert",
|
||||
"FabricCo",
|
||||
"HomeStyle",
|
||||
"TraditionWear",
|
||||
"SoftTextiles",
|
||||
"UrbanNest",
|
||||
"DecorHub",
|
||||
]}
|
||||
"LoomExpert", "FabricCo", "HomeStyle", "TraditionWear", "SoftTextiles", "UrbanNest", "DecorHub"]}
|
||||
title="Trusted Partners"
|
||||
description="Collaborating with leading industry names to deliver excellence."
|
||||
/>
|
||||
@@ -283,40 +191,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_decor",
|
||||
testimonial: "The quality is unmatched. My bedroom feels so cozy now!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-pouring-drink_23-2149720813.jpg",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", handle: "@priya_decor", testimonial: "The quality is unmatched. My bedroom feels so cozy now!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-pouring-drink_23-2149720813.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anil Gupta",
|
||||
handle: "@anil_h",
|
||||
testimonial: "Excellent service and prompt delivery. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-break-after-shopping_23-2148660680.jpg",
|
||||
},
|
||||
id: "2", name: "Anil Gupta", handle: "@anil_h", testimonial: "Excellent service and prompt delivery. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-break-after-shopping_23-2148660680.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sunita Rao",
|
||||
handle: "@sunita_designs",
|
||||
testimonial: "Beautiful designs and great variety of curtains.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-customer-enjoying-shopping-standing-near-rack-with-dresses-looking-away-smiling-woman-buying-clothes-fashion-store-shopping-retail-concept_74855-11784.jpg",
|
||||
},
|
||||
id: "3", name: "Sunita Rao", handle: "@sunita_designs", testimonial: "Beautiful designs and great variety of curtains.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-customer-enjoying-shopping-standing-near-rack-with-dresses-looking-away-smiling-woman-buying-clothes-fashion-store-shopping-retail-concept_74855-11784.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rahul Verma",
|
||||
handle: "@rahul_v",
|
||||
testimonial: "Authentic handloom feel. Very happy with the purchase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-vase_23-2148903503.jpg",
|
||||
},
|
||||
id: "4", name: "Rahul Verma", handle: "@rahul_v", testimonial: "Authentic handloom feel. Very happy with the purchase.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-vase_23-2148903503.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Megha Singh",
|
||||
handle: "@megha_living",
|
||||
testimonial: "Perfect fit for my home aesthetics. Value for money.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/store-employee-helping-customers_482257-81844.jpg",
|
||||
},
|
||||
id: "5", name: "Megha Singh", handle: "@megha_living", testimonial: "Perfect fit for my home aesthetics. Value for money.", imageSrc: "http://img.b2bpic.net/free-photo/store-employee-helping-customers_482257-81844.jpg"},
|
||||
]}
|
||||
title="Loved by Our Customers"
|
||||
description="See why homeowners choose Kurlon Haryana Handloom."
|
||||
@@ -329,20 +212,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer shipping?",
|
||||
content: "Yes, we ship across Haryana and surrounding areas.",
|
||||
},
|
||||
id: "f1", title: "Do you offer shipping?", content: "Yes, we ship across Haryana and surrounding areas."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are these materials washable?",
|
||||
content: "Most of our cotton bedsheets and curtains are machine washable.",
|
||||
},
|
||||
id: "f2", title: "Are these materials washable?", content: "Most of our cotton bedsheets and curtains are machine washable."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I customize curtain sizes?",
|
||||
content: "Custom sizes are available for specific curtain designs.",
|
||||
},
|
||||
id: "f3", title: "Can I customize curtain sizes?", content: "Custom sizes are available for specific curtain designs."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fashion-expert-worker-selecting-variety-trendy-items-client_482257-118401.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -355,16 +229,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Ready to transform your home?"
|
||||
description="Contact us today for inquiries or custom orders."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919876543210"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -376,14 +247,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user