Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-13 08:39:03 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -12,8 +12,8 @@ import { DM_Sans } from "next/font/google";
export const metadata: Metadata = {
title: 'Nexora — Digital Reality',
description: 'Creative digital solutions for brands and businesses.',
title: 'Nexora - Creative Digital Solutions',
description: 'Turning ideas into digital reality.',
openGraph: {
"title": "Nexora Agency",
"description": "Creative digital solutions.",

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import { Link } from "next/link";
import Link from "next/link";
export default function HomePage() {
return (

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureBento from '@/components/sections/feature/FeatureBento';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import { Globe, Award, Layout, CheckCircle, Users, Clock, Star } from "lucide-react";
import { Globe, Award, Layout } from "lucide-react";
export default function ServicesPage() {
return (