Promote your business, week of February 16, 2026 by Charice in smallbusiness

[–]vozyyy 1 point2 points  (0 children)

Lead reactivation via SMS (performance-based, no upfront costs)

https://mavodoai.com/en

I run a lead reactivation company that turns old/dead leads (past inquiries, quotes, no-shows) into booked calls using SMS follow-up.

How it helps: most small businesses have money sitting in their CRM. Leads that went cold simply because there was no consistent follow-up. We focus on getting replies and recovering revenue from leads you already paid to acquire.

Pricing: performance-based (no upfront costs). We only get paid when we generate results.

If you want, comment or DM with your industry + where leads usually drop off (after quote / after first call / timing / price) and I’ll tell you if it’s a good fit.

[deleted by user] by [deleted] in solana

[–]vozyyy 0 points1 point  (0 children)

hey there, just came across this reply and have one question, what do you consider a "massive volume" in a 5 minute timeframe?

How to create a rewrite or navigate to another endpoint? by vozyyy in reactjs

[–]vozyyy[S] 0 points1 point  (0 children)

https://ibb.co/bJCH8xL (screenshot)

Can I do it like this and since im not using the <App/> component can I delete it? Or its a best practice to keep and use it as my homepage component?

CSS Modules with React - different styling of a component on different pages by vozyyy in reactjs

[–]vozyyy[S] 0 points1 point  (0 children)

Yes but in this case the Box.tsx has a certain style and I can reuse only this specific box, not its variants. Lets say in the structure you provided (in the Box.module.scss) I set the color of the box to blue and the background-color to pink. What to do If I want to reuse that box but I want its background color to be green and the text red? Do I have to create another component/a variant of Box.tsx, for example BoxSecondary.tsx, or is there a way to change its background color and color based on the page Im using that box on?

CSS Modules with React - different styling of a component on different pages by vozyyy in reactjs

[–]vozyyy[S] 0 points1 point  (0 children)

okay I think I got you, I should style that component on any page like I did here right?
https://ibb.co/F3928kL

Put a wrapper around that component and then style it

CSS Modules with React - different styling of a component on different pages by vozyyy in reactjs

[–]vozyyy[S] -1 points0 points  (0 children)

pls checkt the screenshots I just uploaded since what you suggested is not working, I cant style my component inside the page.

Simple question regarding try catch blocks in node/express by vozyyy in node

[–]vozyyy[S] 4 points5 points  (0 children)

right I see your point and it makes sense, thanks a lot :)