more sections
This commit is contained in:
@@ -7,7 +7,7 @@ import Drawer from '../Mobile/Drawer';
|
||||
// import FooterHomeOne from './FooterHomeOne';
|
||||
// import HeroHomeOne from './HeroHomeOne';
|
||||
// import HomeOneHeader from './HomeOneHeader';
|
||||
// import ServicesHomeOne from './ServicesHomeOne';
|
||||
import ServicesHomeOne from './ServicesHomeOne';
|
||||
// import TrafficHomeOne from './TrafficHomeOne';
|
||||
// import TrafficHomeTwo from './TrafficHomeTwo';
|
||||
//import FeaturedScreen from './FeaturedScreen';
|
||||
@@ -27,7 +27,7 @@ function HomeOne() {
|
||||
<div>THIS IS HOME </div>
|
||||
<AfterHero />
|
||||
<NextAfterHero />
|
||||
{/* <ServicesHomeOne /> */}
|
||||
<ServicesHomeOne />
|
||||
{/* <FooterHomeOne /> */}
|
||||
|
||||
</>
|
||||
|
||||
@@ -16,6 +16,20 @@ export default function RootLayout({
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<meta
|
||||
name="description"
|
||||
content="WrenchBoard.com is the place to set family goals and reward achievements. Find tasks to earn from, or send tasks for others to perform for you."
|
||||
/>
|
||||
<meta
|
||||
name="title"
|
||||
content="WrenchBoard: Reward Accomplishments | Get Family Engaged"
|
||||
/>
|
||||
<meta
|
||||
name="keywords"
|
||||
content="Empower families to reward accomplishment, set goals, and encourage kids to understand goals, earning, and the benefit of savings – in one app experience."
|
||||
/>
|
||||
<meta property="og:image" content="%PUBLIC_URL%/favicon-32x32.png" />
|
||||
|
||||
<body className={inter.className}>{children}</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
"use client"
|
||||
import React, { useState } from 'react'
|
||||
import localImgLoad from "../../../lib/localImgLoad"; // '../../../../lib/localImgLoad'
|
||||
//import localImgLoad from "../../../lib/localImgLoad"; // "../../../lib/localImgLoad";
|
||||
|
||||
import img1 from '../../../../assets/images/modern01.png'
|
||||
import img2 from '../../../../assets/images/secure_data.png'
|
||||
import img3 from '../../../../assets/images/modern02.png'
|
||||
import img4 from '../../../../assets/images/modern03.png'
|
||||
// import img1 from '../../../../assets/images/modern01.png'
|
||||
// import img2 from '../../../../assets/images/secure_data.png'
|
||||
// import img3 from '../../../../assets/images/modern02.png'
|
||||
// import img4 from '../../../../assets/images/modern03.png'
|
||||
import Right from './Right'
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React from 'react'
|
||||
import BGImage from "../../../../assets/images/sec-background.jpg";
|
||||
import BGImage from "../../../assets/images/sec-background.jpg";
|
||||
|
||||
export default function Right() {
|
||||
return (
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
content="Cumberland Pkwy"
|
||||
/>
|
||||
|
||||
|
||||
<!--
|
||||
Notice the use of %PUBLIC_URL% in the tags above.
|
||||
It will be replaced with the URL of the `public` folder during the build.
|
||||
|
||||
Reference in New Issue
Block a user