@extends('website.layouts.app') @section('content') @include('website.components.header')
✨ Sri Lanka's #1 Digital Savings Card

Smarter Savings.
Better Living.

Unlock exclusive deals at 500+ partner locations across Sri Lanka. Dining, travel, shopping, and more. All in one digital card.

@for ($i = 1; $i <= 4; $i++)
@endfor

Join 100,000+ members today

@foreach (range(1, 5) as $poster)
Poster {{ $poster }}
@endforeach
@foreach (range(1, 5) as $poster) @endforeach

Trusted by 500+ Partners Across Sri Lanka

@foreach (['Odel', 'Keells', 'Cargills', 'Hilton Colombo', 'Jetwing', 'Spa Ceylon', 'Fashion Bug', 'Softlogic', 'Singer', 'Laugfs', 'Arpico', 'Hameedia', 'Glomark', 'Cool Planet', 'Nolimit', 'Odel', 'Keells', 'Cargills', 'Hilton Colombo', 'Jetwing', 'Spa Ceylon', 'Fashion Bug', 'Softlogic', 'Singer', 'Laugfs', 'Arpico', 'Hameedia', 'Glomark', 'Cool Planet', 'Nolimit'] as $partner)
{{ $partner }}
@endforeach

How It Works

Start saving in three simple steps. No complicated points systems, just direct discounts.

01

Sign Up

Create your free account in seconds. No credit card required to start exploring.

02

Get Digital Card

Receive your unique membership card instantly on your phone via email or SMS.

03

Save Everywhere

Show your card at 500+ partner locations to unlock exclusive discounts instantly.

Where You Can Save

From fine dining in Colombo to luxury villas in Galle, our partners cover every aspect of your lifestyle.

@foreach ([ ['utensils-crossed', 'Dining', 'Restaurants, cafes & food delivery', 'bg-orange-100 text-orange-600'], ['plane', 'Travel', 'Hotels, flights & tour packages', 'bg-blue-100 text-blue-600'], ['heart', 'Health & Wellness', 'Spas, gyms & medical services', 'bg-red-100 text-red-600'], ['shopping-bag', 'Shopping', 'Fashion, electronics & lifestyle', 'bg-purple-100 text-purple-600'], ['music', 'Entertainment', 'Movies, events & attractions', 'bg-pink-100 text-pink-600'], ['graduation-cap', 'Education', 'Courses, workshops & certifications', 'bg-green-100 text-green-600'] ] as $cat)

{{ $cat[1] }}

{{ $cat[2] }}

View Partners
@endforeach
@php $cardUser = auth()->user(); $packageName = 'Premium - 6 Month'; $purchaseDateAt = $cardUser?->created_at ?? now(); $expireDateAt = $purchaseDateAt->copy()->addMonths(6); $memberStatus = now()->lte($expireDateAt) ? 'LIVE' : 'EXPIRED'; $memberStatusClass = $memberStatus === 'LIVE' ? 'bg-green-500/20 text-green-300 border-green-400/40' : 'bg-red-500/20 text-red-300 border-red-400/40'; $profileImageUrl = $cardUser && $cardUser->profile_image ? asset('storage/' . $cardUser->profile_image) : null; $cardHolderName = strtoupper($cardUser?->name ?? 'KASUN PERERA'); $cardCode = $cardUser ? 'SS-' . now()->format('Y') . '-' . str_pad((string) $cardUser->id, 4, '0', STR_PAD_LEFT) . '-1234' : 'SS-2024-8821-1234'; @endphp

Your Digital
Membership Card

Carry your savings in your pocket. No plastic, no waiting. Your digital card is instantly active and ready to use at all partner locations.

Contactless & Secure

Show your card on your phone. Safe, hygienic, and always with you.

Unique Member Code

Every card has a unique identifier for secure verification at outlets.

Instant Activation

Start saving immediately after signup. No shipping delays.

SaveSmart.lk

Premium Member

{{ $cardCode }}

@if ($profileImageUrl) Member profile @else
{{ substr($cardHolderName, 0, 1) }}
@endif

Card Holder

{{ $cardHolderName }}

Status

{{ $memberStatus }}

Package

{{ $packageName }}

Purchased

{{ $purchaseDateAt->format('d M Y') }}

Expires

{{ $expireDateAt->format('d M Y') }}

500+
Partner Locations
50%
Maximum Savings
100K+
Happy Members
@foreach (['No hidden fees or monthly charges', 'Instant digital delivery via email', 'Works island-wide including Jaffna & Trinco', '24/7 dedicated customer support', 'Exclusive birthday rewards', 'Family add-on cards available'] as $benefit)
{{ $benefit }}
@endforeach

What Our Members Say

Join thousands of satisfied Sri Lankans saving every day.

"SaveSmart has completely changed how I dine out. I save at least Rs. 5,000 every month on family dinners alone!"

@for ($i = 0; $i < 5; $i++)@endfor

Amaya S.

Colombo

Choose Your Plan

Pick the package that fits your lifestyle and start saving today.

1 Month

Rs. 999/month

Perfect for trying SaveSmart

    @foreach (['Digital membership card', 'Access to partner deals', 'Up to 15% savings', 'Email support'] as $item)
  • {{ $item }}
  • @endforeach
Choose 1 Month
MOST POPULAR

6 Month

Rs. 4,999/6 months

Best value for regular savers

    @foreach (['All 1 Month features', 'Exclusive premium partners', 'Up to 35% savings', 'Priority 24/7 support', 'Early access to flash deals'] as $item)
  • first) class="font-medium" @endif>{{ $item }}
  • @endforeach
Choose 6 Month

Annual

Rs. 8,999/year

Maximum savings for the full year

    @foreach (['All 6 Month features', 'Up to 50% savings', 'Premium gold card design', 'Birthday rewards', 'Family add-on card support'] as $item)
  • {{ $item }}
  • @endforeach
Choose Annual
Comming Soon

Take Your Savings
Everywhere

Download the SaveSmart app to access deals on the go, track your savings, and find partners near you with our interactive map.

@for ($i = 0; $i < 4; $i++)
@endfor
@for ($i = 0; $i < 5; $i++)@endfor

4.9/5 from 10k+ reviews

9:41

My Membership

SaveSmart.lkPREMIUM

MEMBER NAME

Sarah Fernando

Recent Savings

@for ($i = 0; $i < 3; $i++)

Odel Store

Today, 10:30 AM

- LKR 450
@endfor
@include('website.components.footer') @endsection @push('scripts') @endpush