Merge version_1 into main #2
@@ -64,8 +64,8 @@ export default function BlogPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Élite Aesthetics"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -176,16 +176,16 @@ export default function LandingPage() {
|
||||
tagIcon={Award}
|
||||
team={[
|
||||
{
|
||||
id: "1", name: "Dr. James Anderson", role: "Chief Surgeon, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg?_wi=1", imageAlt: "Dr. James Anderson"
|
||||
id: "1", name: "Dr. James Anderson", role: "Chief Surgeon, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg", imageAlt: "Dr. James Anderson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Dr. Isabella Martinez", role: "Facial Specialist, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg?_wi=1", imageAlt: "Dr. Isabella Martinez"
|
||||
id: "2", name: "Dr. Isabella Martinez", role: "Facial Specialist, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg", imageAlt: "Dr. Isabella Martinez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Dr. Michael Chen", role: "Body Contouring Specialist, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg?_wi=2", imageAlt: "Dr. Michael Chen"
|
||||
id: "3", name: "Dr. Michael Chen", role: "Body Contouring Specialist, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg", imageAlt: "Dr. Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Dr. Rachel Thompson", role: "Reconstructive Specialist, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg?_wi=2", imageAlt: "Dr. Rachel Thompson"
|
||||
id: "4", name: "Dr. Rachel Thompson", role: "Reconstructive Specialist, MD, FACS", imageSrc: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg", imageAlt: "Dr. Rachel Thompson"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -206,10 +206,10 @@ export default function LandingPage() {
|
||||
id: "1", category: "Rhinoplasty", title: "Refined Profile Transformation", excerpt: "A subtle rhinoplasty enhanced facial harmony while preserving natural character and expression.", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123614.jpg", imageAlt: "Before and after rhinoplasty results", authorName: "Dr. James Anderson", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg", date: "15 Jan 2025"
|
||||
},
|
||||
{
|
||||
id: "2", category: "Facelift", title: "Timeless Beauty Restored", excerpt: "A comprehensive facelift combined with skin resurfacing delivered dramatic yet natural-looking rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123622.jpg?_wi=1", imageAlt: "Before and after facelift results", authorName: "Dr. Isabella Martinez", authorAvatar: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg", date: "10 Jan 2025"
|
||||
id: "2", category: "Facelift", title: "Timeless Beauty Restored", excerpt: "A comprehensive facelift combined with skin resurfacing delivered dramatic yet natural-looking rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123622.jpg", imageAlt: "Before and after facelift results", authorName: "Dr. Isabella Martinez", authorAvatar: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg", date: "10 Jan 2025"
|
||||
},
|
||||
{
|
||||
id: "3", category: "Body Contouring", title: "Sculpted Confidence", excerpt: "Strategic liposuction and body contouring created stunning definition while maintaining natural proportions.", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123622.jpg?_wi=2", imageAlt: "Before and after body contouring results", authorName: "Dr. Michael Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg", date: "5 Jan 2025"
|
||||
id: "3", category: "Body Contouring", title: "Sculpted Confidence", excerpt: "Strategic liposuction and body contouring created stunning definition while maintaining natural proportions.", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123622.jpg", imageAlt: "Before and after body contouring results", authorName: "Dr. Michael Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg", date: "5 Jan 2025"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -112,8 +112,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Élite Aesthetics"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
@@ -167,8 +167,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Élite Aesthetics"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
@@ -246,8 +246,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Élite Aesthetics"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -54,8 +54,8 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Élite Aesthetics"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
@@ -107,8 +107,8 @@ function ShopPageContent() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Élite Aesthetics"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user