From 429c0d16eed6367d3592cd6b60f879869255057b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:07:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 94 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 63 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 887ffd7..36359d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -37,7 +37,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Take the Virtual Tour", href: "hero"}} + text: "Take the Virtual Tour", href: "hero" + }} animateOnLoad={true} /> @@ -46,7 +47,7 @@ export default function LandingPage() { @@ -75,7 +79,8 @@ export default function LandingPage() { heading={[ { type: "text", content: "State-of-the-Art" }, { - type: "image", src: "http://img.b2bpic.net/free-photo/storehouse-supplies-with-cardboard-boxes-racks-packages-carton-containers-prepared-products-distribution-shipment-warehouse-room-with-retail-store-cargo-industrial-stock_482257-65036.jpg", alt: "Facility interior"}, + type: "image", src: "http://img.b2bpic.net/free-photo/storehouse-supplies-with-cardboard-boxes-racks-packages-carton-containers-prepared-products-distribution-shipment-warehouse-room-with-retail-store-cargo-industrial-stock_482257-65036.jpg", alt: "Facility interior" + }, { type: "text", content: "Storage Solutions" }, ]} useInvertedBackground={false} @@ -99,19 +104,23 @@ export default function LandingPage() { { id: 1, title: "General Warehousing", description: - "Secure, climate-controlled storage space for all product types with flexible capacity options for growing businesses.", imageSrc: "http://img.b2bpic.net/free-photo/storehouse-supplies-with-cardboard-boxes-racks-packages-carton-containers-prepared-products-distribution-shipment-warehouse-room-with-retail-store-cargo-industrial-stock_482257-65036.jpg", imageAlt: "Warehousing solution"}, + "Secure, climate-controlled storage space for all product types with flexible capacity options for growing businesses.", imageSrc: "http://img.b2bpic.net/free-photo/storehouse-supplies-with-cardboard-boxes-racks-packages-carton-containers-prepared-products-distribution-shipment-warehouse-room-with-retail-store-cargo-industrial-stock_482257-65036.jpg", imageAlt: "Warehousing solution" + }, { id: 2, title: "Real-Time Inventory Management", description: - "Advanced tracking systems provide instant visibility into your stock levels, locations, and movements 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg", imageAlt: "Inventory management system"}, + "Advanced tracking systems provide instant visibility into your stock levels, locations, and movements 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/empty-professional-warehouse-space-used-shipping-cargo-goods-from-online-shopping-local-small_482257-136203.jpg", imageAlt: "Inventory management system" + }, { id: 3, title: "Logistics & Distribution", description: - "Coordinated shipping and fulfillment services that get your products to customers efficiently and on time.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-staff-printing-awb-tracking-numbers-tags-new-parcel-shipment-managing-airway_482257-136207.jpg", imageAlt: "Logistics operations"}, + "Coordinated shipping and fulfillment services that get your products to customers efficiently and on time.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-staff-printing-awb-tracking-numbers-tags-new-parcel-shipment-managing-airway_482257-136207.jpg", imageAlt: "Logistics operations" + }, { id: 4, title: "Security & Compliance", description: - "24/7 surveillance, access controls, and full regulatory compliance ensure your inventory is always protected.", imageSrc: "http://img.b2bpic.net/free-vector/control-system-safe-home-banners_1284-24864.jpg", imageAlt: "Security systems"}, + "24/7 surveillance, access controls, and full regulatory compliance ensure your inventory is always protected.", imageSrc: "http://img.b2bpic.net/free-vector/control-system-safe-home-banners_1284-24864.jpg", imageAlt: "Security systems" + }, ]} buttonAnimation="slide-up" /> @@ -125,8 +134,12 @@ export default function LandingPage() { tagIcon={CheckCircle} textboxLayout="default" useInvertedBackground={false} + names={[ + "TechFlow Logistics", "Premier Distribution", "Global Commerce Inc", "Express Fulfillment", "MultiChannel Retail", "Coastal E-Commerce", "CloudSync Solutions" + ]} logos={[ - "http://img.b2bpic.net/free-vector/hexagonal-company-logo_1222-55.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-31.jpg", "http://img.b2bpic.net/free-vector/logo-with-blue-arrow-green-arrow_1057-2159.jpg", "http://img.b2bpic.net/free-vector/wm-monogram-shield-shape_125964-4579.jpg", "http://img.b2bpic.net/free-vector/creative-data-logo-template_23-2149212798.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-collection_23-2148163493.jpg", "http://img.b2bpic.net/free-vector/logo-with-blue-arrow-green-arrow_1057-2159.jpg"]} + "http://img.b2bpic.net/free-vector/hexagonal-company-logo_1222-55.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-31.jpg", "http://img.b2bpic.net/free-vector/logo-with-blue-arrow-green-arrow_1057-2159.jpg", "http://img.b2bpic.net/free-vector/wm-monogram-shield-shape_125964-4579.jpg", "http://img.b2bpic.net/free-vector/creative-data-logo-template_23-2149212798.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-collection_23-2148163493.jpg", "http://img.b2bpic.net/free-vector/logo-with-blue-arrow-green-arrow_1057-2159.jpg" + ]} speed={40} showCard={true} /> @@ -144,19 +157,23 @@ export default function LandingPage() { metrics={[ { id: "1", value: "500+", title: "Companies Trust Us", items: [ - "Across multiple industries", "Scaling from startup to enterprise", "Proven reliability since 2010"], + "Across multiple industries", "Scaling from startup to enterprise", "Proven reliability since 2010" + ], }, { id: "2", value: "99.9%", title: "Security & Uptime", items: [ - "24/7 surveillance systems", "Zero breaches on record", "Redundant access controls"], + "24/7 surveillance systems", "Zero breaches on record", "Redundant access controls" + ], }, { id: "3", value: "48hrs", title: "Average Fulfillment", items: [ - "Fast order processing", "Reliable shipping partnerships", "Real-time tracking"], + "Fast order processing", "Reliable shipping partnerships", "Real-time tracking" + ], }, { id: "4", value: "10M+", title: "Sq Ft Capacity", items: [ - "Multiple climate zones", "Flexible space allocation", "Growing infrastructure"], + "Multiple climate zones", "Flexible space allocation", "Growing infrastructure" + ], }, ]} /> @@ -175,22 +192,28 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marcus Chen", role: "Operations Manager", company: "TechFlow Logistics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Chen" + }, { id: "2", name: "Sarah Johnson", role: "CEO", company: "Premier Distribution", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" + }, { id: "3", name: "James Rodriguez", role: "Supply Chain Director", company: "Global Commerce Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez" + }, { id: "4", name: "Elena Martinez", role: "Logistics Coordinator", company: "Express Fulfillment", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Elena Martinez"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Martinez" + }, { id: "5", name: "David Kim", role: "Operations Director", company: "MultiChannel Retail", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "David Kim"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" + }, { id: "6", name: "Amanda Foster", role: "Business Owner", company: "Coastal E-Commerce", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Amanda Foster"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amanda Foster" + }, ]} /> @@ -208,22 +231,28 @@ export default function LandingPage() { faqs={[ { id: "1", title: "What types of products can you store?", content: - "We store a wide variety of products including electronics, textiles, perishables (with climate control), pharmaceuticals, and general merchandise. Our climate-controlled zones accommodate temperature-sensitive items, while standard warehousing handles non-perishable goods. Contact our team to discuss your specific storage requirements."}, + "We store a wide variety of products including electronics, textiles, perishables (with climate control), pharmaceuticals, and general merchandise. Our climate-controlled zones accommodate temperature-sensitive items, while standard warehousing handles non-perishable goods. Contact our team to discuss your specific storage requirements." + }, { id: "2", title: "How does your inventory management system work?", content: - "Our real-time inventory management system provides instant visibility into your stock levels, locations, and movements. You access a secure dashboard to track inventory 24/7, with automated alerts for low stock levels, expiration dates, and order readiness. Integration with your existing systems is seamless."}, + "Our real-time inventory management system provides instant visibility into your stock levels, locations, and movements. You access a secure dashboard to track inventory 24/7, with automated alerts for low stock levels, expiration dates, and order readiness. Integration with your existing systems is seamless." + }, { id: "3", title: "What security measures do you have in place?", content: - "Vedwarehouse operates with 24/7 surveillance, multi-level access controls, secure entry points, and trained security personnel. We maintain full regulatory compliance with industry standards and carry comprehensive insurance coverage. Your inventory is protected with redundant systems and regular security audits."}, + "Vedwarehouse operates with 24/7 surveillance, multi-level access controls, secure entry points, and trained security personnel. We maintain full regulatory compliance with industry standards and carry comprehensive insurance coverage. Your inventory is protected with redundant systems and regular security audits." + }, { id: "4", title: "What are your fulfillment and shipping capabilities?", content: - "We offer fast order processing with an average 48-hour fulfillment time. Our partnerships with major shipping carriers enable reliable, cost-effective delivery nationwide. We handle packaging, labeling, and tracking so you can focus on your business."}, + "We offer fast order processing with an average 48-hour fulfillment time. Our partnerships with major shipping carriers enable reliable, cost-effective delivery nationwide. We handle packaging, labeling, and tracking so you can focus on your business." + }, { id: "5", title: "Can I scale my storage needs up or down?", content: - "Yes, flexibility is core to our service. You can adjust your storage space based on seasonal demand, growth, or inventory changes. Our modular approach means you pay for only what you use, with no long-term commitments required. Contact our team to discuss flexible terms."}, + "Yes, flexibility is core to our service. You can adjust your storage space based on seasonal demand, growth, or inventory changes. Our modular approach means you pay for only what you use, with no long-term commitments required. Contact our team to discuss flexible terms." + }, { id: "6", title: "How do I get started with Vedwarehouse?", content: - "Getting started is simple: Schedule a facility tour to see our operations firsthand. Our team will assess your storage and logistics needs, provide a customized quote, and handle all setup. Most clients are operational within 1-2 weeks of signing an agreement."}, + "Getting started is simple: Schedule a facility tour to see our operations firsthand. Our team will assess your storage and logistics needs, provide a customized quote, and handle all setup. Most clients are operational within 1-2 weeks of signing an agreement." + }, ]} /> @@ -248,13 +277,16 @@ export default function LandingPage() { socialLinks={[ { icon: Linkedin, - href: "https://linkedin.com/company/vedwarehouse", ariaLabel: "LinkedIn"}, + href: "https://linkedin.com/company/vedwarehouse", ariaLabel: "LinkedIn" + }, { icon: Twitter, - href: "https://twitter.com/vedwarehouse", ariaLabel: "Twitter"}, + href: "https://twitter.com/vedwarehouse", ariaLabel: "Twitter" + }, { icon: Phone, - href: "tel:+1-800-vedwarehouse", ariaLabel: "Contact Phone"}, + href: "tel:+1-800-vedwarehouse", ariaLabel: "Contact Phone" + }, ]} /> -- 2.49.1