Update src/app/page.tsx

This commit is contained in:
2026-04-01 05:13:04 +00:00
parent 7e829f2579
commit efdb5272aa

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
@@ -41,7 +41,7 @@ export default function LandingPage() {
</div>
<div id="home" data-section="home">
<HeroOverlay
<HeroSplitKpi
title="Crafting Visual Experiences That Drive Results"
description="Im Nijaran — a Graphic Designer specializing in branding, social media creatives, packaging design, and UI visuals."
tag="Hello There!"
@@ -49,7 +49,14 @@ export default function LandingPage() {
{ text: "View Portfolio", href: "#portfolio" },
{ text: "Hire Me", href: "#contact" },
]}
kpis={[
{ value: "50+", label: "Projects Completed" },
{ value: "100%", label: "Client Satisfaction" },
{ value: "4+", label: "Years Experience" }
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419462.jpg?_wi=1"
background={{ variant: "sparkles-gradient" }}
/>
</div>