diff --git a/package-lock.json b/package-lock.json index 9bfe8b8..fe9eeda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "politian", + "name": "janahan-law", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/pages/index-2.js b/pages/index-2.js new file mode 100644 index 0000000..79970eb --- /dev/null +++ b/pages/index-2.js @@ -0,0 +1,40 @@ +import React, {Fragment} from 'react'; +import Navbar from '../components/Navbar/Navbar' +import Hero from '../components/hero/hero'; +import Features from '../components/Features/Features'; +import About from '../components/about/about'; +import ServiceSection from '../components/ServiceSection/ServiceSection'; +import CampaignSection from '../components/CampaignSection/CampaignSection'; +import Testimonial from '../components/Testimonial/Testimonial'; +import FunFact from '../components/FunFact/FunFact'; +import TeamSection from '../components/TeamSection/TeamSection'; +import BlogSection from '../components/BlogSection/BlogSection'; +import InstagramSection from '../components/InstagramSection/InstagramSection'; +import Donors from '../components/Donors/Donors'; +import PartnerSection from '../components/PartnerSection/PartnerSection'; +import abimg from '/public/images/about.jpg' +import Footer from '../components/footer/Footer'; +import Scrollbar from '../components/scrollbar/scrollbar'; + +const HomePage =() => { + return( + + + + + + + + + + + + + + +