Merge version_4 into main #4
@@ -32,27 +32,43 @@ 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="[Your Name]"
|
||||
brandName="Aslesha Tiwari"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
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."
|
||||
tag="[Your Name] | Marketing Student"
|
||||
tag="Marketing Student"
|
||||
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" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
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>
|
||||
|
||||
@@ -153,7 +169,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="[Your Name]"
|
||||
logoText="Aslesha Tiwari"
|
||||
copyrightText="© 2025 Marketing Student Portfolio."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user