From 0aa93dfb9799ab91ec62f118b38ff265a2fd203f Mon Sep 17 00:00:00 2001 From: Saalim Quadri Date: Thu, 3 Oct 2024 02:32:48 +0530 Subject: [PATCH] leads: Gonna stop moonlighting --- components/leads.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/leads.tsx b/components/leads.tsx index afa6a9f..ef6e4f7 100644 --- a/components/leads.tsx +++ b/components/leads.tsx @@ -10,7 +10,7 @@ const leads = [ { id: 1, text: "Saalim Quadri", - subtext: "Raptee, LFX 23", + subtext: "Vispero, LFX 23", url: "/images/Lead2.jpg", }, { @@ -48,4 +48,4 @@ const Leads = () => { ); }; -export default Leads; \ No newline at end of file +export default Leads;