diff --git a/src/index.css b/src/index.css
index 9515456..73179b7 100644
--- a/src/index.css
+++ b/src/index.css
@@ -5,8 +5,8 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
- --background: #fdf2f4;
- --card: #f5dce0;
+ --background: #fce4ec;
+ --card: #f8bbd0;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx
index 31e2b1f..af113d8 100644
--- a/src/pages/HomePage/sections/About.tsx
+++ b/src/pages/HomePage/sections/About.tsx
@@ -11,28 +11,12 @@ export default function AboutSection(): React.JSX.Element {
+ tag="Our Philosophy"
+ title="Clinical Precision meets Luxe Care"
+ description="Beauty Groningen provides premium, evidence-based treatments delivered with individual attention in a serene clinical setting. We prioritize your safety and satisfaction, utilizing the latest advancements in aesthetic medicine to deliver measurable, long-lasting improvements."
+ items={[{"title":"Expert Care","description":"Board-certified professionals ensuring the highest standards of safety and efficacy for every treatment.","icon":"Shield"},{"icon":"Sparkles","description":"Two premium clinics designed for your total comfort and privacy during your transformative journey.","title":"Luxe Settings"},{"icon":"Award","description":"Proven protocols and state-of-the-art technology for optimal, lasting results you can trust.","title":"Evidence Based"}]}
+ imageSrc="http://img.b2bpic.net/free-photo/woman-visiting-cosmetologist-making-rejuvenation-procedures_1303-26039.jpg"
+ />
);
diff --git a/src/pages/HomePage/sections/Features.tsx b/src/pages/HomePage/sections/Features.tsx
index bce75fe..6316de4 100644
--- a/src/pages/HomePage/sections/Features.tsx
+++ b/src/pages/HomePage/sections/Features.tsx
@@ -10,37 +10,11 @@ export default function FeaturesSection(): React.JSX.Element {
+ tag="Our Services"
+ title="Comprehensive Aesthetic Solutions"
+ description="Explore our curated list of professional treatments, each designed to deliver exceptional, noticeable results."
+ items={[{"description":"Tailored regimens using medical-grade products to restore your skin's vitality and youthful glow.","title":"Advanced Skincare","imageSrc":"http://img.b2bpic.net/free-photo/high-angle-cream-bath-concept_23-2148419382.jpg"},{"title":"Injectables","imageSrc":"http://img.b2bpic.net/free-photo/arrangement-nail-care-accessories-salon_23-2148766591.jpg","description":"Natural-looking rejuvenation administered by highly experienced medical experts for safe, beautiful outcomes."},{"imageSrc":"http://img.b2bpic.net/free-photo/doctor-performing-laser-hair-removal-patient-skin_107420-65220.jpg","title":"Laser Treatments","description":"High-precision technology for resurfacing and repair, effectively targeting imperfections with minimal downtime."},{"description":"Deep-cleansing and nutrient-rich therapy customized to your skin type for a radiant, healthy complexion.","title":"Facials","imageSrc":"http://img.b2bpic.net/free-photo/3d-rendering-spa-massage-wellness-hotel-suite-with-bathtub_105762-2026.jpg"},{"title":"Body Treatments","imageSrc":"http://img.b2bpic.net/free-photo/fit-woman-wearing-white-lingerie_273609-14461.jpg","description":"Advanced non-invasive contouring technology to sculpt and refine your silhouette safely and effectively."}]}
+ />
);
diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx
index 225ec64..01a413b 100644
--- a/src/pages/HomePage/sections/Hero.tsx
+++ b/src/pages/HomePage/sections/Hero.tsx
@@ -10,18 +10,18 @@ export default function HeroSection(): React.JSX.Element {
+ />
);
diff --git a/src/pages/HomePage/sections/Metrics.tsx b/src/pages/HomePage/sections/Metrics.tsx
index ac8097f..a9057f1 100644
--- a/src/pages/HomePage/sections/Metrics.tsx
+++ b/src/pages/HomePage/sections/Metrics.tsx
@@ -11,27 +11,11 @@ export default function MetricsSection(): React.JSX.Element {
+ tag="Our Impact"
+ title="Beauty Groningen by the Numbers"
+ description="Excellence defined through clinic success, continuous education, and unwavering commitment to client satisfaction."
+ metrics={[{"value":"5000+","icon":"Smile","title":"Satisfied Clients"},{"icon":"Award","value":"12","title":"Industry Awards"},{"title":"Years of Excellence","icon":"Clock","value":"15+"},{"title":"Premium Locations","icon":"MapPin","value":"2"}]}
+ />
);