navlink
This commit is contained in:
parent
b28ee832d5
commit
c11fdaf58f
@ -1 +1,4 @@
|
|||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="about-section">
|
<section id="tentang-kami" class="about-section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Judul -->
|
<!-- Judul -->
|
||||||
<h2 class="section-title">Tentang Kami</h2>
|
<h2 class="section-title">Tentang Kami</h2>
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
import { ref } from 'vue';
|
import { ref } from 'vue';
|
||||||
|
|
||||||
const navLinks = ref([
|
const navLinks = ref([
|
||||||
{ name: 'Beranda', path: '#' },
|
{ name: 'Beranda', path: '#beranda' },
|
||||||
{ name: 'Tentang Kami', path: '#' },
|
{ name: 'Tentang Kami', path: '#tentang-kami' },
|
||||||
{ name: 'Templat', path: '#' },
|
{ name: 'Templat', path: '#' },
|
||||||
{ name: 'Panduan', path: '#' },
|
{ name: 'Panduan', path: '#' },
|
||||||
{ name: 'Keistimewaan', path: '#' },
|
{ name: 'Keistimewaan', path: '#' },
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="hero-section">
|
<section id="beranda" class="hero-section">
|
||||||
<div class="container hero-layout">
|
<div class="container hero-layout">
|
||||||
<div class="hero-text">
|
<div class="hero-text">
|
||||||
<h1>
|
<h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user