Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -11,7 +11,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Code, Database, Layout, Server } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -33,8 +32,10 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Stack", id: "stack" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Certs", id: "certs" },
|
||||
{ name: "Education", id: "education" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Vaishnav V"
|
||||
@@ -101,9 +102,6 @@ export default function LandingPage() {
|
||||
{ id: "p1", name: "Deepfake Detection (ViT)", price: "AI & Computer Vision", imageSrc: "https://img.b2bpic.net/free-photo/analyzing-programming-code_1098-18090.jpg?_wi=1" },
|
||||
{ id: "p2", name: "MatHeal Healthcare", price: "Full-Stack Web App", imageSrc: "https://img.b2bpic.net/free-photo/ai-executive-runs-code-data-center_482257-80949.jpg?_wi=1" },
|
||||
{ id: "p3", name: "JARVIS 1.0", price: "AI Terminal Assistant", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-office-looking-ui-pc-display-executing-binary-code_482257-127028.jpg?_wi=1" },
|
||||
{ id: "p4", name: "EventSphere", price: "Scalable Event Platform", imageSrc: "https://img.b2bpic.net/free-photo/developer-holding-disposable-cup-coffee-entering-home-office_482257-116466.jpg?_wi=1" },
|
||||
{ id: "p5", name: "Cybersecurity Audit", price: "Ethical Hacking Project", imageSrc: "https://img.b2bpic.net/free-photo/high-tech-governmental-cyber-security-room-without-staff-work_482257-121538.jpg?_wi=1" },
|
||||
{ id: "p6", name: "Network Automation", price: "Infrastructure Tools", imageSrc: "https://img.b2bpic.net/free-photo/analyzing-programming-code_1098-18090.jpg?_wi=2" },
|
||||
]}
|
||||
title="Featured Projects"
|
||||
description="A showcase of my recent full-stack and AI-driven applications."
|
||||
@@ -147,28 +145,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Team Lead", role: "Project Manager", company: "Tech Innovations", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/analyzing-programming-code_1098-18090.jpg?_wi=3" },
|
||||
{ id: "t2", name: "Developer Peer", role: "Senior Dev", company: "Software Solutions", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/ai-executive-runs-code-data-center_482257-80949.jpg?_wi=2" },
|
||||
{ id: "t3", name: "Course Mentor", role: "Professor", company: "University", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/young-woman-office-looking-ui-pc-display-executing-binary-code_482257-127028.jpg?_wi=2" },
|
||||
{ id: "t4", name: "Startup Founder", role: "CTO", company: "EventHub", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/developer-holding-disposable-cup-coffee-entering-home-office_482257-116466.jpg?_wi=2" },
|
||||
{ id: "t5", name: "Project Mentor", role: "Lead", company: "C-DAC", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/high-tech-governmental-cyber-security-room-without-staff-work_482257-121538.jpg?_wi=2" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "24+", label: "Tech Projects" },
|
||||
{ value: "95%", label: "Client Satisfaction" },
|
||||
{ value: "100+", label: "Commits Weekly" },
|
||||
]}
|
||||
title="Professional Experience"
|
||||
description="What I bring to the table as a developer."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f0eaf7;
|
||||
--card: #ffffff;
|
||||
--foreground: #3d2a71;
|
||||
--primary-cta: #4a3b8d;
|
||||
--background: #ffffff;
|
||||
--card: #f0f0f0;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #000000;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #e0e0e0;
|
||||
--secondary-cta-text: #3d2a71;
|
||||
--accent: #b39ddb;
|
||||
--background-accent: #5e4b9e;
|
||||
--accent: #cccccc;
|
||||
--background-accent: #f9f9f9;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user