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>
|
||||
<section class="about-section">
|
||||
<section id="tentang-kami" class="about-section">
|
||||
<div class="container">
|
||||
<!-- Judul -->
|
||||
<h2 class="section-title">Tentang Kami</h2>
|
||||
|
@ -18,8 +18,8 @@
|
||||
import { ref } from 'vue';
|
||||
|
||||
const navLinks = ref([
|
||||
{ name: 'Beranda', path: '#' },
|
||||
{ name: 'Tentang Kami', path: '#' },
|
||||
{ name: 'Beranda', path: '#beranda' },
|
||||
{ name: 'Tentang Kami', path: '#tentang-kami' },
|
||||
{ name: 'Templat', path: '#' },
|
||||
{ name: 'Panduan', path: '#' },
|
||||
{ name: 'Keistimewaan', path: '#' },
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<section class="hero-section">
|
||||
<section id="beranda" class="hero-section">
|
||||
<div class="container hero-layout">
|
||||
<div class="hero-text">
|
||||
<h1>
|
||||
|
Loading…
Reference in New Issue
Block a user