7 Commits

2 changed files with 103 additions and 89 deletions

View File

@@ -31,21 +31,15 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
{
name: "Privacy Policy", id: "/privacy-policy"},
]}
brandName="Syinger Aesthetics"
/>
@@ -57,9 +51,7 @@ export default function LandingPage() {
description="Excellence in aesthetic medicine. Discover our professional skincare and rejuvenation treatments designed to enhance your natural beauty."
buttons={[
{
text: "Book Consultation",
href: "#contact",
},
text: "Book Consultation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-beautiful-woman-having-beauty-treatment-spa_637285-2157.jpg"
/>
@@ -79,20 +71,11 @@ export default function LandingPage() {
description="Advanced medical aesthetic solutions tailored to your unique skin profile and rejuvenation goals."
accordionItems={[
{
id: "1",
title: "Dermal Fillers",
content: "Restorative treatments to replenish volume and refine facial contours.",
},
id: "1", title: "Dermal Fillers", content: "Restorative treatments to replenish volume and refine facial contours."},
{
id: "2",
title: "Advanced Skincare",
content: "Evidence-based medical facials to optimize your natural complexion.",
},
id: "2", title: "Advanced Skincare", content: "Evidence-based medical facials to optimize your natural complexion."},
{
id: "3",
title: "Anti-Aging Solutions",
content: "Tailored protocols to support long-term skin health and rejuvenation.",
},
id: "3", title: "Anti-Aging Solutions", content: "Tailored protocols to support long-term skin health and rejuvenation."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-lip-filler-procedure_23-2149315566.jpg"
mediaAnimation="slide-up"
@@ -106,20 +89,11 @@ export default function LandingPage() {
tag="Our Impact"
metrics={[
{
id: "m1",
value: "1000+",
description: "Successful Procedures",
},
id: "m1", value: "1000+", description: "Successful Procedures"},
{
id: "m2",
value: "98%",
description: "Patient Satisfaction",
},
id: "m2", value: "98%", description: "Patient Satisfaction"},
{
id: "m3",
value: "15",
description: "Years Combined Experience",
},
id: "m3", value: "15", description: "Years Combined Experience"},
]}
metricsAnimation="slide-up"
/>
@@ -132,45 +106,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Elena V.",
handle: "@elena_v",
testimonial: "The professionalism at Syinger Aesthetics is unmatched. So happy with my results.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-checking-her-smile_23-2149164276.jpg",
},
id: "1", name: "Elena V.", handle: "@elena_v", testimonial: "The professionalism at Syinger Aesthetics is unmatched. So happy with my results.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-checking-her-smile_23-2149164276.jpg"},
{
id: "2",
name: "Marcus R.",
handle: "@mrcs_r",
testimonial: "Clinical excellence meets personal care. My skin has never looked better.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-girl-with-towel-head-happily-looking-camera-white-background-beauty-concept_574295-2132.jpg",
},
id: "2", name: "Marcus R.", handle: "@mrcs_r", testimonial: "Clinical excellence meets personal care. My skin has never looked better.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-smiling-girl-with-towel-head-happily-looking-camera-white-background-beauty-concept_574295-2132.jpg"},
{
id: "3",
name: "Sarah L.",
handle: "@sarah_l",
testimonial: "Transparent, expert, and truly focused on natural results. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg",
},
id: "3", name: "Sarah L.", handle: "@sarah_l", testimonial: "Transparent, expert, and truly focused on natural results. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg"},
{
id: "4",
name: "Julia P.",
handle: "@julia_p",
testimonial: "So grateful for the expert consultation and results. Truly an expert service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-young-blond-woman-student-working-assignment-from-home-online_1258-281926.jpg",
},
id: "4", name: "Julia P.", handle: "@julia_p", testimonial: "So grateful for the expert consultation and results. Truly an expert service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-young-blond-woman-student-working-assignment-from-home-online_1258-281926.jpg"},
{
id: "5",
name: "David W.",
handle: "@david_w",
testimonial: "Professional medical environment and fantastic aesthetic outcome.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/patient-checking-her-teeth-mirror_107420-74169.jpg",
},
id: "5", name: "David W.", handle: "@david_w", testimonial: "Professional medical environment and fantastic aesthetic outcome.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/patient-checking-her-teeth-mirror_107420-74169.jpg"},
]}
showRating={true}
title="Patient Experiences"
@@ -184,20 +133,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Is a consultation required?",
content: "Yes, every treatment starts with a clinical consultation to ensure your safety and results.",
},
id: "f1", title: "Is a consultation required?", content: "Yes, every treatment starts with a clinical consultation to ensure your safety and results."},
{
id: "f2",
title: "How long are treatments?",
content: "Varies by procedure, usually ranging from 30 to 90 minutes.",
},
id: "f2", title: "How long are treatments?", content: "Varies by procedure, usually ranging from 30 to 90 minutes."},
{
id: "f3",
title: "What is the downtime?",
content: "Depends on the treatment; our expert team provides full aftercare instructions.",
},
id: "f3", title: "What is the downtime?", content: "Depends on the treatment; our expert team provides full aftercare instructions."},
]}
title="Common Questions"
description="Essential information about our aesthetic clinic and service standards."
@@ -209,8 +149,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Connect With Us"
title="Ready for your consultation?"
description="Get in touch to learn more about our medical aesthetic services."
@@ -226,4 +165,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -0,0 +1,75 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import FooterCard from '@/components/sections/footer/FooterCard';
import LegalSection from '@/components/legal/LegalSection';
export default function PrivacyPolicyPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSmall"
background="noiseDiagonalGradient"
cardStyle="glass-elevated"
primaryButtonStyle="double-inset"
secondaryButtonStyle="glass"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Services", id: "/#services" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
]}
brandName="Syinger Aesthetics"
/>
</div>
<LegalSection
layout="page"
title="Privacy Policy"
subtitle="Last updated: May 2024"
sections={[
{
heading: "Information We Collect",
content: {
type: "paragraph",
text: "At Syinger Aesthetics, we collect information that you voluntarily provide when booking consultations or contacting us, including contact details and health preferences necessary for our aesthetic procedures."
}
},
{
heading: "Data Usage",
content: {
type: "list",
items: ["To schedule and manage your aesthetic treatments.", "To ensure safety and personalized care.", "To communicate clinic updates and appointment reminders."]
}
},
{
heading: "Your Rights",
content: {
type: "paragraph",
text: "You have the right to access, correct, or request the deletion of your personal data at any time by contacting our support team."
}
}
]}
/>
<div id="footer" data-section="footer">
<FooterCard
logoText="Syinger Aesthetics"
copyrightText="© 2025 Syinger Aesthetics | All Rights Reserved"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}