diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index bdfa18c..496ff32 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,54 +1,20 @@
import type { Metadata } from "next";
-import { Archivo } from "next/font/google";
-import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
-import "./globals.css";
-import { ServiceWrapper } from "@/components/ServiceWrapper";
-import Tag from "@/tag/Tag";
+import "@/styles/globals.css";
-const archivo = Archivo({
- variable: "--font-archivo", subsets: ["latin"],
-});
-
-const halant = Halant({
- variable: "--font-halant", subsets: ["latin"],
- weight: ["300", "400", "500", "600", "700"],
-});
-
-const inter = Inter({
- variable: "--font-inter", subsets: ["latin"],
-});
+const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
- title: "3D Space - Immersive Web Experiences", description: "Discover cutting-edge 3D web design and interactive experiences. Explore spatial navigation, depth interactions, and modern digital design.", keywords: "3D web design, interactive experiences, spatial design, digital innovation", robots: {
- index: true,
- follow: true,
- },
- openGraph: {
- title: "3D Space - Next Generation Web Design", description: "Experience immersive 3D web design with interactive depth and spatial navigation.", type: "website", siteName: "3D Space", images: [
- {
- url: "http://img.b2bpic.net/free-vector/technology-background-made-with-particles_1017-8222.jpg", alt: "3D Space Hero"},
- ],
- },
- twitter: {
- card: "summary_large_image", title: "3D Space - Immersive Experiences", description: "Next-generation 3D web design platform", images: ["http://img.b2bpic.net/free-vector/technology-background-made-with-particles_1017-8222.jpg"],
- },
-};
+ title: "Dimensional - Immersive 3D Web Experiences", description: "Create stunning 3D web experiences with Dimensional"};
export default function RootLayout({
children,
-}: Readonly<{
+}: {
children: React.ReactNode;
-}>) {
+}) {
return (
-
-
-
-
- {children}
-
+
+ {children}
-
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index a4a6c0d..65356f3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -53,7 +53,7 @@ export default function LandingPage() {
@@ -183,16 +198,20 @@ export default function LandingPage() {
members={[
{
id: "1", name: "Sarah Kim", role: "Chief Designer", imageSrc:
- "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2"},
+ "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2"
+ },
{
id: "2", name: "Michael Torres", role: "Lead Engineer", imageSrc:
- "http://img.b2bpic.net/free-photo/portrait-worker-factory_107420-96555.jpg"},
+ "http://img.b2bpic.net/free-photo/portrait-worker-factory_107420-96555.jpg"
+ },
{
id: "3", name: "Lisa Anderson", role: "Creative Director", imageSrc:
- "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg"},
+ "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg"
+ },
{
id: "4", name: "James Liu", role: "3D Specialist", imageSrc:
- "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"},
+ "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"
+ },
]}
/>
@@ -206,13 +225,17 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
- id: "1", title: "Projects Completed", subtitle: "Across 45 countries worldwide", category: "Global Reach", value: "2,400+"},
+ id: "1", title: "Projects Completed", subtitle: "Across 45 countries worldwide", category: "Global Reach", value: "2,400+"
+ },
{
- id: "2", title: "Client Satisfaction", subtitle: "Average rating from verified users", category: "Quality", value: "4.9/5.0"},
+ id: "2", title: "Client Satisfaction", subtitle: "Average rating from verified users", category: "Quality", value: "4.9/5.0"
+ },
{
- id: "3", title: "Performance Boost", subtitle: "Average engagement increase", category: "Analytics", value: "312%"},
+ id: "3", title: "Performance Boost", subtitle: "Average engagement increase", category: "Analytics", value: "312%"
+ },
{
- id: "4", title: "Active Users", subtitle: "Monthly active platform users", category: "Community", value: "125K+"},
+ id: "4", title: "Active Users", subtitle: "Monthly active platform users", category: "Community", value: "125K+"
+ },
]}
/>
@@ -226,7 +249,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "TechFlow Studios", "Creative Dynamics", "Digital Innovations Inc", "Spatial Design Co", "3D Vision Labs", "Interactive Media Group", "Future Forward Digital", "Immersive Tech Solutions"]}
+ "TechFlow Studios", "Creative Dynamics", "Digital Innovations Inc", "Spatial Design Co", "3D Vision Labs", "Interactive Media Group", "Future Forward Digital", "Immersive Tech Solutions"
+ ]}
showCard={true}
speed={50}
/>