diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9ef8c30..ba01b64 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,50 +7,34 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const raleway = Raleway({ - variable: "--font-raleway", - subsets: ["latin"], + variable: "--font-raleway", subsets: ["latin"], }); export const metadata: Metadata = { - title: "VendorHub - Premium Vendor Links for Resellers", - description: "Access exclusive vendor contacts, WhatsApp numbers, and direct supplier links. Buy premium vendor information for reselling. Fast, secure, and verified.", - keywords: "vendor links, reseller, supplier contacts, wholesale, vendor directory", - metadataBase: new URL("https://vendorhub.com"), + title: "VendorHub - Premium Vendor Links for Resellers", description: "Access exclusive vendor contacts, WhatsApp numbers, and direct supplier links. Buy premium vendor information for reselling. Fast, secure, and verified.", keywords: "vendor links, reseller, supplier contacts, wholesale, vendor directory", metadataBase: new URL("https://vendorhub.com"), alternates: { - canonical: "https://vendorhub.com", - }, + canonical: "https://vendorhub.com"}, robots: { index: true, follow: true, }, openGraph: { - title: "VendorHub - Premium Vendor Links", - description: "Buy verified vendor contacts and supplier links for your reselling business.", - siteName: "VendorHub", - type: "website", - images: [ + title: "VendorHub - Premium Vendor Links", description: "Buy verified vendor contacts and supplier links for your reselling business.", siteName: "VendorHub", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/hands-manipulating-tablet_1134-214.jpg", - alt: "VendorHub Vendor Marketplace Platform", - }, + url: "http://img.b2bpic.net/free-photo/hands-manipulating-tablet_1134-214.jpg", alt: "VendorHub Vendor Marketplace Platform"}, ], }, twitter: { - card: "summary_large_image", - title: "VendorHub - Vendor Links for Resellers", - description: "Access premium vendor contacts and supplier information instantly.", - images: ["http://img.b2bpic.net/free-photo/hands-manipulating-tablet_1134-214.jpg"], + card: "summary_large_image", title: "VendorHub - Vendor Links for Resellers", description: "Access premium vendor contacts and supplier information instantly.", images: ["http://img.b2bpic.net/free-photo/hands-manipulating-tablet_1134-214.jpg"], }, }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a72abd..40b5725 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { ShoppingBag, Info, Zap, Tag, MessageSquare } from "lucide-react"; +import { ShoppingBag, Info, Zap, Tag, MessageSquare, TrendingUp } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -20,8 +20,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "Vendors", href: "/vendors" }, { label: "Pricing", href: "/pricing" }, @@ -29,8 +28,7 @@ export default function HomePage() { ], }, { - title: "Vendors", - items: [ + title: "Vendors", items: [ { label: "Cologne", href: "/vendors" }, { label: "Watches", href: "/vendors" }, { label: "Electronics", href: "/vendors" }, @@ -38,8 +36,7 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com/motivation_tomillions" }, { label: "Contact Us", href: "/contact" }, { label: "Support", href: "/contact" }, @@ -104,81 +101,36 @@ export default function HomePage() {