diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5b62947..f8c21b2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -54,104 +46,56 @@ export default function LandingPage() {
@@ -161,13 +105,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Rated 5.0 by Patients",
- "Women Owned Business",
- "Certified Aesthetics Experts",
- "FDA Approved Products",
- "Serving Friendswood Area",
- ]}
+ "Rated 5.0 by Patients", "Women Owned Business", "Certified Aesthetics Experts", "FDA Approved Products", "Serving Friendswood Area"]}
title="Trust and Excellence"
+ description="Our commitment to quality and patient care sets us apart in the aesthetics industry."
/>
@@ -178,26 +118,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "s1",
- title: "Botox & Fillers",
- subtitle: "Smoothing and volume enhancement.",
- category: "Injectables",
- value: "Professional grade dermal fillers.",
- },
+ id: "s1", title: "Botox & Fillers", subtitle: "Smoothing and volume enhancement.", category: "Injectables", value: "Professional grade dermal fillers."},
{
- id: "s2",
- title: "Skin Rejuvenation",
- subtitle: "Advanced facial treatments.",
- category: "Facials",
- value: "Clinical grade peeling and hydrafacials.",
- },
+ id: "s2", title: "Skin Rejuvenation", subtitle: "Advanced facial treatments.", category: "Facials", value: "Clinical grade peeling and hydrafacials."},
{
- id: "s3",
- title: "Anti-Aging Care",
- subtitle: "Long term skin health solutions.",
- category: "Wellness",
- value: "Custom anti-aging treatment plans.",
- },
+ id: "s3", title: "Anti-Aging Care", subtitle: "Long term skin health solutions.", category: "Wellness", value: "Custom anti-aging treatment plans."},
]}
title="Our Expert Services"
description="Comprehensive skin and aesthetic solutions tailored to your unique goals."
@@ -212,17 +137,11 @@ export default function LandingPage() {
description="We believe in a personalized approach. Your journey is our priority, and our team of specialists ensures a comfortable, safe, and effective path to your aesthetic goals."
bulletPoints={[
{
- title: "Personalized Care",
- description: "Every treatment is customized for your specific skin needs.",
- },
+ title: "Personalized Care", description: "Every treatment is customized for your specific skin needs."},
{
- title: "Expert Staff",
- description: "Highly trained and attentive professionals dedicated to your comfort.",
- },
+ title: "Expert Staff", description: "Highly trained and attentive professionals dedicated to your comfort."},
{
- title: "Safe Environment",
- description: "Clinical standards and premium products for your total safety.",
- },
+ title: "Safe Environment", description: "Clinical standards and premium products for your total safety."},
]}
imageSrc="http://img.b2bpic.net/free-photo/female-cosmetologist-making-facial-treatment-beautiful-woma_158595-4588.jpg"
imageAlt="Medical professional providing consultation"
@@ -238,45 +157,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Marisela L.",
- role: "Patient",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-mature-age-concept-horizontal-image-good-looking-confident-female-with-short-dyed-hair-relaxing-home-sitting-comfortably-armchair-smiling-broadly_343059-4375.jpg?_wi=2",
- },
+ id: "t1", name: "Marisela L.", role: "Patient", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-mature-age-concept-horizontal-image-good-looking-confident-female-with-short-dyed-hair-relaxing-home-sitting-comfortably-armchair-smiling-broadly_343059-4375.jpg"},
{
- id: "t2",
- name: "Sarah J.",
- role: "Patient",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer_171337-15575.jpg?_wi=2",
- },
+ id: "t2", name: "Sarah J.", role: "Patient", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer_171337-15575.jpg"},
{
- id: "t3",
- name: "Emily R.",
- role: "Patient",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206146.jpg?_wi=2",
- },
+ id: "t3", name: "Emily R.", role: "Patient", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-bathrobe-spa_23-2148206146.jpg"},
{
- id: "t4",
- name: "David K.",
- role: "Patient",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-communicating-while-spending-relaxing-day-spa-focus-is-man_637285-7506.jpg?_wi=2",
- },
+ id: "t4", name: "David K.", role: "Patient", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-bathrobes-communicating-while-spending-relaxing-day-spa-focus-is-man_637285-7506.jpg"},
{
- id: "t5",
- name: "Anna M.",
- role: "Patient",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021814.jpg",
- },
+ id: "t5", name: "Anna M.", role: "Patient", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021814.jpg"},
]}
title="Patient Stories"
description="Join our community of satisfied clients who love their glow."
@@ -287,16 +181,13 @@ export default function LandingPage() {
@@ -305,33 +196,21 @@ export default function LandingPage() {