more sections

This commit is contained in:
CHIEFSOFT\ameye
2024-07-29 14:09:32 -04:00
parent 1bd5892cc4
commit fa177964f5
5 changed files with 23 additions and 8 deletions
+2 -2
View File
@@ -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 /> */}
</>
+14
View File
@@ -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>
);
+5 -5
View File
@@ -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 -1
View File
@@ -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 (
+1
View File
@@ -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.