diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..831fb7f --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,320 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { Award, CheckCircle, Heart, HelpCircle, Shield, Sparkles, Stethoscope, Star, Zap, Users, TrendingUp, Target, Eye, Users2, Award as AwardIcon } from 'lucide-react'; + +export default function AboutPage() { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +} \ No newline at end of file diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx new file mode 100644 index 0000000..ac1760e --- /dev/null +++ b/src/app/contact-us/page.tsx @@ -0,0 +1,196 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { MapPin, Phone, Mail, Heart } from 'lucide-react'; +import { useState } from 'react'; + +export default function ContactUsPage() { + const [formData, setFormData] = useState({ + name: '', + phone: '', + email: '', + message: '' + }); + + const handleSubmit = (data: Record) => { + console.log('Form submitted:', data); + // Handle form submission logic here + }; + + const handlePhoneClick = () => { + window.location.href = 'tel:+91-033-2421-5719'; + }; + + return ( + + + + + + + + + Contact Us + Get in touch with Kumar Surgical Clinic for appointments and inquiries + + + + {/* Address */} + + + + + Address + + 235/3/1 N.S.C Bose Road + Bansdroni, Usha + Kolkata 700047 + West Bengal, India + + + + {/* Phone Numbers */} + + + + + Phone + + + 033 2421 5719 + + or + window.location.href = 'tel:+91-033-2421-5720'} + className="block w-full text-sm text-primary-cta hover:underline transition-all" + > + 033 2421 5720 + + + + + {/* Email */} + + + + + Email + + kslctpadesk@gmail.com + + + + + {/* Google Maps Embed */} + + + + + + + + + + + {/* Mobile Call Button */} + + + + + + + + + ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index f289263..db5e7d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,9 +35,9 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Team", id: "team" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "/contact-us" } ]} - button={{ text: "Book Appointment", href: "contact" }} + button={{ text: "Book Appointment", href: "/contact-us" }} /> @@ -53,7 +53,7 @@ export default function LandingPage() { imagePosition="right" mediaAnimation="slide-up" buttons={[ - { text: "Book Appointment", href: "contact" }, + { text: "Book Appointment", href: "/contact-us" }, { text: "Call Now", href: "tel:+919007359139" } ]} /> @@ -248,7 +248,7 @@ export default function LandingPage() { { label: "About Us", href: "#about" }, { label: "Our Team", href: "#team" }, { label: "Patient Reviews", href: "#testimonials" }, - { label: "Contact Us", href: "#contact" } + { label: "Contact Us", href: "/contact-us" } ] }, { diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx new file mode 100644 index 0000000..635bbaa --- /dev/null +++ b/src/app/services/page.tsx @@ -0,0 +1,184 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { Heart, Stethoscope } from 'lucide-react'; + +export default function ServicesPage() { + return ( + + + + + + + + + + + + + + + + ); +} \ No newline at end of file
Get in touch with Kumar Surgical Clinic for appointments and inquiries
+ 235/3/1 N.S.C Bose Road + Bansdroni, Usha + Kolkata 700047 + West Bengal, India +
or