diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1675fb3..e8abac4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,50 +1,39 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Manrope } 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 manrope = Manrope({ - variable: "--font-manrope", subsets: ["latin"], -}); - export const metadata: Metadata = { - title: "Creative Portfolio | UI/UX Design & Development", description: "Explore stunning digital projects and discover how strategic design drives business growth. High-quality portfolio showcasing design excellence.", keywords: "portfolio, ui design, ux design, web development, branding, case studies", metadataBase: new URL("https://yourportfolio.com"), + title: "Garvit Pandia - Software Developer Portfolio", description: "Garvit Pandia's professional portfolio showcasing skills in C++, Java, Python, Web Development, and Data Analysis. Explore projects, certifications, and achievements from Lovely Professional University.", keywords: "Garvit Pandia, portfolio, software developer, C++, Java, Python, web development, data analysis, LPU, Lovely Professional University", metadataBase: new URL("https://garvitpandia.com"), alternates: { - canonical: "https://yourportfolio.com"}, + canonical: "https://garvitpandia.com" + }, openGraph: { - title: "Creative Portfolio | UI/UX Design & Development", description: "Explore stunning digital projects and discover how strategic design drives business growth.", url: "https://yourportfolio.com", siteName: "Portfolio", type: "website", images: [ + title: "Garvit Pandia - Software Developer Portfolio", description: "Garvit Pandia's professional portfolio showcasing skills in C++, Java, Python, Web Development, and Data Analysis.", url: "https://garvitpandia.com", siteName: "Garvit Pandia Portfolio", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/messy-office-workplace-workplace-workspace-concept_185193-108711.jpg", alt: "Portfolio showcase"}, - ], + url: "http://img.b2bpic.net/free-photo/messy-office-workplace-workplace-workspace-concept_185193-108711.jpg", alt: "Portfolio showcase" + } + ] }, twitter: { - card: "summary_large_image", title: "Creative Portfolio | UI/UX Design & Development", description: "Explore stunning digital projects and discover how strategic design drives business growth.", images: ["http://img.b2bpic.net/free-photo/messy-office-workplace-workplace-workspace-concept_185193-108711.jpg"], - }, + card: "summary_large_image", title: "Garvit Pandia - Software Developer Portfolio", description: "Garvit Pandia's professional portfolio showcasing skills in C++, Java, Python, Web Development, and Data Analysis.", images: ["http://img.b2bpic.net/free-photo/messy-office-workplace-workplace-workspace-concept_185193-108711.jpg"] + } }; export default function RootLayout({ - children, + children }: Readonly<{ children: React.ReactNode; }>) { return ( - + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 1602e09..2398d6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Sparkles, Zap } from "lucide-react"; +import { Sparkles, Zap, Code2, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -28,11 +27,12 @@ export default function LandingPage() { > - - -
+
+
+ +
+
@@ -127,18 +129,15 @@ export default function LandingPage() {
-
+