3 Commits

Author SHA1 Message Date
0a2a656782 Update src/app/page.tsx 2026-02-28 07:10:27 +00:00
064110b093 Update src/app/page.tsx 2026-02-28 07:09:37 +00:00
0b31aa04da Merge version_2 into main
Merge version_2 into main
2026-02-28 07:05:27 +00:00

View File

@@ -1,8 +1,8 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
@@ -43,29 +43,40 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroBillboardRotatedCarousel
title="Surgical Excellence Meets Aesthetic Artistry" title="Surgical Excellence Meets Aesthetic Artistry"
description="Experience transformative beauty enhancement with our board-certified surgeons. Combining cutting-edge surgical techniques with refined aesthetic vision to deliver results that enhance your natural beauty." description="Experience transformative beauty enhancement with our board-certified surgeons. Combining cutting-edge surgical techniques with refined aesthetic vision to deliver results that enhance your natural beauty."
tag="Premium Beauty Surgery" tag="Premium Beauty Surgery"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "plain" }} background={{ variant: "canvas-reveal" }}
rating={5} carouselItems={[
ratingText="Trusted by Refined Patients"
mediaItems={[
{ {
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", imageAlt: "Professional surgical consultation"
}, },
{ {
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", 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"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-cosmetology-studio_1157-33855.jpg?_wi=1", imageAlt: "Cosmetic enhancement facility"
},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-body-with-marker-traces-front-view_23-2149350066.jpg?_wi=1", imageAlt: "Surgical planning consultation"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/woman-marked-out-cosmetic-surgery_273609-14510.jpg?_wi=1", imageAlt: "Advanced surgical techniques"
} }
]} ]}
mediaAnimation="slide-up"
buttons={[ buttons={[
{ text: "Schedule Consultation", href: "#contact" }, { text: "Schedule Consultation", href: "#contact" },
{ text: "View Procedures", href: "#procedures" } { text: "View Procedures", href: "#procedures" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
autoPlay={true}
autoPlayInterval={4000}
/> />
</div> </div>
@@ -107,16 +118,16 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
products={[ products={[
{ {
id: "1", name: "Rhinoplasty", price: "Consultation Based", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-looking-patient_23-2149352169.jpg", imageAlt: "Rhinoplasty procedure" id: "1", name: "Rhinoplasty", price: "Consultation Based", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-looking-patient_23-2149352169.jpg?_wi=2", imageAlt: "Rhinoplasty procedure"
}, },
{ {
id: "2", name: "Facelift", price: "Consultation Based", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-cosmetology-studio_1157-33855.jpg", imageAlt: "Facelift procedure" id: "2", name: "Facelift", price: "Consultation Based", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-cosmetology-studio_1157-33855.jpg?_wi=2", imageAlt: "Facelift procedure"
}, },
{ {
id: "3", name: "Liposuction", price: "Consultation Based", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-body-with-marker-traces-front-view_23-2149350066.jpg", imageAlt: "Liposuction procedure" id: "3", name: "Liposuction", price: "Consultation Based", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-body-with-marker-traces-front-view_23-2149350066.jpg?_wi=2", imageAlt: "Liposuction procedure"
}, },
{ {
id: "4", name: "Breast Augmentation", price: "Consultation Based", imageSrc: "http://img.b2bpic.net/free-photo/woman-marked-out-cosmetic-surgery_273609-14510.jpg", imageAlt: "Breast augmentation procedure" id: "4", name: "Breast Augmentation", price: "Consultation Based", imageSrc: "http://img.b2bpic.net/free-photo/woman-marked-out-cosmetic-surgery_273609-14510.jpg?_wi=2", imageAlt: "Breast augmentation procedure"
} }
]} ]}
buttons={[ buttons={[