Update Home
This commit is contained in:
parent
7c969b72de
commit
2e0400c900
|
|
@ -2,7 +2,7 @@
|
||||||
<div class="bg-background text-foreground min-h-screen">
|
<div class="bg-background text-foreground min-h-screen">
|
||||||
<Navbar />
|
<Navbar />
|
||||||
<Hero :total-classifications="totalClassifications" />
|
<Hero :total-classifications="totalClassifications" />
|
||||||
<Logo />
|
<!-- <Logo /> -->
|
||||||
<Scanner />
|
<Scanner />
|
||||||
<Keunggulan />
|
<Keunggulan />
|
||||||
<Teknologi />
|
<Teknologi />
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import Navbar from '@/components/public/Navbar.vue'
|
import Navbar from '@/components/public/Navbar.vue'
|
||||||
import Hero from '@/components/public/Hero.vue'
|
import Hero from '@/components/public/Hero.vue'
|
||||||
import Logo from '@/components/public/Logo.vue'
|
// import Logo from '@/components/public/Logo.vue'
|
||||||
import Keunggulan from '@/components/public/Keunggulan.vue'
|
import Keunggulan from '@/components/public/Keunggulan.vue'
|
||||||
import Scanner from '@/components/public/Scanner.vue'
|
import Scanner from '@/components/public/Scanner.vue'
|
||||||
import Teknologi from '@/components/public/Teknologi.vue'
|
import Teknologi from '@/components/public/Teknologi.vue'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue