From 8cd1602646f124a5d7ffbf59eb5516e5de1602d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:02:27 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c111cb8..c66ca89 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,34 +1,23 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Archivo } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); -const archivo = Archivo({ - variable: "--font-archivo", subsets: ["latin"], -}); - export const metadata: Metadata = { - title: "Laced Up 815 - Premium Footwear & Sneakers", description: "Discover premium quality sneakers and footwear crafted with precision. Laced Up 815 offers stylish, durable shoes for everyday wear.", keywords: "premium sneakers, quality footwear, athletic shoes, casual shoes, sneaker collection", openGraph: { - title: "Laced Up 815 - Premium Footwear", description: "Step into premium style with Laced Up 815", siteName: "Laced Up 815", type: "website", images: [ + title: "Zefty 815 Carts - Mobile Business Solutions", description: "Professional mobile business offering shipping and drop-off services. Fast, reliable, and customer-focused solutions for your transportation needs.", keywords: "mobile business, shipping services, drop-off services, delivery, transportation", openGraph: { + title: "Zefty 815 Carts - Mobile Business Solutions", description: "Professional shipping and drop-off services with reliable mobile service", siteName: "Zefty 815 Carts", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915643.jpg", alt: "Laced Up 815 Premium Sneakers" + url: "https://images.unsplash.com/photo-1578582494385-ba34642ba220?w=1200&h=630&fit=crop", alt: "Zefty 815 Carts Mobile Services" } ] }, twitter: { - card: "summary_large_image", title: "Laced Up 815 - Premium Footwear", description: "Discover premium quality sneakers and footwear", images: ["http://img.b2bpic.net/free-photo/gym-composition-with-sport-elements_23-2147915643.jpg"] + card: "summary_large_image", title: "Zefty 815 Carts - Mobile Business Solutions", description: "Professional shipping and drop-off services", images: ["https://images.unsplash.com/photo-1578582494385-ba34642ba220?w=1200&h=630&fit=crop"] }, robots: { index: true, @@ -45,7 +34,7 @@ export default function RootLayout({ {children} -- 2.49.1 From 805f4388c28fe3383fbbc9e688e4482c3d52a2dd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:02:28 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 100 +++++++++++++++++++++++------------------------ 1 file changed, 49 insertions(+), 51 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f6e9e4..a0bf0e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { Truck, MapPin, Clock, CheckCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -27,12 +28,12 @@ export default function LandingPage() { >