8 Commits

Author SHA1 Message Date
198a19143b Merge version_2 into main
Merge version_2 into main
2026-03-05 14:46:50 +00:00
ba50204149 Update src/app/page.tsx 2026-03-05 14:46:46 +00:00
43d8110726 Merge version_2 into main
Merge version_2 into main
2026-03-05 14:45:35 +00:00
4be484ef0e Update src/app/page.tsx 2026-03-05 14:45:31 +00:00
dd53825ca1 Update src/app/layout.tsx 2026-03-05 14:45:30 +00:00
d6b0ff3b31 Merge version_1 into main
Merge version_1 into main
2026-03-05 14:39:15 +00:00
f8aab91222 Merge version_1 into main
Merge version_1 into main
2026-03-05 14:38:20 +00:00
a746b58ca2 Merge version_1 into main
Merge version_1 into main
2026-03-05 14:37:09 +00:00
2 changed files with 24 additions and 54 deletions

View File

@@ -1,45 +1,16 @@
import type { Metadata } from "next";
import { Libre_Baskerville } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Professional Portfolio - Creative Designer & Strategist", description: "Explore my portfolio showcasing strategic design solutions and digital projects. Specializing in branding, user experience, and digital transformation.", keywords: "portfolio, design, creative, UX, branding, digital design, strategist", openGraph: {
title: "Professional Portfolio - Creative Designer & Strategist", description: "Explore my portfolio showcasing strategic design solutions and digital projects.", url: "https://portfolio.example.com", siteName: "Portfolio", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/view-office-desk-with-messy-workspace-laptop_23-2150282085.jpg", alt: "Portfolio showcase"},
],
},
twitter: {
card: "summary_large_image", title: "Professional Portfolio - Creative Designer & Strategist", description: "Explore my portfolio showcasing strategic design solutions and digital projects.", images: ["http://img.b2bpic.net/free-photo/view-office-desk-with-messy-workspace-laptop_23-2150282085.jpg"],
},
};
title: "Portfolio", description: "Creative Professional & Design Strategist"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1407,7 +1378,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
import MediaAbout from "@/components/sections/about/MediaAbout";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
@@ -38,33 +38,33 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitTestimonial
<HeroBillboardCarousel
title="Creative Professional & Design Strategist"
description="Crafting meaningful digital experiences through thoughtful design and strategic collaboration. Specialized in elevating brands and building products that resonate with audiences."
background={{ variant: "plain" }}
tag="Welcome"
tagIcon={Sparkles}
tagAnimation="slide-up"
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/view-office-desk-with-messy-workspace-laptop_23-2150282085.jpg"
imageAlt="Professional portfolio showcase"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
testimonials={[
mediaItems={[
{
name: "Alex Johnson", handle: "Creative Director, Brand Co", testimonial: "Exceptional design work that truly transformed our brand identity and user engagement.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/view-office-desk-with-messy-workspace-laptop_23-2150282085.jpg", imageAlt: "Professional portfolio showcase 1"
},
{
name: "Sarah Chen", handle: "Product Manager, Tech Ventures", testimonial: "Collaborative, strategic, and results-driven. A pleasure to work with on complex projects.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg?_wi=1", imageAlt: "Brand identity project"
},
{
name: "Marcus Williams", handle: "CEO, Growth Studio", testimonial: "Delivered outstanding work on time and exceeded all expectations. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-psd/ecommerce-app-interface-template_23-2152007818.jpg?_wi=1", imageAlt: "Digital product redesign"
},
{
imageSrc: "http://img.b2bpic.net/free-vector/two-flat-design-web-pages-presenting-detailed-information-about-business-traning-courses-isolated_1284-15553.jpg?_wi=1", imageAlt: "Website design project"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Professional portrait"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-business-executives-interacting-with-each-other_1170-760.jpg?_wi=1", imageAlt: "Creative workspace"
}
]}
testimonialRotationInterval={5000}
buttons={[
{ text: "View My Work", href: "#work" },
{ text: "Get in Touch", href: "#contact" },
@@ -100,13 +100,13 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "1", name: "Brand Identity System", price: "2024", imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg", imageAlt: "Brand identity project"
id: "1", name: "Brand Identity System", price: "2024", imageSrc: "http://img.b2bpic.net/free-psd/modern-business-card-design-pan-cafe-bakery_23-2152033501.jpg?_wi=2", imageAlt: "Brand identity project"
},
{
id: "2", name: "Digital Product Redesign", price: "2024", imageSrc: "http://img.b2bpic.net/free-psd/ecommerce-app-interface-template_23-2152007818.jpg", imageAlt: "Digital product redesign"
id: "2", name: "Digital Product Redesign", price: "2024", imageSrc: "http://img.b2bpic.net/free-psd/ecommerce-app-interface-template_23-2152007818.jpg?_wi=2", imageAlt: "Digital product redesign"
},
{
id: "3", name: "Website Experience Design", price: "2023", imageSrc: "http://img.b2bpic.net/free-vector/two-flat-design-web-pages-presenting-detailed-information-about-business-traning-courses-isolated_1284-15553.jpg", imageAlt: "Website design project"
id: "3", name: "Website Experience Design", price: "2023", imageSrc: "http://img.b2bpic.net/free-vector/two-flat-design-web-pages-presenting-detailed-information-about-business-traning-courses-isolated_1284-15553.jpg?_wi=2", imageAlt: "Website design project"
},
]}
/>
@@ -168,7 +168,7 @@ export default function LandingPage() {
title="Let's Create Something Great"
description="Whether you have a project in mind or just want to explore possibilities, I'd love to hear from you. Reach out and let's start a conversation."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/group-business-executives-interacting-with-each-other_1170-760.jpg"
imageSrc="http://img.b2bpic.net/free-photo/group-business-executives-interacting-with-each-other_1170-760.jpg?_wi=2"
imageAlt="Creative workspace"
mediaAnimation="blur-reveal"
mediaPosition="right"