8 Commits

Author SHA1 Message Date
4a08db535c Merge version_4 into main
Merge version_4 into main
2026-05-10 22:03:31 +00:00
0f2aeced95 Update src/app/page.tsx 2026-05-10 22:03:28 +00:00
c005a7a9b2 Merge version_3 into main
Merge version_3 into main
2026-05-10 22:01:58 +00:00
fc772c4184 Update src/app/page.tsx 2026-05-10 22:01:54 +00:00
e55dfd1969 Merge version_2 into main
Merge version_2 into main
2026-05-10 22:00:10 +00:00
c3407f349d Update src/app/page.tsx 2026-05-10 22:00:07 +00:00
ecf1e5b0fc Merge version_1 into main
Merge version_1 into main
2026-05-10 21:57:27 +00:00
b1c3e3ca4b Merge version_1 into main
Merge version_1 into main
2026-05-10 21:56:52 +00:00

View File

@@ -67,9 +67,9 @@ export default function LandingPage() {
]} ]}
buttons={[ buttons={[
{ {
text: "Call Now", href: "tel:03334383335"}, text: "Get Instant Quote", href: "tel:03334383335"},
{ {
text: "WhatsApp Us", href: "https://wa.me/923334383335"}, text: "Chat on WhatsApp", href: "https://wa.me/923334383335"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/green-apple-pile-books-notebook-pencils-table-with-blurred-white-board-back-school-concept_482257-24191.jpg" imageSrc="http://img.b2bpic.net/free-photo/green-apple-pile-books-notebook-pencils-table-with-blurred-white-board-back-school-concept_482257-24191.jpg"
avatars={[ avatars={[
@@ -96,7 +96,7 @@ export default function LandingPage() {
{ {
value: "163+", title: "Customer Reviews"}, value: "163+", title: "Customer Reviews"},
{ {
value: "4.2", title: "Star Rating"}, value: "4.9 Star Rating", title: "Star Rating"},
{ {
value: "Bulk", title: "Order Ready"}, value: "Bulk", title: "Order Ready"},
]} ]}
@@ -118,13 +118,13 @@ export default function LandingPage() {
{ {
id: "2", name: "Office Supplies", price: "High quality", variant: "Bulk available", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-supplies-blue-background_23-2149552413.jpg"}, id: "2", name: "Office Supplies", price: "High quality", variant: "Bulk available", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-supplies-blue-background_23-2149552413.jpg"},
{ {
id: "3", name: "Art Materials", price: "Creative tools", variant: "Top brands", imageSrc: "http://img.b2bpic.net/free-photo/sketching-american-flag_23-2148143286.jpg"}, id: "3", name: "Art Materials", price: "View Pricing", variant: "Top brands", imageSrc: "http://img.b2bpic.net/free-photo/sketching-american-flag_23-2148143286.jpg"},
{ {
id: "4", name: "Files & Folders", price: "Office storage", variant: "Assorted colors", imageSrc: "http://img.b2bpic.net/free-photo/stationery-near-glasses-laptop_23-2147710353.jpg"}, id: "4", name: "Files & Folders", price: "Office storage", variant: "Assorted colors", imageSrc: "http://img.b2bpic.net/free-photo/stationery-near-glasses-laptop_23-2147710353.jpg"},
{ {
id: "5", name: "Paper Products", price: "Copy paper", variant: "Premium quality", imageSrc: "http://img.b2bpic.net/free-photo/back-school-witch-school-supplies_23-2148151081.jpg"}, id: "5", name: "Paper Products", price: "Copy paper", variant: "Premium quality", imageSrc: "http://img.b2bpic.net/free-photo/back-school-witch-school-supplies_23-2148151081.jpg"},
{ {
id: "6", name: "Bulk Orders", price: "Custom quotes", variant: "Best pricing", imageSrc: "http://img.b2bpic.net/free-photo/colorful-paper-clips-white-table_114579-76103.jpg"}, id: "6", name: "Bulk Orders", price: "Ask for Rates", variant: "Best pricing", imageSrc: "http://img.b2bpic.net/free-photo/colorful-paper-clips-white-table_114579-76103.jpg"},
]} ]}
title="Our Stationery Categories" title="Our Stationery Categories"
description="Everything from basic school notebooks to professional office printing supplies." description="Everything from basic school notebooks to professional office printing supplies."
@@ -259,4 +259,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }