4 Commits

Author SHA1 Message Date
c90f905dd4 Update src/app/page.tsx 2026-04-18 21:07:19 +00:00
3c116f79af Merge version_3 into main
Merge version_3 into main
2026-04-18 21:05:34 +00:00
14f1ce2e14 Update src/app/page.tsx 2026-04-18 21:05:31 +00:00
26d203c8f5 Merge version_2 into main
Merge version_2 into main
2026-04-18 20:56:33 +00:00

View File

@@ -32,27 +32,43 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Artwork", id: "artwork" },
{ name: "Projects", id: "projects" }, { name: "Projects", id: "projects" },
{ name: "Results", id: "metrics" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="[Your Name]" brandName="Aslesha Tiwari"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="Minimalist Marketing Portfolio" title="Aslesha Tiwari"
description="Driven by data, shaped by creativity. I bridge the gap between human needs and digital performance through strategic storytelling and analytics." description="Driven by data, shaped by creativity. I bridge the gap between human needs and digital performance through strategic storytelling and analytics."
tag="[Your Name] | Marketing Student" tag="Marketing Student"
mediaItems={[ mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-entrepreneur-woman_23-2148898746.jpg", imageAlt: "professional headshot student" }, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-entrepreneur-woman_23-2148898746.jpg", imageAlt: "professional headshot" },
{ imageSrc: "http://img.b2bpic.net/free-photo/nighttime-view-modern-building-with-illuminated-windows_23-2151966507.jpg", imageAlt: "abstract marketing shapes" } { imageSrc: "http://img.b2bpic.net/free-photo/nighttime-view-modern-building-with-illuminated-windows_23-2151966507.jpg", imageAlt: "abstract marketing shapes" }
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={5} rating={5}
ratingText="Top-rated student projects" ratingText="Creative portfolio showcasing data-driven campaigns"
/>
</div>
<div id="artwork" data-section="artwork">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "a1", name: "Abstract Composition", price: "Digital Art", imageSrc: "http://img.b2bpic.net/free-photo/abstract-textured-background_23-2148812674.jpg" },
{ id: "a2", name: "Minimalist Illustration", price: "Vector Art", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-graphic-design-element_23-2149171261.jpg" },
{ id: "a3", name: "Strategic Layouts", price: "Branding", imageSrc: "http://img.b2bpic.net/free-photo/creative-design-workspace-concept_23-2148110263.jpg" },
]}
title="My Artwork"
description="A collection of creative visual explorations."
/> />
</div> </div>
@@ -106,7 +122,7 @@ export default function LandingPage() {
<SocialProofOne <SocialProofOne
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DigitalFlow"]} names={["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DigitalFlow", "Agile Capital Services", "NASKAY TECHNOLOGIES"]}
title="Trusted Partners" title="Trusted Partners"
tag="Recognitions" tag="Recognitions"
description="Industry collaborations and projects." description="Industry collaborations and projects."
@@ -153,7 +169,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterCard
logoText="[Your Name]" logoText="Aslesha Tiwari"
copyrightText="© 2025 Marketing Student Portfolio." copyrightText="© 2025 Marketing Student Portfolio."
/> />
</div> </div>