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 ( +
  • + { + e.preventDefault(); + toggleDropdown(); + }} + > + About + + + {/* Dropdown menu with sliding effect */} + +
  • + ); +} diff --git a/src/app/(main)/slick-about-dark/page.tsx b/src/app/(main)/slick-about-dark/page.tsx index 6b6c2ab..8f2a5e5 100644 --- a/src/app/(main)/slick-about-dark/page.tsx +++ b/src/app/(main)/slick-about-dark/page.tsx @@ -6,10 +6,8 @@ import Image from "next/image"; import Link from "next/link"; export const metadata = { - title: - "Slick About Dark || Resonance — One & Multi Page React Nextjs Creative Template", - description: - "Resonance — One & Multi Page React Nextjs Creative Template", + title: "Slick About Dark || Resonance — One & Multi Page React Nextjs Creative Template", + description: "Resonance — One & Multi Page React Nextjs Creative Template", }; const dark = true; export default function SlickAboutPageDark() { @@ -21,201 +19,69 @@ export default function SlickAboutPageDark() { > {/* */}
    - +
    {/* */}
    -

    About Studio

    +

    Our Oncology Center

    -

    + {/*

    Crafting immersive digital journeys for brands. -

    +

    */}
    + {/*
    */} +
    +
    +
    +
    +

    Our Commitment to Excellence

    +

    + 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.

    +
    +
    +
    +
    +
    -
    -
    - {/* Section Text */} -
    -
    -

    - Our Story -

    -

    - We believe in creatives with a passion to smart design. -

    -

    - 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 */} -
    - {/* Features List Item */} - {features4.map((feature, index) => ( -
    -
    - -
    -
    {feature.text}
    -
    - ))} - {/* End Features List Item */} -
    - {/* End Features List */} -
    - - Start a project - - - - - Learn more{" "} - - - - -
    -
    -
    - {/* End Section Text */} - {/* Image */} -
    -
    -
    -
    - -
    -
    -
    - Image Description -
    -
    -
    -
    - Image Description -
    -
    -
    -
    -
    - {/* End Images */} -
    -
    -
    -
    - -
    -
    - {dark ? : } -
    -
    -
    -
    - {/* Decoration Circles */} -
    -
    - {/* End Decoration Circles */} -
    -
    -
    -
    -

    - Like our creative works? -

    -

    - Quisque posuere mollis ullamcorper. Ut eget metus lorem - ipsum posuere eget at ex. Aenean consequat vitae lorem in - vehicula. -

    -
    -
    - - View all works - -
    -
    -
    -
    -
    +
    +

    Begin your path to healing with Cochise Oncology

    +

    + 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 → +
    diff --git a/src/app/(main)/slick-about-dark/page1.tsx b/src/app/(main)/slick-about-dark/page1.tsx new file mode 100644 index 0000000..228e151 --- /dev/null +++ b/src/app/(main)/slick-about-dark/page1.tsx @@ -0,0 +1,226 @@ +import Facts from "@/components/Facts"; +import Testimonials from "@/components/Testimonials"; +import TestimonialsDark from "@/components/TestimonialsDark"; +import { features4 } from "@/data/features"; +import Image from "next/image"; +import Link from "next/link"; + +export const metadata = { + title: "Slick About Dark || Resonance — One & Multi Page React Nextjs Creative Template", + description: "Resonance — One & Multi Page React Nextjs Creative Template", +}; +const dark = true; +export default function SlickAboutPageDark() { + return ( + <> +
    + {/* */} +
    + +
    + {/* */} + +
    +
    +
    +

    Our Oncology Center

    + + {/*

    + Crafting immersive digital journeys for brands. +

    */} +
    +
    +
    +
    + {/*
    */} +
    +
    +
    +
    +

    Our Commitment to Excellence

    +

    + 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.

    +
    +
    +
    +
    + +
    +
    +

    Begin your path to healing with Cochise Oncology

    +

    + 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 → + +
    +
    + +
    +
    +
    + {/* Section Text */} +
    +
    +

    Our Story

    +

    We believe in creatives with a passion to smart design.

    +

    + 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 */} +
    + {/* Features List Item */} + {features4.map((feature, index) => ( +
    +
    + +
    +
    {feature.text}
    +
    + ))} + {/* End Features List Item */} +
    + {/* End Features List */} +
    + + Start a project + + + + + Learn more + + + +
    +
    +
    + {/* End Section Text */} + {/* Image */} +
    +
    +
    +
    + +
    +
    +
    + Image Description +
    +
    +
    +
    + Image Description +
    +
    +
    +
    +
    + {/* End Images */} +
    +
    +
    +
    + +
    +
    + {dark ? : } +
    +
    +
    +
    + {/* Decoration Circles */} +
    +
    + {/* End Decoration Circles */} +
    +
    +
    +
    +

    Like our creative works?

    +

    + Quisque posuere mollis ullamcorper. Ut eget metus lorem ipsum posuere eget at ex. Aenean consequat + vitae lorem in vehicula. +

    +
    +
    + + View all works + +
    +
    +
    +
    +
    +
    +
    + + ); +} diff --git a/src/app/globals.css b/src/app/globals.css index 6b717ad..d335ed0 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -19,3 +19,11 @@ body { background: var(--background); font-family: Arial, Helvetica, sans-serif; } + +.bg-gradient { + background: linear-gradient(135deg, #6ec2b6, #90d4c9); + position: relative; + border-bottom-left-radius: 50% 10%; + border-bottom-right-radius: 50% 10%; + padding: 60px 0; +}