This commit is contained in:
Muzakki Parsaoran Siregar 2025-09-01 10:22:10 +07:00
parent b28ee832d5
commit c11fdaf58f
4 changed files with 8 additions and 5 deletions

View File

@ -1 +1,4 @@
@import "tailwindcss"; @import "tailwindcss";
html {
scroll-behavior: smooth;
}

View File

@ -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>

View File

@ -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: '#' },

View File

@ -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>