17 Commits

Author SHA1 Message Date
f562d4fa8c Switch to version 5: remove src/app/pricing/page.tsx 2026-04-23 13:04:30 +00:00
6cae778165 Switch to version 5: modified src/app/page.tsx 2026-04-23 13:04:29 +00:00
08450b5d14 Merge version_6 into main
Merge version_6 into main
2026-04-23 13:02:47 +00:00
40bc829c5d Add src/app/pricing/page.tsx 2026-04-23 13:02:44 +00:00
b67fd3b932 Update src/app/page.tsx 2026-04-23 13:02:44 +00:00
fa614f4e01 Merge version_5 into main
Merge version_5 into main
2026-04-23 12:51:53 +00:00
63308b1b6e Update src/app/page.tsx 2026-04-23 12:51:50 +00:00
1002032142 Merge version_4 into main
Merge version_4 into main
2026-04-23 12:48:29 +00:00
8dc50750b9 Update src/app/page.tsx 2026-04-23 12:48:26 +00:00
e44a0f78d2 Merge version_4 into main
Merge version_4 into main
2026-04-23 12:47:55 +00:00
4678f06a24 Update src/app/page.tsx 2026-04-23 12:47:52 +00:00
46f4bbc933 Merge version_3 into main
Merge version_3 into main
2026-04-23 12:44:05 +00:00
eb7dc9b548 Update theme colors 2026-04-23 12:44:02 +00:00
c472b9a7f5 Merge version_2 into main
Merge version_2 into main
2026-04-23 12:43:49 +00:00
8ff0d64d7f Update theme colors 2026-04-23 12:43:46 +00:00
df53c99ed1 Merge version_1 into main
Merge version_1 into main
2026-04-23 12:36:00 +00:00
cef2ac9251 Merge version_1 into main
Merge version_1 into main
2026-04-23 12:35:25 +00:00
2 changed files with 61 additions and 111 deletions

View File

@@ -9,7 +9,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { CheckCircle, Clock, Users } from "lucide-react";
@@ -29,58 +29,43 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "hero"},
{
name: "Features", id: "features"},
{
name: "Testimonials", id: "testimonials"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "Features", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="J M Business Enterprises"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars"}}
background={{ 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/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/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/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/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/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: "Strategic Logistics"},
{
type: "text", text: "Optimized Inventory"},
{
type: "text", text: "Dankuni Facility"},
{
type: "text", text: "End-to-End Solutions"},
{ type: "text", text: "24/7 Security" },
{ type: "text", text: "Strategic Logistics" },
{ type: "text", text: "Optimized Inventory" },
{ type: "text", text: "Dankuni Facility" },
{ type: "text", text: "End-to-End Solutions" },
]}
/>
</div>
@@ -89,10 +74,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
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: "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" },
]}
/>
</div>
@@ -103,12 +86,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
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-3", title: "Strategic Logistics", subtitle: "Proximity to key transit routes", category: "Location", value: "Accessible"},
{ 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-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."
@@ -122,15 +102,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
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: "m3", value: "24/7", title: "Support", description: "Availability across shifts", icon: Clock,
},
{ 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: "m3", value: "24/7", title: "Support", description: "Availability across shifts", icon: Clock },
]}
title="Operational Performance"
description="We measure our success through the reliability and speed we provide to our business partners."
@@ -144,16 +118,11 @@ export default function LandingPage() {
rating={5}
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/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/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/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/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/two-people-working-warehouse_329181-12843.jpg", alt: "Client E" },
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -165,12 +134,10 @@ export default function LandingPage() {
textboxLayout="default"
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: "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: "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: "q3", title: "How do I request a quote?", content: "Please contact us via our form with your volume requirements." },
{ id: "q4", title: "What are your facility's accessibility and size specs?", content: "Our Dankuni facility features over 50,000 sq ft of premium storage space with wide-aisle access suitable for heavy-duty forklift maneuvering and multi-axle vehicle transit." }
]}
mediaAnimation="blur-reveal"
title="Common Inquiries"
@@ -187,14 +154,9 @@ export default function LandingPage() {
title="Inquire About Storage Solutions"
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: "email", type: "email", placeholder: "Business Email", required: true,
},
{
name: "subject", type: "text", placeholder: "Company / Warehouse Requirement"},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Business Email", required: true },
{ name: "subject", type: "text", placeholder: "Company / Warehouse Requirement" },
]}
imageSrc="http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1927.jpg"
/>
@@ -204,30 +166,18 @@ export default function LandingPage() {
<FooterBaseCard
logoText="J M Business Enterprises"
columns={[
{
title: "Solutions", items: [
{
label: "Warehousing", href: "#"},
{
label: "Logistics", href: "#"},
],
},
{
title: "Contact", items: [
{
label: "Dankuni Warehouse", href: "#"},
{
label: "Inquiry", href: "#contact"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
{ title: "Solutions", items: [
{ label: "Warehousing", href: "#" },
{ label: "Logistics", href: "#" },
] },
{ title: "Contact", items: [
{ label: "Dankuni Warehouse", href: "#" },
{ label: "Inquiry", href: "#contact" },
] },
{ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
] },
]}
copyrightText="© 2025 | J M Business Enterprises Pvt Ltd"
/>
@@ -235,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);