Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f84db423a | |||
| a0df9b64d6 | |||
| 9a1f75bd6a | |||
| 0819ea2a62 | |||
| fb859863c8 | |||
| c76645481f | |||
| fde4c3adc4 | |||
| 9aa033dac5 | |||
| 37eace80e0 | |||
| 1fc850c5d6 | |||
| 4dfb102b7d | |||
| 1b96fc97c9 | |||
| 5af3215527 | |||
| b71d34022d | |||
| 71f1b3fa53 | |||
| b37b29e21d | |||
| 42848d4ddc | |||
| 60a8b85795 | |||
| df5dc8f665 | |||
| 5947798e44 | |||
| b9d8a55c8d | |||
| 27915ba2b4 |
@@ -28,6 +28,7 @@ export default function BlogPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Procedures", id: "procedures" },
|
||||
{ name: "Our Team", id: "team" },
|
||||
{ name: "Results", id: "testimonials" },
|
||||
|
||||
@@ -1,45 +1,23 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./styles/variables.css";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Élite Aesthetics | Premium Beauty Enhancement Surgery", description: "Board-certified surgical experts delivering transformative aesthetic results. Luxury beauty enhancement with cutting-edge techniques.", keywords: "cosmetic surgery, facial enhancement, rhinoplasty, facelift, breast augmentation, body contouring, aesthetic surgeon, beauty surgery", robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
},
|
||||
openGraph: {
|
||||
title: "Élite Aesthetics | Premium Surgical Beauty Enhancement", description: "Transformative aesthetic surgery by board-certified experts. Luxury results, personalized care.", siteName: "Élite Aesthetics", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/senior-patient-signing-medical-decisions-form-sitting-hospital-bed-modern-private-clinic-doctor-with-clipboard-nurse-working-backgorund-healthcare-medical-medicinal-system-documents-contra_482257-4751.jpg", alt: "Premium surgical consultation"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Élite Aesthetics | Premium Beauty Surgery", description: "Board-certified aesthetic surgeons delivering transformative results.", images: ["http://img.b2bpic.net/free-photo/male-patient-receiving-massage-from-doctor_107420-65163.jpg"]
|
||||
}
|
||||
};
|
||||
title: "Élite Aesthetics", description: "Surgical excellence meets aesthetic artistry"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${interTight.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.variable}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1407,7 +1385,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -3,15 +3,15 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Award, Camera, Heart, Sparkles, Star } from "lucide-react";
|
||||
import { Award, Camera, Heart, Sparkles, Star, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,6 +30,7 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Procedures", id: "procedures" },
|
||||
{ name: "Our Team", id: "team" },
|
||||
{ name: "Results", id: "testimonials" },
|
||||
@@ -52,10 +53,10 @@ export default function LandingPage() {
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/senior-patient-signing-medical-decisions-form-sitting-hospital-bed-modern-private-clinic-doctor-with-clipboard-nurse-working-backgorund-healthcare-medical-medicinal-system-documents-contra_482257-4751.jpg", imageAlt: "Professional surgical consultation"
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/senior-patient-signing-medical-decisions-form-sitting-hospital-bed-modern-private-clinic-doctor-with-clipboard-nurse-working-backgorund-healthcare-medical-medicinal-system-documents-contra_482257-4751.jpg?_wi=1", imageAlt: "Professional surgical consultation"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/male-patient-receiving-massage-from-doctor_107420-65163.jpg", imageAlt: "Modern aesthetic enhancement results"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/male-patient-receiving-massage-from-doctor_107420-65163.jpg?_wi=1", imageAlt: "Modern aesthetic enhancement results"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-looking-patient_23-2149352169.jpg?_wi=1", imageAlt: "Professional consultation room"
|
||||
@@ -81,28 +82,60 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaSplitTabsAbout
|
||||
<SplitAbout
|
||||
title="Why Choose Élite Aesthetics"
|
||||
description="Our commitment to excellence defines every aspect of your experience."
|
||||
tabs={[
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
id: "expertise", label: "Board-Certified Excellence", description: "Our surgeons are fellowship-trained and hold certifications from the highest medical boards. With over 200 combined years of surgical experience, we deliver results with precision and artistry."
|
||||
title: "Board-Certified Excellence", description: "Our surgeons are fellowship-trained and hold certifications from the highest medical boards. With over 200 combined years of surgical experience, we deliver results with precision and artistry.", icon: CheckCircle
|
||||
},
|
||||
{
|
||||
id: "innovation", label: "Advanced Technology", description: "We invest in state-of-the-art surgical equipment and techniques, ensuring the safest and most effective procedures available. Our operating suites meet international standards."
|
||||
title: "Advanced Technology", description: "We invest in state-of-the-art surgical equipment and techniques, ensuring the safest and most effective procedures available. Our operating suites meet international standards.", icon: CheckCircle
|
||||
},
|
||||
{
|
||||
id: "personalized", label: "Personalized Care", description: "Every patient is unique. We create customized treatment plans that honor your goals and enhance your natural features, never imposing a one-size-fits-all approach."
|
||||
title: "Personalized Care", description: "Every patient is unique. We create customized treatment plans that honor your goals and enhance your natural features, never imposing a one-size-fits-all approach.", icon: CheckCircle
|
||||
},
|
||||
{
|
||||
id: "results", label: "Proven Results", description: "Our gallery of transformations speaks to our commitment to excellence. See how we've helped thousands achieve their aesthetic dreams with natural-looking, beautiful results."
|
||||
title: "Proven Results", description: "Our gallery of transformations speaks to our commitment to excellence. See how we've helped thousands achieve their aesthetic dreams with natural-looking, beautiful results.", icon: CheckCircle
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg"
|
||||
imageAlt="State-of-the-art surgical facility"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardOne
|
||||
title="Our Services"
|
||||
description="Explore our comprehensive range of aesthetic and wellness services designed to enhance your natural beauty and boost your confidence."
|
||||
tag="Service Offerings"
|
||||
tagIcon={Heart}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Consultation Services", price: "Complimentary", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-looking-patient_23-2149352169.jpg?_wi=2", imageAlt: "Professional consultation"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Pre-Surgical Planning", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-cosmetology-studio_1157-33855.jpg?_wi=2", imageAlt: "Surgical planning"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Post-Care Support", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-body-with-marker-traces-front-view_23-2149350066.jpg?_wi=2", imageAlt: "Recovery support"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Follow-Up Assessments", price: "Complimentary", imageSrc: "http://img.b2bpic.net/free-photo/woman-marked-out-cosmetic-surgery_273609-14510.jpg?_wi=2", imageAlt: "Follow-up care"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,7 +171,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
<TestimonialCardSix
|
||||
title="Transformations That Inspire"
|
||||
description="Hear from our patients about their journey with Élite Aesthetics and the life-changing results they've experienced."
|
||||
tag="Patient Success Stories"
|
||||
@@ -146,33 +179,33 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Victoria Sterling", role: "Executive", company: "Manhattan, NY", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Victoria Sterling"
|
||||
id: "1", name: "Victoria Sterling", handle: "Executive, Manhattan, NY", testimonial: "The transformation exceeded my expectations. Professional care and stunning results.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Victoria Sterling"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sophia Lawrence", role: "Entrepreneur", company: "San Francisco, CA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg", imageAlt: "Sophia Lawrence"
|
||||
id: "2", name: "Sophia Lawrence", handle: "Entrepreneur, San Francisco, CA", testimonial: "From consultation to recovery, every detail was handled with excellence and care.", imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg?_wi=1", imageAlt: "Sophia Lawrence"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Isabella Martinez", role: "Creative Director", company: "Los Angeles, CA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133185.jpg", imageAlt: "Isabella Martinez"
|
||||
id: "3", name: "Isabella Martinez", handle: "Creative Director, Los Angeles, CA", testimonial: "The artistry and precision shown in my procedure was remarkable. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133185.jpg", imageAlt: "Isabella Martinez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Natalie Anderson", role: "Physician", company: "Boston, MA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-businesswoman-looking-through-window_1262-2043.jpg", imageAlt: "Natalie Anderson"
|
||||
id: "4", name: "Natalie Anderson", handle: "Physician, Boston, MA", testimonial: "As a medical professional, I was impressed by their surgical expertise and patient care.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-businesswoman-looking-through-window_1262-2043.jpg", imageAlt: "Natalie Anderson"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Alexandra Chen", role: "Luxury Brand Consultant", company: "Miami, FL", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-haired-girl-toasty-fluffy-sweater-with-lens-flare-white-background_633478-2094.jpg", imageAlt: "Alexandra Chen"
|
||||
id: "5", name: "Alexandra Chen", handle: "Luxury Brand Consultant, Miami, FL", testimonial: "Élite Aesthetics delivers on their promise of excellence. Natural-looking, beautiful results.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dark-haired-girl-toasty-fluffy-sweater-with-lens-flare-white-background_633478-2094.jpg", imageAlt: "Alexandra Chen"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Catherine Richmond", role: "Art Curator", company: "Chicago, IL", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Catherine Richmond"
|
||||
id: "6", name: "Catherine Richmond", handle: "Art Curator, Chicago, IL", testimonial: "The attention to detail and artistic approach made all the difference in my transformation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Catherine Richmond"
|
||||
},
|
||||
{
|
||||
id: "7", name: "Rebecca Foster", handle: "Marketing Executive, New York, NY", testimonial: "Outstanding service from start to finish. Results that exceed all expectations.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Rebecca Foster"
|
||||
},
|
||||
{
|
||||
id: "8", name: "Michelle Davis", handle: "Fashion Designer, Los Angeles, CA", testimonial: "The surgical team's expertise and dedication to patient satisfaction is unparalleled.", imageSrc: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg?_wi=2", imageAlt: "Michelle Davis"
|
||||
}
|
||||
]}
|
||||
speed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -214,7 +247,7 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
blogs={[
|
||||
{
|
||||
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: "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?_wi=1", 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"
|
||||
|
||||
98
src/app/services/page.tsx
Normal file
98
src/app/services/page.tsx
Normal file
@@ -0,0 +1,98 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Heart } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="grid"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Procedures", id: "procedures" },
|
||||
{ name: "Our Team", id: "team" },
|
||||
{ name: "Results", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Élite Aesthetics"
|
||||
bottomLeftText="Medical Grade Excellence"
|
||||
bottomRightText="hello@eliteaesthetics.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<ProductCardOne
|
||||
title="Our Comprehensive Services"
|
||||
description="Explore our full range of aesthetic and wellness services designed to enhance your natural beauty and boost your confidence."
|
||||
tag="Service Offerings"
|
||||
tagIcon={Heart}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Initial Consultation", price: "Complimentary", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-looking-patient_23-2149352169.jpg?_wi=2", imageAlt: "Professional consultation"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Advanced 3D Imaging", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-cosmetology-studio_1157-33855.jpg?_wi=2", imageAlt: "3D imaging technology"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Pre-Surgical Assessment", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-body-with-marker-traces-front-view_23-2149350066.jpg?_wi=2", imageAlt: "Surgical planning"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Customized Surgical Plan", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/woman-marked-out-cosmetic-surgery_273609-14510.jpg?_wi=2", imageAlt: "Custom surgical planning"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Operating Room Experience", price: "Consultation Based", imageSrc: "http://img.b2bpic.net/free-photo/senior-patient-signing-medical-decisions-form-sitting-hospital-bed-modern-private-clinic-doctor-with-clipboard-nurse-working-backgorund-healthcare-medical-medicinal-system-documents-contra_482257-4751.jpg?_wi=2", imageAlt: "Modern operating facilities"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Comprehensive Aftercare", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/male-patient-receiving-massage-from-doctor_107420-65163.jpg?_wi=2", imageAlt: "Post-operative care"
|
||||
},
|
||||
{
|
||||
id: "7", name: "Follow-Up Assessments", price: "Complimentary", imageSrc: "http://img.b2bpic.net/free-photo/doctor-clinic-interior_1398-732.jpg?_wi=1", imageAlt: "Follow-up appointments"
|
||||
},
|
||||
{
|
||||
id: "8", name: "Revision Consultations", price: "Available", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-doctor-dressed-uniform_171337-1484.jpg?_wi=1", imageAlt: "Revision services"
|
||||
},
|
||||
{
|
||||
id: "9", name: "Long-Term Support", price: "Complimentary", imageSrc: "http://img.b2bpic.net/free-photo/antiaging-beauty-treatment_23-2149123614.jpg?_wi=2", imageAlt: "Ongoing support"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Élite Aesthetics"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -93,6 +93,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Procedures", id: "procedures" },
|
||||
{ name: "Our Team", id: "team" },
|
||||
{ name: "Results", id: "testimonials" },
|
||||
@@ -102,7 +103,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
brandName="Élite Aesthetics"
|
||||
bottomLeftText="Medical Grade Excellence"
|
||||
bottomRightText="hello@eliteaesthetics.com"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -139,6 +139,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Procedures", id: "procedures" },
|
||||
{ name: "Our Team", id: "team" },
|
||||
{ name: "Results", id: "testimonials" },
|
||||
@@ -148,7 +149,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
brandName="Élite Aesthetics"
|
||||
bottomLeftText="Medical Grade Excellence"
|
||||
bottomRightText="hello@eliteaesthetics.com"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -192,6 +192,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Procedures", id: "procedures" },
|
||||
{ name: "Our Team", id: "team" },
|
||||
{ name: "Results", id: "testimonials" },
|
||||
@@ -201,7 +202,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
brandName="Élite Aesthetics"
|
||||
bottomLeftText="Medical Grade Excellence"
|
||||
bottomRightText="hello@eliteaesthetics.com"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<div id="productDetailCard" data-section="productDetailCard">
|
||||
|
||||
@@ -36,6 +36,7 @@ function ShopPageContent() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Procedures", id: "procedures" },
|
||||
{ name: "Our Team", id: "team" },
|
||||
{ name: "Results", id: "testimonials" },
|
||||
@@ -80,6 +81,7 @@ function ShopPageContent() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Procedures", id: "procedures" },
|
||||
{ name: "Our Team", id: "team" },
|
||||
{ name: "Results", id: "testimonials" },
|
||||
|
||||
Reference in New Issue
Block a user