forked from amnannn/rekan_ai
fix + add produk
This commit is contained in:
@@ -4,7 +4,7 @@ import FormSection from "../components/contact/FormSection"
|
||||
import FAQSection from "../components/contact/FAQSection"
|
||||
import BottomCTA from "../components/contact/BottomCTA"
|
||||
import WhatsAppButton from "../components/beranda/WhatsAppButon"
|
||||
import Footer from "../components/contact/Footer"
|
||||
import Footer from "../components/beranda/Footer"
|
||||
function Contact() {
|
||||
return (
|
||||
<>
|
||||
|
||||
@@ -1,31 +1,31 @@
|
||||
import Header from "../components/beranda/Header"
|
||||
import Hero from "../components/beranda/Hero"
|
||||
import Solusi from "../components/beranda/Solusi"
|
||||
import Banner from "../components/beranda/Banner"
|
||||
import Kenapa from "../components/beranda/Kenapa"
|
||||
import Mitra from '../components/beranda/Mitra'
|
||||
import Mendukung from "../components/beranda/Mendukung"
|
||||
import Footer from "../components/contact/Footer"
|
||||
import MasaDepan from "../components/beranda/MasaDepan"
|
||||
import WhatsAppButton from "../components/beranda/WhatsAppButon"
|
||||
|
||||
import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
|
||||
import Header from "../components/beranda/Header";
|
||||
import Hero from "../components/beranda/Hero";
|
||||
import Solusi from "../components/beranda/Solusi";
|
||||
import Banner from "../components/beranda/Banner";
|
||||
import Kenapa from "../components/beranda/Kenapa";
|
||||
import Mitra from '../components/beranda/Mitra';
|
||||
import Mendukung from "../components/beranda/Mendukung";
|
||||
import Footer from "../components/beranda/Footer";
|
||||
import MasaDepan from "../components/beranda/MasaDepan";
|
||||
import WhatsAppButton from "../components/beranda/WhatsAppButon";
|
||||
|
||||
function Home() {
|
||||
return (
|
||||
<>
|
||||
<Header />
|
||||
<Hero />
|
||||
<Solusi />
|
||||
<Banner />
|
||||
<Kenapa />
|
||||
<Mitra />
|
||||
<Mendukung />
|
||||
<MasaDepan />
|
||||
<Footer />
|
||||
<WhatsAppButton />
|
||||
<Header />
|
||||
<Hero />
|
||||
<Solusi />
|
||||
<Banner />
|
||||
<Kenapa />
|
||||
<Mitra />
|
||||
<Mendukung />
|
||||
<MasaDepan />
|
||||
<Footer />
|
||||
<WhatsAppButton />
|
||||
</>
|
||||
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
export default Home
|
||||
|
||||
export default Home;
|
||||
|
||||
@@ -5,7 +5,7 @@ import MengapaCorporate from '../components/solusi/MengapaCorporate/MengapaCorpo
|
||||
import SolusiCorporate from '../components/solusi/SolusiCorporate/SolusiCorporate'
|
||||
import TransformasiCorpo from '../components/solusi/TransformasiCorpo/TransformasiCorpo'
|
||||
import WhatsAppButton from "../components/beranda/WhatsAppButon"
|
||||
import Footer from "../components/contact/Footer"
|
||||
import Footer from "../components/beranda/Footer"
|
||||
function Contact() {
|
||||
return (
|
||||
<>
|
||||
|
||||
@@ -5,7 +5,7 @@ import MengapapPersonal from '../components/solusi/MengapapPersonal/MengapapPers
|
||||
import SolusiPersonal from '../components/solusi/SolusiPersonal/SolusiPersonal'
|
||||
import TransformasiPersonal from '../components/solusi/TransformasiPersonal/TransformasiPersonal'
|
||||
import WhatsAppButton from "../components/beranda/WhatsAppButon"
|
||||
import Footer from "../components/contact/Footer"
|
||||
import Footer from "../components/beranda/Footer"
|
||||
function Contact() {
|
||||
return (
|
||||
<>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import Header from "../components/beranda/Header"
|
||||
import HeadStartup from '../components/solusi/HeadStartup/HeadStartup'
|
||||
import WhatsAppButton from "../components/beranda/WhatsAppButon"
|
||||
import Footer from "../components/contact/Footer"
|
||||
import Footer from "../components/beranda/Footer"
|
||||
import CardStartup from "../components/solusi/CardStartup/CardStartup"
|
||||
import MengapaStartup from "../components/solusi/MengapaStartup/MengapaStartup"
|
||||
import SolusiStartup from "../components/solusi/SolusiStartup/SolusiStartup"
|
||||
|
||||
Reference in New Issue
Block a user