8 Commits

Author SHA1 Message Date
346caa6143 Update src/app/page.tsx 2026-03-05 00:24:35 +00:00
5055cd07f8 Update src/app/layout.tsx 2026-03-05 00:24:34 +00:00
b443d81acb Merge version_2 into main
Merge version_2 into main
2026-03-05 00:14:24 +00:00
d193357ac6 Update src/app/page.tsx 2026-03-05 00:14:19 +00:00
e269a411a8 Update src/app/layout.tsx 2026-03-05 00:14:19 +00:00
33cd7e3ee8 Merge version_1 into main
Merge version_1 into main
2026-03-05 00:10:33 +00:00
437b608e2f Merge version_1 into main
Merge version_1 into main
2026-03-05 00:09:42 +00:00
b4b64ebbd0 Merge version_1 into main
Merge version_1 into main
2026-03-05 00:08:40 +00:00
2 changed files with 8 additions and 37 deletions

View File

@@ -1,49 +1,21 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Archivo } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const archivo = Archivo({
variable: "--font-archivo", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Mi Vida - Creative Professional & Designer", description: "Portfolio showcasing clean digital design and development work. Explore my latest projects and creative approach.", keywords: "designer, developer, portfolio, creative professional", openGraph: {
title: "Mi Vida - Creative Professional", description: "Crafting elegant digital experiences and solutions", type: "website", siteName: "Mi Vida"},
twitter: {
card: "summary_large_image", title: "Mi Vida - Portfolio", description: "Creative design and development"},
robots: {
index: true,
follow: true,
},
title: "Mi Vida - Creative Digital Solutions", description: "Portfolio of elegant, scalable digital solutions for complex problems"
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1411,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -72,7 +72,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TestimonialAboutCard
tag="About Me"
title="Passionate about creating meaningful digital experiences that connect people and solve problems."
title="I Turn Complex Problems Into Elegant, Scalable Digital Solutions"
description="Creative Professional"
subdescription="Designer & Developer"
icon={Sparkles}
@@ -127,7 +127,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="What Clients Say"
title="Trusted by Industry Leaders"
description="Trusted by amazing people and brands worldwide"
tag="Testimonials"
textboxLayout="default"