Compare commits
34 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3ee2f38f1 | |||
| 3bf90239f5 | |||
| 65b5ddd8d5 | |||
| 6cf2439a33 | |||
| 853883c766 | |||
| 2ab2d5b995 | |||
| a01d06bbfc | |||
| 551b685dd9 | |||
| 3bd2f9cad6 | |||
| e8d198212e | |||
| d786ea394c | |||
| 30a6f492a0 | |||
| f50159e537 | |||
| d2e7ccd260 | |||
| e1b57aca20 | |||
| 09ee0df8b5 | |||
| 7dc28f02e2 | |||
| cc90218e1f | |||
| e30108d8a0 | |||
| 8fcf7fca81 | |||
| 0325241211 | |||
| c423a85a1b | |||
| 70a6e34365 | |||
| f790e7c603 | |||
| cb11a6b8fd | |||
| b9c862512a | |||
| db1447f86a | |||
| de7a4dc62f | |||
| 864582a99a | |||
| 7526d3a961 | |||
| 225dfbee1d | |||
| 129c35fa2e | |||
| 9a9d047a47 | |||
| 4c9aa234de |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
@@ -43,9 +43,9 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Healthy, Confident Smiles Start Here. "
|
||||
description="Advanced dental treatments with experienced Dr. Varun and modern equipment for patients in ViJayawada."
|
||||
description="Advanced dental treatments with experienced Dr. Ganesh Koneru and modern equipment for patients in ViJayawada."
|
||||
tag="5★ Rating"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -55,11 +55,18 @@ export default function LandingPage() {
|
||||
{ text: "Book Appointment", href: "appointment" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png"
|
||||
imageAlt="Happy patient showing beautiful smile"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=1", imageAlt: "Dental service 1" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=2", imageAlt: "Dental service 2" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=3", imageAlt: "Dental service 3" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=4", imageAlt: "Dental service 4" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=5", imageAlt: "Happy patient 1" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=6", imageAlt: "Happy patient 2" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=7", imageAlt: "Happy patient 3" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApQwJQgzIKezhfmJrHVmL6DiI2/uploaded-1773288524553-a5gtmr23.png?_wi=8", imageAlt: "Happy patient 4" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,7 +105,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="Meet Dr. Varun"
|
||||
title="Meet Dr. Ganesh Koneru"
|
||||
description="Experienced dental surgeon dedicated to patient care with clear explanations and compassionate treatment approach."
|
||||
tag="Our Doctor"
|
||||
tagAnimation="slide-up"
|
||||
@@ -124,8 +131,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="why-choose" data-section="why-choose">
|
||||
<FeatureCardNine
|
||||
title="Why Choose Beleaf Dental"
|
||||
title="Why Choose GK Dental"
|
||||
description="We combine expertise, modern equipment, and genuine patient care to deliver exceptional dental services."
|
||||
showStepNumbers={true}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -138,7 +149,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Experienced Dr. Varun & Staff", description: "Our highly trained team brings years of expertise and dedication to every treatment", phoneOne: {
|
||||
title: "Experienced Dr. Ganesh & Staff", description: "Our highly trained team brings years of expertise and dedication to every treatment", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medic-holding-bottle-pills-give-sick-patient-checkup-visit-general-practitioner-giving-jar-with-prescription-medicine-treatment-healthcare-support-man_482257-38498.jpg?_wi=1"
|
||||
},
|
||||
phoneTwo: {
|
||||
@@ -146,17 +157,13 @@ export default function LandingPage() {
|
||||
}
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="Patient Stories"
|
||||
description="Hear from our satisfied patients about their experiences at Beleaf Dental and Cosmetics"
|
||||
description="Hear from our satisfied patients about their experiences at GK Dental"
|
||||
tag="Testimonials"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -165,7 +172,7 @@ export default function LandingPage() {
|
||||
speed={40}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Kumar", handle: "Patient", testimonial: "Dr. Varun explained every step of my treatment clearly. The staff was very friendly and the clinic environment is hygienic. I had an amazing experience here!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-pandemic-covid-nurse-medic-emotion_179666-24237.jpg", imageAlt: "Rajesh Kumar"
|
||||
id: "1", name: "Rajesh Kumar", handle: "Patient", testimonial: "Dr. Ganesh explained every step of my treatment clearly. The staff was very friendly and the clinic environment is hygienic. I had an amazing experience here!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-pandemic-covid-nurse-medic-emotion_179666-24237.jpg", imageAlt: "Rajesh Kumar"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Singh", handle: "Patient", testimonial: "My tooth pain was completely reduced in just one day. The staff is welcoming and the treatment quality is excellent. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-laughing_23-2148859443.jpg", imageAlt: "Priya Singh"
|
||||
@@ -216,7 +223,7 @@ export default function LandingPage() {
|
||||
<div id="appointment" data-section="appointment">
|
||||
<ContactSplitForm
|
||||
title="Book Your Appointment"
|
||||
description="Schedule a consultation with Dr. Varun. Our clinic team will confirm your appointment shortly."
|
||||
description="Schedule a consultation with Dr. Ganesh . Our clinic team will confirm your appointment shortly."
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -236,7 +243,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<MetricCardTwo
|
||||
title="Visit Us Today"
|
||||
description="Conveniently located in Suryaraopet, Vijayawada. Open now until 9 PM."
|
||||
description="Conveniently located in Suryaraopet, Vijayawada. Open now until 9 AM."
|
||||
tag="Location"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -253,7 +260,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Beleaf Dental"
|
||||
logoText="GK Dental"
|
||||
copyrightText="© 2025 Beleaf Dental and Cosmetics. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user