diff --git a/src/app/page.tsx b/src/app/page.tsx index f09345e..fe10384 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,45 +45,28 @@ export default function LandingPage() {
@@ -101,20 +76,13 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Welcome to Nobi Jone Stom", - }, + type: "text", content: "Welcome to Nobi Jone Stom"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg", - alt: "Clinic team", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg", alt: "Clinic team"}, ]} buttons={[ { - text: "Learn More", - href: "/about", - }, + text: "Learn More", href: "/about"}, ]} /> @@ -126,70 +94,43 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Modern Equipment", - description: "State-of-the-art dental technology ensuring high precision and efficiency.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=4", - imageAlt: "Technology", - }, + id: "f1", title: "Modern Equipment", description: "State-of-the-art dental technology ensuring high precision and efficiency.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Technology"}, items: [ { icon: Zap, - text: "Latest Imaging", - }, + text: "Latest Imaging"}, { icon: Shield, - text: "Safe Sterilization", - }, + text: "Safe Sterilization"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=5", - imageAlt: "modern dental clinic interior", }, { - id: "f2", - title: "Experienced Doctors", - description: "Our team of specialized professionals puts your care first.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/two-positive-women-embracing-looking-camera_1262-16527.jpg?_wi=1", - imageAlt: "Doctors", - }, + id: "f2", title: "Experienced Doctors", description: "Our team of specialized professionals puts your care first.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/two-positive-women-embracing-looking-camera_1262-16527.jpg", imageAlt: "Doctors"}, items: [ { icon: Award, - text: "Highly Qualified", - }, + text: "Highly Qualified"}, { icon: Users, - text: "Patient Centric", - }, + text: "Patient Centric"}, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=4", - imageAlt: "smiling patient dental chair", }, { - id: "f3", - title: "Painless Treatment", - description: "Focusing on patient comfort and minimal discomfort during every procedure.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-smiling_23-2147750871.jpg?_wi=1", - imageAlt: "Comfort", - }, + id: "f3", title: "Painless Treatment", description: "Focusing on patient comfort and minimal discomfort during every procedure.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-smiling_23-2147750871.jpg", imageAlt: "Comfort"}, items: [ { icon: Heart, - text: "Gentle Care", - }, + text: "Gentle Care"}, { icon: Coffee, - text: "Relaxed Atmosphere", - }, + text: "Relaxed Atmosphere"}, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84830.jpg", - imageAlt: "dental team professional clinic", }, ]} title="Why Choose Us" @@ -207,14 +148,10 @@ export default function LandingPage() { features={[ { icon: ShieldCheck, - title: "Safety Protocols", - description: "Rigorous sterilization and hygiene.", - }, + title: "Safety Protocols", description: "Rigorous sterilization and hygiene."}, { icon: Smile, - title: "Custom Plans", - description: "Tailored treatments for every patient.", - }, + title: "Custom Plans", description: "Tailored treatments for every patient."}, ]} /> @@ -229,17 +166,9 @@ export default function LandingPage() { description="Professional home care solutions." products={[ { - id: "p1", - name: "Whitening Kit", - price: "$49", - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=6", - }, + id: "p1", name: "Whitening Kit", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg"}, { - id: "p2", - name: "Dental Floss Pack", - price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=5", - }, + id: "p2", name: "Dental Floss Pack", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg"}, ]} /> @@ -249,25 +178,17 @@ export default function LandingPage() { logoText="Nobi Jone Stom" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ad06b5a..19ec11b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,7 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -export default function LandingPage() { +export default function ServicesPage() { return ( @@ -53,43 +45,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Teeth Cleaning", - description: "Professional hygiene for your smile.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=7", - imageAlt: "Cleaning", - }, + id: "s1", title: "Teeth Cleaning", description: "Professional hygiene for your smile.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Cleaning"}, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/two-positive-women-embracing-looking-camera_1262-16527.jpg?_wi=4", - imageAlt: "professional dentist headshot", }, { - id: "s2", - title: "Teeth Whitening", - description: "Brighten your smile today.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=6", - imageAlt: "Whitening", - }, + id: "s2", title: "Teeth Whitening", description: "Brighten your smile today.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg", imageAlt: "Whitening"}, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg?_wi=2", - imageAlt: "female dentist portrait", }, { - id: "s3", - title: "Implants & Braces", - description: "Advanced orthodontics care.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=8", - imageAlt: "Implants", - }, + id: "s3", title: "Implants & Braces", description: "Advanced orthodontics care.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Implants"}, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-smiling_23-2147750871.jpg?_wi=2", - imageAlt: "happy dental patient", }, ]} title="Our Dental Services" @@ -105,25 +76,15 @@ export default function LandingPage() { author="Alice B." avatars={[ { - src: "http://img.b2bpic.net/free-photo/brunette-woman-standing-smiling_23-2147750871.jpg", - alt: "Patient", - }, + src: "http://img.b2bpic.net/free-photo/brunette-woman-standing-smiling_23-2147750871.jpg", alt: "Patient"}, { - src: "http://img.b2bpic.net/free-photo/woman-checking-her-skin-mirror-after-receiving-cosmetic-treatment_107420-73987.jpg", - alt: "Patient", - }, + src: "http://img.b2bpic.net/free-photo/woman-checking-her-skin-mirror-after-receiving-cosmetic-treatment_107420-73987.jpg", alt: "Patient"}, { - src: "http://img.b2bpic.net/free-photo/medical-nurses-working-together-hospital_23-2150829841.jpg", - alt: "Patient", - }, + src: "http://img.b2bpic.net/free-photo/medical-nurses-working-together-hospital_23-2150829841.jpg", alt: "Patient"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-mask-off-outdoors_23-2149403784.jpg", - alt: "Patient", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-mask-off-outdoors_23-2149403784.jpg", alt: "Patient"}, { - src: "http://img.b2bpic.net/free-photo/close-up-smiley-beautiful-woman_23-2148819924.jpg", - alt: "Patient", - }, + src: "http://img.b2bpic.net/free-photo/close-up-smiley-beautiful-woman_23-2148819924.jpg", alt: "Patient"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -135,25 +96,17 @@ export default function LandingPage() { logoText="Nobi Jone Stom" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}