diff --git a/src/app/page.tsx b/src/app/page.tsx
index 651e781..55774d6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,74 +32,27 @@ export default function LandingPage() {
@@ -107,14 +60,14 @@ export default function LandingPage() {
@@ -123,65 +76,13 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
- useInvertedBackground={false}
+ title="Quality Medical Essentials"
+ description="Explore our curated selection of health supplements, genuine medications, and wellness essentials."
products={[
- {
- id: "p1",
- brand: "CareHealth",
- name: "Generic Medicine",
- price: "$15.00",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/open-package-pills_23-2147691504.jpg",
- },
- {
- id: "p2",
- brand: "BioVit",
- name: "Vitamin C Supplement",
- price: "$25.00",
- rating: 5,
- reviewCount: "89",
- imageSrc: "http://img.b2bpic.net/free-photo/brain-booster-pills-still-life_23-2150769477.jpg",
- },
- {
- id: "p3",
- brand: "SafeAid",
- name: "First Aid Bandages",
- price: "$10.00",
- rating: 4,
- reviewCount: "56",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-medical-still-life-elements_23-2148854053.jpg",
- },
- {
- id: "p4",
- brand: "PureGel",
- name: "Hand Sanitizer",
- price: "$5.00",
- rating: 5,
- reviewCount: "200",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-using-disinfectant_23-2148814239.jpg",
- },
- {
- id: "p5",
- brand: "MediCheck",
- name: "Digital Thermometer",
- price: "$30.00",
- rating: 4,
- reviewCount: "45",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-nurse-holding-typing-tablet-standing-stomatologic-clinic-while-doctor-is-working-with-patient-background-using-monitor-with-chroma-key-izolated-pc-key-mockup-pc-display_482257-13473.jpg",
- },
- {
- id: "p6",
- brand: "CoughCare",
- name: "Relief Syrup",
- price: "$12.00",
- rating: 5,
- reviewCount: "78",
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hispanic-woman-scientist-holding-plant-with-tweezers-laboratory_839833-26630.jpg",
- },
+ { id: "p1", brand: "GreenTrust", name: "Vitamin C Complex", price: "$19.99", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/open-package-pills_23-2147691504.jpg" },
+ { id: "p2", brand: "Wellness", name: "First Aid Kit", price: "$29.99", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-medical-still-life-elements_23-2148854053.jpg" },
+ { id: "p3", brand: "Pure", name: "Hand Sanitizer", price: "$4.99", rating: 4, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-using-disinfectant_23-2148814239.jpg" }
]}
- title="Essential Medical Supplies"
- description="Wide range of genuine medications, health supplements, and medical equipment."
/>
@@ -189,100 +90,34 @@ export default function LandingPage() {
@@ -290,85 +125,32 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file