Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { FeaturesSection } from "@/components/layout/sections/features";
import { FooterSection } from "@/components/layout/sections/footer";
import { HeroSection } from "@/components/layout/sections/hero";
import { PricingSection } from "@/components/layout/sections/pricing";
import { ProjectsSection } from "@/components/layout/sections/projects";
import { ServicesSection } from "@/components/layout/sections/services";
import { SponsorsSection } from "@/components/layout/sections/sponsors";
import { TeamSection } from "@/components/layout/sections/team";
Expand Down Expand Up @@ -49,7 +48,6 @@ export default function Home() {
<FeaturesSection />
{/* <ServicesSection /> */}
<TestimonialSection />
<ProjectsSection />
<TeamSection />
<CommunitySection />
{/* <PricingSection /> */}
Expand Down
4 changes: 0 additions & 4 deletions components/layout/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ const routeList: RouteProps[] = [
href: "#testimonials",
label: "Testimonials",
},
{
href: "#projects",
label: "Projects",
},
{
href: "https://lu.ma/devsphere",
label: "Events",
Expand Down
106 changes: 0 additions & 106 deletions components/layout/sections/projects.tsx

This file was deleted.

52 changes: 35 additions & 17 deletions components/layout/sections/team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ import LinkedInIcon from "@/components/icons/linkedin-icon";
import XIcon from "@/components/icons/x-icon";
import DefaultIcon from "@/public/default.jpeg";
import RitamImage from "@/public/ritam.jpg";
import SamImage from "@/public/sam.jpg";
import SamarthImage from "@/public/sam.jpg";
import PushanImage from "@/public/Pushan.jpg";
import SagarImage from "@/public/Sagar.jpg";
import PuniImage from "@/public/puneetha.jpeg";
import SamarthImage from "@/public/Samarth.jpg";
import JathinImage from "@/public/jathin.png";
import KautilyaImage from "@/public/Kautilya_.jpg";
import LalithImage from "@/public/lalith.png";
import TaufeeqImage from "@/public/taufeeq.jpeg";
import SharadhImage from "@/public/san.png";

import MerinThomasImage from "@/public/ProfMerin.png";

Expand Down Expand Up @@ -73,7 +73,7 @@ export const TeamSection = () => {
],
},
{
imageUrl: SamImage,
imageUrl: SamarthImage,
firstName: "Samarth",
lastName: "Kadam",
positions: ["Vice President"],
Expand All @@ -90,27 +90,21 @@ export const TeamSection = () => {
],
},
{
imageUrl: PushanImage,
firstName: "Pushan",
lastName: "T",
positions: ["Founder & Tech Lead"],
imageUrl: SharadhImage,
firstName: "Sharadh",
lastName: "Naidu",
positions: ["Tech Lead"],
socialNetworks: [
{
name: "LinkedIn",
url: "https://www.linkedin.com/in/pushant/",
url: "https://www.linkedin.com/in/sharadh-naidu-72259a32b/",
},
{
name: "Github",
url: "https://github.com/pushan2005",
},
{
name: "X",
url: "https://x.com/broken_nokia",
},
{
name: "Instagram",
url: "https://www.instagram.com/pushan_fillertext/",
url: "https://github.com/SharadhNaidu",
},


],
},

Expand Down Expand Up @@ -231,6 +225,30 @@ export const TeamSection = () => {
},
],
},
{
imageUrl: PushanImage,
firstName: "Pushan",
lastName: "T",
positions: ["Founder & Tech Lead"],
socialNetworks: [
{
name: "LinkedIn",
url: "https://www.linkedin.com/in/pushant/",
},
{
name: "Github",
url: "https://github.com/pushan2005",
},
{
name: "X",
url: "https://x.com/broken_nokia",
},
{
name: "Instagram",
url: "https://www.instagram.com/pushan_fillertext/",
},
],
},
];
const socialIcon = (socialName: string) => {
switch (socialName) {
Expand Down
Binary file removed public/artify-screenshot.png
Binary file not shown.
Binary file added public/san.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading