diff --git a/app/page.tsx b/app/page.tsx index bdd922e..80285a6 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -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"; @@ -49,7 +48,6 @@ export default function Home() { {/* */} - {/* */} diff --git a/components/layout/navbar.tsx b/components/layout/navbar.tsx index 534ac6e..52498c6 100644 --- a/components/layout/navbar.tsx +++ b/components/layout/navbar.tsx @@ -41,10 +41,6 @@ const routeList: RouteProps[] = [ href: "#testimonials", label: "Testimonials", }, - { - href: "#projects", - label: "Projects", - }, { href: "https://lu.ma/devsphere", label: "Events", diff --git a/components/layout/sections/projects.tsx b/components/layout/sections/projects.tsx deleted file mode 100644 index 2ef7f75..0000000 --- a/components/layout/sections/projects.tsx +++ /dev/null @@ -1,106 +0,0 @@ -import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; -import { Button } from "@/components/ui/button"; -import { ExternalLink, Github } from "lucide-react"; -import Link from "next/link"; -import Image from "next/image"; - -export const ProjectsSection = () => { - return ( -
-
-

- PROJECTS -

-

- Our Featured Projects -

-
- -
- {/* Artify Project */} - - - - - Artify - - -

- Artify by DevSphere is an AI-powered web application that transforms ordinary photos into stunning works of art. Users can choose from over 30 artistic styles to create personalized masterpieces in seconds. -

-
- - - {/* Artify Logo Display */} -
- {/* Subtle Background Pattern */} -
- - {/* Main Content Container */} -
- {/* Logo Container with DevSphere styling */} -
- {/* Inner glow effect */} -
- - Artify - AI Photo Art Generator -
- - {/* Project Label */} -
-

- Art Style Generator -

-
-
- - {/* Decorative Elements - matching DevSphere style */} -
-
-
-
- - {/* Subtle corner accents */} -
-
-
- - {/* Project Description */} -
-

- Artify by DevSphere is an AI-powered web application that transforms ordinary photos into stunning works of art. Users can choose from over 30 artistic styles to create personalized masterpieces in seconds. -

-

- The application uses Google's Gemini AI to ensure high-quality transformations while preserving the original subject's identity. Built with Next.js, Artify offers live previews and instant downloads with a seamless user experience. -

-
- - {/* Action Buttons */} -
- - - -
-
-
-
-
- ); -}; diff --git a/components/layout/sections/team.tsx b/components/layout/sections/team.tsx index 8711907..a9bab75 100644 --- a/components/layout/sections/team.tsx +++ b/components/layout/sections/team.tsx @@ -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"; @@ -73,7 +73,7 @@ export const TeamSection = () => { ], }, { - imageUrl: SamImage, + imageUrl: SamarthImage, firstName: "Samarth", lastName: "Kadam", positions: ["Vice President"], @@ -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", }, + + ], }, @@ -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) { diff --git a/public/artify-screenshot.png b/public/artify-screenshot.png deleted file mode 100644 index 1cf39ae..0000000 Binary files a/public/artify-screenshot.png and /dev/null differ diff --git a/public/san.png b/public/san.png new file mode 100644 index 0000000..2c62dc2 Binary files /dev/null and b/public/san.png differ