Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-06 11:05:06 +00:00
2 changed files with 2 additions and 1421 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardOne
title="Our Premium Collection"
description="Explore our curated selection of high-quality medical scrubs featuring antimicrobial fabric, ergonomic designs, and modern styling for healthcare professionals."
description="Healthcare professionals demand quality and comfort. Our scrubs deliver both—plus antimicrobial protection and a tailored fit that lasts all shift."
products={[
{ id: "1", name: "Essential Navy Scrubs", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309955.jpg", imageAlt: "Navy blue premium medical scrubs" },
{ id: "2", name: "Sage Green Professional Set", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-confused-mask-yellow-space_179666-13200.jpg", imageAlt: "Sage green healthcare uniform" },
@@ -200,4 +200,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}