diff --git a/public/assets/adobstock-example.webp b/public/assets/adobstock-example.webp new file mode 100644 index 0000000..e2bd66e Binary files /dev/null and b/public/assets/adobstock-example.webp differ diff --git a/src/app/(main)/slick-about-dark/AboutDropdown.tsx b/src/app/(main)/slick-about-dark/AboutDropdown.tsx new file mode 100644 index 0000000..46f7854 --- /dev/null +++ b/src/app/(main)/slick-about-dark/AboutDropdown.tsx @@ -0,0 +1,54 @@ +"use client"; +import React, { useState, useRef } from "react"; +import Link from "next/link"; + +export default function AboutDropdown() { + // State to manage dropdown visibility + const [isDropdownOpen, setIsDropdownOpen] = useState(false); + + const dropdownRef = useRef(null); + + // Toggle dropdown visibility + const toggleDropdown = () => { + setIsDropdownOpen(!isDropdownOpen); + }; + + return ( +
+ {/*
Crafting immersive digital journeys for brands. -
+ */}+ Get compassionate care and excellent medical services from COCHISE ONCOLOGY in Sierra Vista, Arizona. We + offer a multidisciplinary approach to cancer care with multiple physicians who work together to guide + each patient through diagnosis, treatment, and recovery. Our services cover radiation, chemotherapy, + immunotherapy, hematology, and infusion services. +
+ ++ Cochise Oncology’s professional staff works hard to ensure a positive experience throughout the entire + course of treatment. While we are best known for our leading-edge cancer therapies, we take particular + pride in compassion and dedication to our doctors and entire staff. Excellence in patient care on every + level is our commitment. +
+ ++ Here at Cochise Oncology, we offer the most up-to-date technology in cancer treatment that rivals the + largest and most prestigious centers in the country. +
+ +We go the extra mile to address the needs of our patients.
+- Etiam fermentum vehicula faucibus. Praesent ullamcorper urna - id arcu molestie scelerisque. Sed imperdiet tristique mauris - et faucibus. Maecenas semper augue non fringilla placerat. - Curabitur luctus erat sit amet ultricies aliquam. Donec dictum - convallis mauris et maximus. Nullam massa arcu, porta quis - felis et, eleifend varius quam. -
- {/* Features List */} -- Quisque posuere mollis ullamcorper. Ut eget metus lorem - ipsum posuere eget at ex. Aenean consequat vitae lorem in - vehicula. -
-+ Our dedicated team in Sierra Vista, AZ is here to support you with hope, strength, and courage. We offer + personalized cancer care using innovative treatments in our state-of-the-art facility. Take the first step + towards comprehensive, patient-focused treatment by scheduling a consultation. Let us listen to your needs, + answer your questions, and create a tailored plan for your journey. Fill out our form to connect with our + compassionate experts and discover how Cochise Oncology can stand with you in your fight against cancer. +
+ + Get Started → ++ Crafting immersive digital journeys for brands. +
*/} ++ Get compassionate care and excellent medical services from COCHISE ONCOLOGY in Sierra Vista, Arizona. We + offer a multidisciplinary approach to cancer care with multiple physicians who work together to guide + each patient through diagnosis, treatment, and recovery. Our services cover radiation, chemotherapy, + immunotherapy, hematology, and infusion services. +
+ ++ Cochise Oncology’s professional staff works hard to ensure a positive experience throughout the entire + course of treatment. While we are best known for our leading-edge cancer therapies, we take particular + pride in compassion and dedication to our doctors and entire staff. Excellence in patient care on every + level is our commitment. +
+ ++ Here at Cochise Oncology, we offer the most up-to-date technology in cancer treatment that rivals the + largest and most prestigious centers in the country. +
+ +We go the extra mile to address the needs of our patients.
++ Our dedicated team in Sierra Vista, AZ is here to support you with hope, strength, and courage. We offer + personalized cancer care using innovative treatments in our state-of-the-art facility. Take the first step + towards comprehensive, patient-focused treatment by scheduling a consultation. Let us listen to your needs, + answer your questions, and create a tailored plan for your journey. Fill out our form to connect with our + compassionate experts and discover how Cochise Oncology can stand with you in your fight against cancer. +
+ + Get Started → + ++ Etiam fermentum vehicula faucibus. Praesent ullamcorper urna id arcu molestie scelerisque. Sed + imperdiet tristique mauris et faucibus. Maecenas semper augue non fringilla placerat. Curabitur luctus + erat sit amet ultricies aliquam. Donec dictum convallis mauris et maximus. Nullam massa arcu, porta + quis felis et, eleifend varius quam. +
+ {/* Features List */} ++ Quisque posuere mollis ullamcorper. Ut eget metus lorem ipsum posuere eget at ex. Aenean consequat + vitae lorem in vehicula. +
+