diff --git a/src/app/page.tsx b/src/app/page.tsx index c72fff3..8eb7c24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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,16 +29,12 @@ export default function LandingPage() { > @@ -103,12 +85,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 +101,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 +117,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 +133,9 @@ 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." }, ]} mediaAnimation="blur-reveal" title="Common Inquiries" @@ -187,14 +152,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 +164,18 @@ export default function LandingPage() { @@ -235,4 +183,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file