From da6485db2af9dd3084b66b2f1e1fa755b6ae1ebf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 16:40:25 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d41c255..7358075 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -54,21 +54,21 @@ export default function AboutPage() { id: 1, title: "Scalable Cloud Infrastructure", description: "Enterprise-grade cloud platform that scales automatically to handle peak demand during festival seasons and peak delivery periods across the country.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzQ0hfSBuQUN5GIxrn8Ackum9o/high-tech-automated-warehouse-with-robot-1773592761471-ac5b5ff1.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzQ0hfSBuQUN5GIxrn8Ackum9o/high-tech-automated-warehouse-with-robot-1773592761471-ac5b5ff1.jpg?_wi=1", imageAlt: "Automated warehouse infrastructure", }, { id: 2, title: "AI-Driven Decision Engine", description: "Advanced machine learning models that make thousands of optimization decisions per second to ensure efficient routing, resource allocation, and predictive maintenance.", - videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzQ0hfSBuQUN5GIxrn8Ackum9o/abstract-visualization-of-advanced-logis-1773592761326-04f8a23b.png", + videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzQ0hfSBuQUN5GIxrn8Ackum9o/abstract-visualization-of-advanced-logis-1773592761326-04f8a23b.png?_wi=2", videoAriaLabel: "AI engine demonstration", }, { id: 3, title: "Real-Time Data Processing", description: "Processing millions of data points every minute from delivery vehicles, packages, customers, and external systems to provide live insights and enable instant decision-making.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzQ0hfSBuQUN5GIxrn8Ackum9o/india-map-with-glowing-network-nodes-rep-1773592761212-28b29cb2.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzQ0hfSBuQUN5GIxrn8Ackum9o/india-map-with-glowing-network-nodes-rep-1773592761212-28b29cb2.png?_wi=2", imageAlt: "Real-time network monitoring", }, ]} @@ -121,7 +121,7 @@ export default function AboutPage() { content: "All customer and delivery data is encrypted and stored securely. We maintain strict access controls and have transparent data handling policies. Customer data is never shared with third parties without explicit consent.", }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzQ0hfSBuQUN5GIxrn8Ackum9o/happy-delivery-personnel-with-packages-s-1773592760684-3f114234.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzQ0hfSBuQUN5GIxrn8Ackum9o/happy-delivery-personnel-with-packages-s-1773592760684-3f114234.png?_wi=1" imageAlt="LogisticsHub delivery success" mediaAnimation="slide-up" faqsAnimation="slide-up" -- 2.49.1 From d5111dccdded0142da02d1a1224164a2fcf9aa6f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 16:40:26 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a81cf18..ffa9789 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -53,7 +53,7 @@ export default function ContactPage() { }, ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzQ0hfSBuQUN5GIxrn8Ackum9o/happy-delivery-personnel-with-packages-s-1773592760684-3f114234.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzQ0hfSBuQUN5GIxrn8Ackum9o/happy-delivery-personnel-with-packages-s-1773592760684-3f114234.png?_wi=2" imageAlt="Successful delivery operations" mediaAnimation="slide-up" ariaLabel="Contact page hero section" -- 2.49.1 From b39cc80ab463a327c6c4d4b2d27702a3512ebd10 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 16:40:26 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 53 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 42 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 83bcc55..fac3073 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,29 +1,58 @@ import type { Metadata } from "next"; +import { Libre_Baskerville, Inter } from "next/font/google"; import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Libre_Baskerville } from "next/font/google"; - - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; const libreBaskerville = Libre_Baskerville({ variable: "--font-libre-baskerville", subsets: ["latin"], weight: ["400", "700"], }); + const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); + +export const metadata: Metadata = { + title: "LogisticsHub - AI-Powered Last Mile Logistics Platform", + description: "Revolutionary last-mile logistics technology platform with pan-India scale. Real-time tracking, AI route optimization, and predictive analytics for enterprise deliveries.", + keywords: "last-mile logistics, delivery technology, route optimization, real-time tracking, pan-India logistics, AI delivery, supply chain management", + openGraph: { + title: "LogisticsHub - Transform Your Last-Mile Delivery", + description: "Enterprise-grade logistics platform powering millions of deliveries across India with cutting-edge AI technology.", + type: "website", + siteName: "LogisticsHub", + images: [ + { + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzQ0hfSBuQUN5GIxrn8Ackum9o/a-modern-sleek-last-mile-logistics-dashb-1773592761133-5b9308e5.png", + alt: "LogisticsHub Platform Dashboard", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "LogisticsHub - Last-Mile Logistics Innovation", + description: "AI-powered delivery platform transforming logistics across India.", + images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AzQ0hfSBuQUN5GIxrn8Ackum9o/a-modern-sleek-last-mile-logistics-dashb-1773592761133-5b9308e5.png", + ], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -32,7 +61,9 @@ export default function RootLayout({ return ( - + {children}