3 Commits

Author SHA1 Message Date
a618ecbe88 Switch to version 2: modified src/app/page.tsx 2026-04-18 21:32:24 +00:00
72a23d8b4a Switch to version 3: modified src/app/page.tsx 2026-04-18 21:32:17 +00:00
49e2ab787c Merge version_4 into main
Merge version_4 into main
2026-04-18 21:07:22 +00:00

View File

@@ -32,43 +32,27 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "About", id: "about" },
{ name: "Artwork", id: "artwork" },
{ name: "Projects", id: "projects" },
{ name: "Results", id: "metrics" },
{ name: "Contact", id: "contact" },
]}
brandName="Aslesha Tiwari"
brandName="[Your Name]"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "gradient-bars" }}
title="Aslesha Tiwari"
title="Minimalist Marketing Portfolio"
description="Driven by data, shaped by creativity. I bridge the gap between human needs and digital performance through strategic storytelling and analytics."
tag="Marketing Student"
tag="[Your Name] | Marketing Student"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-entrepreneur-woman_23-2148898746.jpg", imageAlt: "professional headshot" },
{ 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/nighttime-view-modern-building-with-illuminated-windows_23-2151966507.jpg", imageAlt: "abstract marketing shapes" }
]}
mediaAnimation="slide-up"
rating={5}
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."
ratingText="Top-rated student projects"
/>
</div>
@@ -122,7 +106,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DigitalFlow", "Agile Capital Services", "NASKAY TECHNOLOGIES"]}
names={["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DigitalFlow"]}
title="Trusted Partners"
tag="Recognitions"
description="Industry collaborations and projects."
@@ -169,7 +153,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Aslesha Tiwari"
logoText="[Your Name]"
copyrightText="© 2025 Marketing Student Portfolio."
/>
</div>