Merge version_1 into main #13
@@ -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"
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user