Merge version_1 into main #1
201
src/app/page.tsx
201
src/app/page.tsx
@@ -19,27 +19,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Trust",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="J M Business Enterprises"
|
||||
/>
|
||||
@@ -48,63 +47,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Trusted Warehouse Solutions for West Bengal Business"
|
||||
description="Secure storage, efficient operations, and strategic logistics support for manufacturers and distributors across the region. Serving businesses since establishment with 5-star reliability."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Our Services", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-empty-warehouse_181624-42274.jpg"
|
||||
imageAlt="Modern Warehouse Facility"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/working-construction-concept_23-2150772876.jpg",
|
||||
alt: "Client profile 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/working-construction-concept_23-2150772876.jpg", alt: "Client profile 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/logistics-warehouse-with-empty-high-racks_181624-57353.jpg",
|
||||
alt: "Client profile 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/logistics-warehouse-with-empty-high-racks_181624-57353.jpg", alt: "Client profile 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745363.jpg",
|
||||
alt: "Client profile 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745363.jpg", alt: "Client profile 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ai-powered-server-room-delivering-automation-capabilities_482257-124316.jpg",
|
||||
alt: "Client profile 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/ai-powered-server-room-delivering-automation-capabilities_482257-124316.jpg", alt: "Client profile 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-owner-manager-scanning-boxes-barcode-using-store-scanner-listening-music-warehouse-inventory-employee-looking-storehouse-shelves-preparing-customers-orders-delivery_482257-73207.jpg",
|
||||
alt: "Client profile 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-owner-manager-scanning-boxes-barcode-using-store-scanner-listening-music-warehouse-inventory-employee-looking-storehouse-shelves-preparing-customers-orders-delivery_482257-73207.jpg", alt: "Client profile 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ regional business partners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Security",
|
||||
},
|
||||
type: "text", text: "24/7 Security"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Logistics",
|
||||
},
|
||||
type: "text", text: "Strategic Logistics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Optimized Inventory",
|
||||
},
|
||||
type: "text", text: "Optimized Inventory"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Dankuni Facility",
|
||||
},
|
||||
type: "text", text: "Dankuni Facility"},
|
||||
{
|
||||
type: "text",
|
||||
text: "End-to-End Solutions",
|
||||
},
|
||||
type: "text", text: "End-to-End Solutions"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,14 +90,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Commitment to Operational Excellence",
|
||||
},
|
||||
type: "text", content: "Our Commitment to Operational Excellence"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-worker-communicating-with-her-female-colleague-while-preparing-shipment-industrial-warehouse_637285-4050.jpg",
|
||||
alt: "J M Business Enterprises Warehouse Team",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/african-american-worker-communicating-with-her-female-colleague-while-preparing-shipment-industrial-warehouse_637285-4050.jpg", alt: "J M Business Enterprises Warehouse Team"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,26 +104,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "feat-1",
|
||||
title: "Secure Storage",
|
||||
subtitle: "24/7 monitored facility",
|
||||
category: "Security",
|
||||
value: "High",
|
||||
},
|
||||
id: "feat-1", title: "Secure Storage", subtitle: "24/7 monitored facility", category: "Security", value: "High"},
|
||||
{
|
||||
id: "feat-2",
|
||||
title: "Efficient Operations",
|
||||
subtitle: "Streamlined inventory management",
|
||||
category: "Efficiency",
|
||||
value: "Optimized",
|
||||
},
|
||||
id: "feat-2", title: "Efficient Operations", subtitle: "Streamlined inventory management", category: "Efficiency", value: "Optimized"},
|
||||
{
|
||||
id: "feat-3",
|
||||
title: "Strategic Logistics",
|
||||
subtitle: "Proximity to key transit routes",
|
||||
category: "Location",
|
||||
value: "Accessible",
|
||||
},
|
||||
id: "feat-3", title: "Strategic Logistics", subtitle: "Proximity to key transit routes", category: "Location", value: "Accessible"},
|
||||
]}
|
||||
title="Comprehensive Logistics & Storage"
|
||||
description="We offer end-to-end warehousing solutions tailored to the needs of manufacturers and distributors in West Bengal."
|
||||
@@ -167,25 +123,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
description: "Operational reliability",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "99.9%", title: "Uptime", description: "Operational reliability", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Clients",
|
||||
description: "Regional partners served",
|
||||
icon: Users,
|
||||
id: "m2", value: "500+", title: "Clients", description: "Regional partners served", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
description: "Availability across shifts",
|
||||
icon: Clock,
|
||||
id: "m3", value: "24/7", title: "Support", description: "Availability across shifts", icon: Clock,
|
||||
},
|
||||
]}
|
||||
title="Operational Performance"
|
||||
@@ -201,25 +145,15 @@ export default function LandingPage() {
|
||||
author="Manufacturing Plant Manager"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-helmet-warehouse_23-2148886832.jpg",
|
||||
alt: "Client A",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-helmet-warehouse_23-2148886832.jpg", alt: "Client A"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smart-indian-engineer-man-wearing-safety-helmet-doing-stock-tick-check-cardboard-stock-product-management-factory-warehouse-background_609648-1377.jpg",
|
||||
alt: "Client B",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smart-indian-engineer-man-wearing-safety-helmet-doing-stock-tick-check-cardboard-stock-product-management-factory-warehouse-background_609648-1377.jpg", alt: "Client B"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-clipboard-warehouse_23-2148890054.jpg",
|
||||
alt: "Client C",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-clipboard-warehouse_23-2148890054.jpg", alt: "Client C"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-successful-middle-aged-manager-businessman-holding-tablet-computer-large-warehouse-organizing-distribution_342744-1548.jpg",
|
||||
alt: "Client D",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-successful-middle-aged-manager-businessman-holding-tablet-computer-large-warehouse-organizing-distribution_342744-1548.jpg", alt: "Client D"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12843.jpg",
|
||||
alt: "Client E",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12843.jpg", alt: "Client E"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -232,20 +166,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of inventory do you accept?",
|
||||
content: "We handle a wide range of industrial and consumer goods for local manufacturers.",
|
||||
},
|
||||
id: "q1", title: "What types of inventory do you accept?", content: "We handle a wide range of industrial and consumer goods for local manufacturers."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer logistics support?",
|
||||
content: "Yes, we provide strategic logistics integration for all storage clients.",
|
||||
},
|
||||
id: "q2", title: "Do you offer logistics support?", content: "Yes, we provide strategic logistics integration for all storage clients."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do I request a quote?",
|
||||
content: "Please contact us via our form with your volume requirements.",
|
||||
},
|
||||
id: "q3", title: "How do I request a quote?", content: "Please contact us via our form with your volume requirements."},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
title="Common Inquiries"
|
||||
@@ -263,22 +188,13 @@ export default function LandingPage() {
|
||||
description="Get in touch today to discuss your warehousing and logistics needs in West Bengal."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Business Email",
|
||||
required: true,
|
||||
email: "email", type: "email", placeholder: "Business Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Company / Warehouse Requirement",
|
||||
},
|
||||
name: "subject", type: "text", placeholder: "Company / Warehouse Requirement"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg"
|
||||
/>
|
||||
@@ -289,42 +205,27 @@ export default function LandingPage() {
|
||||
logoText="J M Business Enterprises"
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "Warehousing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Warehousing", href: "#"},
|
||||
{
|
||||
label: "Logistics",
|
||||
href: "#",
|
||||
},
|
||||
label: "Logistics", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Dankuni Warehouse",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dankuni Warehouse", href: "#"},
|
||||
{
|
||||
label: "Inquiry",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Inquiry", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user