Merge version_3 into main #6
@@ -5,7 +5,8 @@ import "@/styles/globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "NETRIX - Platform AI untuk Pembelajaran Teknik Komputer & Jaringan", description: "Platform pembelajaran interaktif berbasis AI untuk siswa SMK jurusan TKJ dengan modul terstruktur, AI tutor 24/7, simulator lab, dan persiapan sertifikasi."};
|
||||
title: "NETRIX - Platform AI untuk Pembelajaran Teknik Komputer & Jaringan", description: "Platform pembelajaran interaktif berbasis AI untuk siswa SMK jurusan TKJ dengan modul terstruktur, AI tutor 24/7, simulator lab, dan persiapan sertifikasi."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -9,7 +9,7 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Sparkles, Info, Zap, BookOpen, Star, Brain, Cpu, CheckCircle, Bot, User, Router, Wifi, Shield, BarChart3, Server, Network, AlertTriangle, GitBranch, HelpCircle, Code, Trophy, Award, Lightbulb, DollarSign, Users, Mail, Lock, MessageSquare, FileText, Settings, HelpCircle as HelpCircleIcon, Crown } from "lucide-react";
|
||||
import { Sparkles, Info, Zap, BookOpen, Star, Brain, Cpu, CheckCircle, Bot, User, Router, Wifi, Shield, BarChart3, Server, Network, AlertTriangle, GitBranch, HelpCircle, Code, Trophy, Award, Lightbulb, DollarSign, Users, Mail, Lock, MessageSquare, FileText, Settings, HelpCircle as HelpCircleIcon, Crown, Heart } from "lucide-react";
|
||||
|
||||
const HomePage = () => {
|
||||
return (
|
||||
@@ -71,6 +71,7 @@ const HomePage = () => {
|
||||
metrics={[
|
||||
{ value: "500+", title: "Sekolah Menggunakan NETRIX" },
|
||||
{ value: "50,000+", title: "Siswa Belajar Aktif Setiap Bulan" },
|
||||
{ value: "95%", title: "Kepuasan Pengguna" },
|
||||
]}
|
||||
tag="Tentang Kami"
|
||||
tagIcon={Info}
|
||||
|
||||
Reference in New Issue
Block a user