Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5627ad80e | |||
| f0ff5657c3 | |||
| ac44c5b0a2 | |||
| 415aa1e369 | |||
| 174e2b992e | |||
| cf7ccf4eb1 | |||
| 8a75eb4970 | |||
| 6c213fe6f8 | |||
| 5c4980ddad |
@@ -2859,7 +2859,7 @@ p {
|
||||
.appie-features-tabs-btn .nav a {
|
||||
border-right: 3px solid #e8eaef;
|
||||
border-radius: 0;
|
||||
font-size: 15px;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
color: #505056;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ import AfterHero from './AfterHero';
|
||||
// import NextAfterHero from './NextAfterHero';
|
||||
import BackToTop from './BackToTop';
|
||||
import SelectFeatures from "@/app/components/SelectFeatutes";
|
||||
import FeaturedScreenTwo from './FeaturedScreenTwo'
|
||||
// import FeaturedScreenTwo from './FeaturedScreenTwo'
|
||||
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ function HomeOne() {
|
||||
{/*<ServicesHomeOne />*/}
|
||||
<TrafficHomeOne />
|
||||
{/*<TrafficHomeTwo />*/}
|
||||
<FeaturedScreenTwo />
|
||||
{/*<FeaturedScreenTwo />*/}
|
||||
<BlogHomeOne />
|
||||
<FooterHomeOne />
|
||||
<BackToTop className='' />
|
||||
|
||||
@@ -116,7 +116,7 @@ function SelectFeatures({ className }) {
|
||||
Reward <br /> Achievement
|
||||
</h3>
|
||||
<p>
|
||||
Reward with points, badges, recognition, or money rewards with easy steps
|
||||
Reward with points, badges, recognition, or rewards with easy steps
|
||||
</p>
|
||||
<a className="main-btn" href="/about-us">
|
||||
Learn More
|
||||
|
||||
@@ -20,7 +20,7 @@ function UseCase() {
|
||||
<div key={index} className="col-12 col-md-6 col-lg-4">
|
||||
<div className="post-item-1">
|
||||
|
||||
{<Image width='auto' height='auto' src={blgImg} alt={i.title} />}
|
||||
{<Image width='100' height='100' src={blgImg} alt={i.title} />}
|
||||
<div className="b-post-details">
|
||||
<h3>
|
||||
<Link href={process.env.NEXT_PUBLIC_DASH_URL_LOGIN}>
|
||||
|
||||
+2
-2
@@ -135,9 +135,9 @@ COPY . /app
|
||||
|
||||
# start app
|
||||
#CMD ["serve", "-s", "build"]
|
||||
CMD ["npm", "run", "dev"]
|
||||
#CMD ["npm", "run", "dev"]
|
||||
|
||||
#RUN npm run build
|
||||
#CMD ["npm", "run", "start"]
|
||||
# CMD ["sh", "-c", "next build && next start"]
|
||||
CMD ["sh", "-c", "next build && next start"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user