diff --git a/src/app/page.tsx b/src/app/page.tsx index 17e19f3..ed3d540 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { ArrowRight, BarChart, Code, Database, Feather, Github, Laptop, Palette, Search, Zap } from "lucide-react"; export default function LandingPage() { @@ -41,8 +40,6 @@ export default function LandingPage() { name: "Projects", id: "#projects"}, { name: "Services", id: "#services"}, - { - name: "Testimonials", id: "#testimonials"}, { name: "Contact", id: "#contact"}, ]} @@ -98,7 +95,7 @@ export default function LandingPage() { { title: "Continuous Learner", description: "Always exploring new technologies and best practices to stay ahead in the rapidly evolving tech landscape."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/contemplating-young-caucasian-man-holding-dairy-thinking_23-2148187202.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-woman-wearing-eyeglasses_23-2148788439.jpg" imageAlt="Pavani professional portrait" mediaAnimation="slide-up" /> @@ -154,17 +151,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "FashionAura E-commerce Website", price: "Live Demo", variant: "React, Next.js, Stripe, Tailwind CSS", imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-digital-nomads_23-2151254065.jpg", imageAlt: "FashionAura E-commerce Website"}, + id: "p1", name: "FashionAura E-commerce Website", price: "https://womens-style.netlify.app/", variant: "React, Next.js, Stripe, Tailwind CSS", imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-digital-nomads_23-2151254065.jpg", imageAlt: "FashionAura E-commerce Website"}, { - id: "p2", name: "Luxury Fashion Landing Page", price: "Live Demo", variant: "HTML, CSS, JavaScript, GSAP", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-clothes-bed-fast-fashion-concept_23-2149726122.jpg", imageAlt: "Luxury Fashion Landing Page"}, - { - id: "p3", name: "Restaurant Website", price: "Live Demo", variant: "React, Node.js, Express, MongoDB", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-virtual-date_23-2149328154.jpg", imageAlt: "Restaurant Website"}, + id: "p3", name: "Restaurant Website", price: "https://fastfood-app-six.vercel.app/", variant: "React, Node.js, Express, MongoDB", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-virtual-date_23-2149328154.jpg", imageAlt: "Restaurant Website"}, { id: "p4", name: "Personal Portfolio Website", price: "Live Demo", variant: "Next.js, Tailwind CSS, Framer Motion", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stationery-concept_23-2147800640.jpg", imageAlt: "Personal Portfolio Website"}, { - id: "p5", name: "Business Landing Page", price: "Live Demo", variant: "Webflow, Custom CSS", imageSrc: "http://img.b2bpic.net/free-photo/empty-luxurious-corporate-high-end-office-designed-ceo-leader_482257-101437.jpg", imageAlt: "Business Landing Page"}, - { - id: "p6", name: "Financial Data Dashboard", price: "Live Demo", variant: "Python, Pandas, Matplotlib, Dash", imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg", imageAlt: "Financial Data Dashboard"}, + id: "p7", name: "Cafe Website", price: "https://cafe-pro-ebon.vercel.app/", variant: "React, CSS Modules, Express", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-coffee-table_23-2148281358.jpg", imageAlt: "Cafe Website"} ]} title="My Portfolio Projects" description="A showcase of my recent work, demonstrating my skills in web development and data science. Each project highlights my approach to design, development, and problem-solving." @@ -183,27 +176,6 @@ export default function LandingPage() { /> -