@extends('layouts.store') @section('content')
@forelse($slides as $index => $slide)
{{ $slide->title }}
Slide {{ $index + 1 }}

{{ $slide->title }}

{{ $slide->subtitle }}

@if($slide->button_text && $slide->button_url) {{ $slide->button_text }} @endif
@empty
Add homepage slides from Admin panel.
@endforelse
verified

Authentic Quality

Direct Heritage Sourcing

speed

Express Shipping

Pan-India Delivery

support_agent

24/7 Assistance

Khurana Family Promise

star

4.9/5 Rating

10,000+ Verified Reviews

Best Sellers

The most trusted tools for daily efficiency.

@foreach($featuredProducts as $product)
{{ $product->name }}
₹{{ number_format($product->price * 85, 0) }}
@csrf
{{ $product->name }} {{ $product->stock > 0 ? 'In Stock' : 'Sold Out' }}

{{ $product->short_description }}

@endforeach

Curated Categories

Massager category

Restorative Wellness

Massagers

Browse Collection chevron_right
Mobile stands category

Mobile Stands

Precision engineering for workspace utility.

View All

Reliability handed down through generations.

star star star star star

"The build quality is unmatched. Functional design that looks premium and lasts for years."

Arjun Malhotra

Verified Architect

Khurana Store Heritage

25+

Years of Trust

Frequently Asked Questions

Everything you need to know before placing your order.

How fast is shipping?

Most orders are processed within 24 hours and delivered within 2-5 business days.

Can I return products?

Yes, returns are accepted within 7 days for unused products in original packaging.

How do I track my order?

Use your order ID in the footer track section to check latest shipment updates.

Do products include warranty?

Selected products include manufacturer warranty. Details are listed on product pages.

Join 10,000+ Happy Customers

Get product drops, premium offers, and utility guides delivered straight to your inbox.

@push('scripts') @endpush @endsection