diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6918da9..e5ef62c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,6 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
+import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
export default function LandingPage() {
return (
@@ -30,8 +31,9 @@ export default function LandingPage() {
-
-
-
-
@@ -102,15 +81,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- { id: "p1", name: "Surgical Gloves", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/top-view-medical-scalpel-blades-tray_23-2149299220.jpg" },
+ { id: "p1", name: "Surgical Gloves (Bulk Pack)", price: "₹499/box", imageSrc: "http://img.b2bpic.net/free-photo/top-view-medical-scalpel-blades-tray_23-2149299220.jpg" },
{ id: "p2", name: "Digital BP Monitor", price: "₹1299", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-showing-results-blood-pressure-electric-tonometer_23-2148032375.jpg" },
- { id: "p3", name: "Pulse Oximeter", price: "₹899", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-patient-with-pulse-oximeter_23-2150165407.jpg" },
- { id: "p4", name: "Hospital Bed", price: "₹15000", imageSrc: "http://img.b2bpic.net/free-photo/medical-cabinet-physiotherapy-with-stationary-bicycle-treat-people-with-mechanical-disorders-help-increase-mobility-physical-therapy-with-alternative-medicine-rehabilitation_482257-39287.jpg" },
- { id: "p5", name: "Stethoscope", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-hands-with-black-gloves-top-view_176474-1935.jpg" },
- { id: "p6", name: "Nebulizer Kit", price: "₹1800", imageSrc: "http://img.b2bpic.net/free-photo/adjustable-stand-microscope-clinic_140725-7865.jpg" },
+ { id: "p3", name: "Pulse Oximeter Pro", price: "₹899", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-patient-with-pulse-oximeter_23-2150165407.jpg" },
]}
- title="Featured Medical Products"
- description="High-quality essentials for hospitals and clinics."
+ title="Hospital Product Bundles"
+ description="Specialized kits designed for clinics and large hospitals."
/>
@@ -120,12 +96,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- { id: "s1", title: "ICU Setup", author: "Clinical", description: "Complete intensive care unit integration.", tags: ["ICU", "Advanced"], imageSrc: "http://img.b2bpic.net/free-photo/female-surgeon-with-surgical-mask-operating-room-using-3d-image-guided-surgery-machine_657921-1151.jpg" },
- { id: "s2", title: "OT Setup", author: "Surgical", description: "End-to-end operation theatre infrastructure.", tags: ["OT", "Sterile"], imageSrc: "http://img.b2bpic.net/free-photo/ca-medical-dentist-doctor-dental_1303-992.jpg" },
- { id: "s3", title: "NICU Setup", author: "Neonatal", description: "Specialized neonatal intensive care equipment.", tags: ["NICU", "Critical"], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-waving-video-call-smartphone-hospital-ward-bed-patient-with-iv-drip-bag-oximeter-using-online-remote-conference-internet-talk-friends-recovering_482257-27450.jpg" },
+ { id: "h1", title: "Full ICU Facility", author: "Solution", description: "Complete ICU setup with monitoring, beds, and ventilation.", tags: ["ICU", "Setup"], imageSrc: "http://img.b2bpic.net/free-photo/female-surgeon-with-surgical-mask-operating-room-using-3d-image-guided-surgery-machine_657921-1151.jpg" },
+ { id: "h2", title: "Operation Theatre (OT)", author: "Solution", description: "Sterile, high-tech OT infrastructure.", tags: ["OT", "Sterile"], imageSrc: "http://img.b2bpic.net/free-photo/ca-medical-dentist-doctor-dental_1303-992.jpg" },
+ { id: "h3", title: "General Ward Setup", author: "Solution", description: "Furniture and diagnostic setup for routine wards.", tags: ["Ward", "General"], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-waving-video-call-smartphone-hospital-ward-bed-patient-with-iv-drip-bag-oximeter-using-online-remote-conference-internet-talk-friends-recovering_482257-27450.jpg" },
]}
title="Professional Hospital Setups"
- description="Comprehensive solutions for ICU, NICU, and OT departments."
+ description="We specialize in creating fully functional hospital departments with end-to-end installation and maintenance."
/>
@@ -136,28 +112,24 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- { id: "m1", value: "100%", description: "Genuine Products" },
- { id: "m2", value: "20min", description: "Fast Delivery" },
- { id: "m3", value: "24/7", description: "Expert Support" },
- { id: "m4", value: "Best", description: "Wholesale Rates" },
+ { id: "m1", value: "100%", description: "Genuine Medical Certifications" },
+ { id: "m2", value: "20m", description: "Emergency Express Delivery" },
+ { id: "m3", value: "24/7", description: "Priority Technical Support" },
+ { id: "m4", value: "Bulk", description: "Wholesale Ordering Options" },
]}
- title="Why Choose Aman Life Science"
- description="Trusted by hundreds of hospitals across Uttar Pradesh."
+ title="Why Partner with Aman Life Science"
+ description="Trusted by major hospitals in UP for reliability and scale."
/>
@@ -183,11 +156,11 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 46e2a5c..1eec6d7 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f9f9f9;
- --foreground: #000612e6;
- --primary-cta: #e63946;
+ --background: #f5faff;
+ --card: #f1f8ff;
+ --foreground: #001122;
+ --primary-cta: #15479c;
--primary-cta-text: #ffffff;
- --secondary-cta: #15479c;
+ --secondary-cta: #ffffff;
--secondary-cta-text: #ffffff;
- --accent: #e2e2e2;
- --background-accent: #f9f9f9;
+ --accent: #a8cce8;
+ --background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);