shortcodes page corrections updated
This commit is contained in:
parent
6b285a3ba4
commit
3ef71fde00
@ -2,7 +2,7 @@
|
||||
import Link from "next/link"
|
||||
import Layout from "@/components/layout/Layout"
|
||||
import { motion } from "framer-motion"
|
||||
import TestimonialSlider1 from "@/components/slider/ShortcodeTestimonial"
|
||||
import TestimonialSlider1 from '@/components/slider/TestimonialSlider1'
|
||||
import PortfolioFilter1 from "@/components/elements/Shortcodes"
|
||||
import CounterUp from "@/components/elements/CounterUp"
|
||||
|
||||
@ -74,7 +74,7 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="solutions-section pt-0">
|
||||
{/* <section className="solutions-section pt-0">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-4 col-md-6 col-sm-12 content-column">
|
||||
@ -120,6 +120,54 @@ export default function Home() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section> */}
|
||||
|
||||
<section className="feature-section pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-4 col-md-6 col-sm-12 feature-block">
|
||||
<div className="feature-block-one">
|
||||
<div className="inner-box">
|
||||
<ul className="list-style-one clearfix mt-4">
|
||||
<li>On call 24/7 for client needs</li>
|
||||
<li>Flexible and fast scheduling</li>
|
||||
<li>Regular quality assurance</li>
|
||||
<li>Thorough care management and family support</li>
|
||||
<li>Double the care team staff of other agencies</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-4 col-md-6 col-sm-12 feature-block">
|
||||
<div className="feature-block-one">
|
||||
<div className="inner-box">
|
||||
<ul className="list-style-one clearfix mt-4">
|
||||
<li>Medication reminders</li>
|
||||
<li>Safety and fall prevention</li>
|
||||
<li>Toileting and incontinence care</li>
|
||||
<li>Bathing, dressing and grooming assistance</li>
|
||||
<li>Assisting with walking and transferring from bed to wheelchair</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-4 col-md-6 col-sm-12 feature-block">
|
||||
<div className="feature-block-one">
|
||||
<div className="inner-box">
|
||||
<ul className="list-style-one clearfix mt-4">
|
||||
<li>Light housekeeping</li>
|
||||
<li>Meal preparation and nutrition</li>
|
||||
<li>Grocery shopping and errands</li>
|
||||
<li>Transportation to social and recreational activities</li>
|
||||
<li>Assistance with light exercise and outdoor activity</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="feature-section pb_90">
|
||||
@ -427,14 +475,34 @@ export default function Home() {
|
||||
<div className="col-xl-6 col-lg-12 col-md-12 offset-xl-6 content-column">
|
||||
<div className="content-box p_relative ml_45">
|
||||
<div className="sec-title-1 mb_50">
|
||||
<h2>Testimonials carousel</h2>
|
||||
<span className="sub-title-1 mb-1">Google Reviews</span>
|
||||
|
||||
{/* Exact same stars as testimonial */}
|
||||
<ul className="rating clearfix mb_15 d-flex gap-2">
|
||||
<li><i className="fas fa-star"></i></li>
|
||||
<li><i className="fas fa-star"></i></li>
|
||||
<li><i className="fas fa-star"></i></li>
|
||||
<li><i className="fas fa-star"></i></li>
|
||||
<li><i className="fas fa-star-half-alt"></i></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>What Our Clients Say About Rapha Rehab</h2>
|
||||
</div>
|
||||
<div className="content-box">
|
||||
{/*Theme Carousel*/}
|
||||
<TestimonialSlider1 />
|
||||
</div>
|
||||
<div className="btn-box mt-3 mb-5">
|
||||
<Link
|
||||
href="https://g.page/r/CYOR2OnruwHpEAE/review"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="theme-btn btn-one-new-raw"
|
||||
>
|
||||
<span>Review us on Google</span>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user