Merge version_1 into main #13

Merged
bender merged 2 commits from version_1 into main 2026-03-31 19:04:42 +00:00
2 changed files with 7 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google";
export const metadata: Metadata = {
title: 'Webild | Home',
description: 'Welcome to Webild - Innovative digital solutions.',
title: 'Webild | Innovative Digital Solutions',
description: 'Innovative digital solutions for your business.',
openGraph: {
"title": "Vive Study Cafe - Dhaka",
"siteName": "Vive Study Cafe"

View File

@@ -8,7 +8,11 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
import FaqBase from '@/components/sections/faq/FaqBase';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
const navItems = [{ name: "Home", id: "/" }];
const navItems = [
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
];
export default function HomePage() {
return (