diff --git a/src/app/page.tsx b/src/app/page.tsx index 6956a0f..0c06791 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Calendar, Globe, Zap } from "lucide-react"; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { Calendar, Globe, Zap, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -45,21 +45,11 @@ export default function LandingPage() { description="Join India's largest collaborative network to exchange skills, mentor peers, and grow together." testimonials={[ { name: "Aditi Sharma", handle: "@aditisharma", testimonial: "This platform transformed my learning journey completely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-business-associates-engineers-gather-discussion_482257-126040.jpg?_wi=1", imageAlt: "skill exchange platform digital UI" }, - { name: "Rohan Patel", handle: "@rohanpatel", testimonial: "Connecting with experts across India has been a game changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-working-together_1170-1087.jpg?_wi=1", imageAlt: "professional collaboration india office" }, - { name: "Priya Singh", handle: "@priyasingh", testimonial: "Professional growth made simple and accessible.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=esfoys&_wi=1", imageAlt: "knowledge transfer icon technology" }, - { name: "Vikram Seth", handle: "@vikramseth", testimonial: "I learned more in a month than in a year of self-study.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chrome-spheres-attached-green-sphere_1156-677.jpg", imageAlt: "community network nodes tech" }, - { name: "Neha Gupta", handle: "@nehagupta", testimonial: "Best way to find mentors and share my own knowledge.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/uninstalling-symbol_53876-120808.jpg", imageAlt: "scheduling calendar app icon" } + { name: "Rohan Patel", handle: "@rohanpatel", testimonial: "Connecting with experts across India has been a game changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-working-together_1170-1087.jpg?_wi=1", imageAlt: "professional collaboration india office" } ]} buttons={[{ text: "Start Exchanging", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/multiethnic-business-associates-engineers-gather-discussion_482257-126040.jpg?_wi=2" imageAlt="Professional skill exchange community in India" - avatars={[ - { src: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg", alt: "Suresh" }, - { src: "http://img.b2bpic.net/free-photo/female-logo-designer-working-her-tablet-connected-laptop_23-2149119251.jpg", alt: "Meera" }, - { src: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg", alt: "Amit" }, - { src: "http://img.b2bpic.net/free-photo/closeup-content-man-using-smartphone-pub_1262-3485.jpg", alt: "Sunita" }, - { src: "http://img.b2bpic.net/free-photo/south-asian-indian-male-student-wear-eyeglasses-casual-posed-outdoor_627829-5202.jpg", alt: "Raj" } - ]} avatarText="Join 5,000+ members" /> @@ -91,41 +81,45 @@ export default function LandingPage() {