Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-02 06:51:57 +00:00

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Projects",
id: "projects",
},
name: "Projects", id: "projects"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Vipul"
/>
@@ -57,38 +47,19 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="AI & FullStack Solutions, Built & Deployed"
description="I build intelligent applications that scale. Specializing in machine learning pipelines, cloud architecture, and production-ready systems."
tag="Vipul Parmar"
buttons={[
{
text: "View My Work",
href: "#projects",
},
text: "View My Work", href: "#projects"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169840.jpg",
imageAlt: "AI Development",
},
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169840.jpg", imageAlt: "AI Development"},
{
imageSrc: "http://img.b2bpic.net/free-vector/technology-particle-abstract-background_23-2148304156.jpg",
imageAlt: "Neural Infrastructure",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-running-laptop-screen-data-center_482257-124594.jpg?_wi=1",
imageAlt: "Web Architecture",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template-with-illustrations_23-2148735948.jpg?_wi=1",
imageAlt: "E-commerce System",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel-template_23-2148370540.jpg?_wi=1",
imageAlt: "HRMS Dashboard",
},
imageSrc: "http://img.b2bpic.net/free-vector/technology-particle-abstract-background_23-2148304156.jpg", imageAlt: "Neural Infrastructure"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -116,28 +87,13 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Development",
title: "Web Development",
subtitle: "Full Stack Excellence",
description: "Expertise in ReactJS, Python(Flask/Django), and modern web architectures.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-running-laptop-screen-data-center_482257-124594.jpg?_wi=2",
},
tag: "Development", title: "Web Development", subtitle: "Full Stack Excellence", description: "Expertise in ReactJS, Python(Flask/Django), and modern web architectures.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-running-laptop-screen-data-center_482257-124594.jpg"},
{
id: 2,
tag: "Intelligence",
title: "Prompt Engineering",
subtitle: "AI-Driven Innovation",
description: "Optimizing LLMs and creating custom AI pipelines for scalable solutions.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-running-laptop-screen-data-center_482257-124594.jpg?_wi=3",
},
tag: "Intelligence", title: "Prompt Engineering", subtitle: "AI-Driven Innovation", description: "Optimizing LLMs and creating custom AI pipelines for scalable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-running-laptop-screen-data-center_482257-124594.jpg"},
{
id: 3,
tag: "Strategy",
title: "Cloud Architecture",
subtitle: "Scalable Systems",
description: "Building cloud-native infrastructure for production-ready applications.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-running-laptop-screen-data-center_482257-124594.jpg?_wi=4",
},
tag: "Strategy", title: "Cloud Architecture", subtitle: "Scalable Systems", description: "Building cloud-native infrastructure for production-ready applications.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-running-laptop-screen-data-center_482257-124594.jpg"},
]}
title="Technical Services"
description="Expertise in fast-changing fields like ReactJS and Python."
@@ -153,26 +109,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "eCommerce Store",
price: "Active Project",
variant: "Full Stack",
imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template-with-illustrations_23-2148735948.jpg?_wi=2",
},
id: "p1", name: "eCommerce Store", price: "Active Project", variant: "Full Stack", imageSrc: "http://img.b2bpic.net/free-vector/ecommerce-email-template-with-illustrations_23-2148735948.jpg"},
{
id: "p2",
name: "HRMS System",
price: "Active Project",
variant: "Management Tool",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel-template_23-2148370540.jpg?_wi=2",
},
id: "p2", name: "HRMS System", price: "Active Project", variant: "Management Tool", imageSrc: "http://img.b2bpic.net/free-vector/gradient-dashboard-user-panel-template_23-2148370540.jpg"},
{
id: "p3",
name: "Mask Detection System",
price: "Research",
variant: "AI/ML",
imageSrc: "http://img.b2bpic.net/free-vector/creative-concept-eye-biometrics-scanner-technology-infographic-design-with-cartooned-guy-scanning-his-eye-access-blue-background_1284-42139.jpg",
},
id: "p3", name: "Mask Detection System", price: "Research", variant: "AI/ML", imageSrc: "http://img.b2bpic.net/free-vector/creative-concept-eye-biometrics-scanner-technology-infographic-design-with-cartooned-guy-scanning-his-eye-access-blue-background_1284-42139.jpg"},
]}
title="Featured Projects"
description="A collection of impactful applications and systems."
@@ -184,14 +125,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
text="Let's build something amazing together. Reach out for collaboration, consulting, or project inquiries."
buttons={[
{
text: "SEND",
href: "mailto:vipul@example.com",
},
text: "SEND", href: "mailto:vipul@example.com"},
]}
/>
</div>
@@ -200,37 +138,23 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Portfolio",
items: [
title: "Portfolio", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Projects",
href: "#projects",
},
label: "Projects", href: "#projects"},
],
},
{
title: "Social",
items: [
title: "Social", items: [
{
label: "GitHub",
href: "#",
},
label: "GitHub", href: "#"},
{
label: "LinkedIn",
href: "#",
},
label: "LinkedIn", href: "#"},
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
],
},
]}