@extends('layouts.app') @section('title', 'Home') @section('content')
B2B Procurement Made Easy

Your One-Stop Shop for Business Supplies

Connect with verified suppliers, compare prices instantly, and get the best deals on PPE, office supplies, IT equipment, and more.

Verified Suppliers

100% Trusted

Flexible Payment

30-Day Terms

Fast Delivery

Multiple Options

AI Recommendations

Smart Shopping

@if($dealOfDay)

DEAL OF THE DAY

{{ $dealOfDay->name }}

{{ $dealOfDay->supplier->company_name }}

R {{ number_format($dealOfDay->price, 2) }}

@if($dealOfDay->compare_price)

R {{ number_format($dealOfDay->compare_price, 2) }}

{{ round((($dealOfDay->compare_price - $dealOfDay->price) / $dealOfDay->compare_price) * 100) }}% OFF @endif
Grab Deal
@endif

Shop by Category

Find everything your business needs

View All

Featured Products

Handpicked for your business

View All
@foreach($featuredProducts as $product) @include('components.product-card', ['product' => $product]) @endforeach

Trending Now

Most popular this week

Compare Prices Instantly

Find the best deals from multiple suppliers with our AI-powered comparison tool

Start Comparing

Just Arrived

Latest products from our suppliers

View All
@foreach($recentProducts as $product) @include('components.product-card', ['product' => $product]) @endforeach
FOR SUPPLIERS

Grow Your Business with ProcureHub

Join our network of verified suppliers and reach thousands of businesses. Low commission rates, flexible delivery options, and dedicated support.

500+

Active Suppliers

10K+

Products Listed

5%

Commission Rate

@endsection