Switch to version 5: modified src/app/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import { HeroSplitKPI } from "@/components/sections/hero/HeroSplitKPI";
|
||||
import HeroSplitKPI from "@/components/sections/hero/HeroSplitKPI";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
@@ -15,11 +15,11 @@ import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import { ContactFAQ } from "@/components/sections/contact/ContactFAQ";
|
||||
import ContactFAQ from "@/components/sections/contact/ContactFAQ";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import LegalSection from "@/components/legal/LegalSection";
|
||||
import Link from "next/link";
|
||||
import { Award, Star, BookOpen, TrendingUp, MessageSquare, Phone, CheckCircle2, Briefcase } from "lucide-react";
|
||||
import { Award, Star, BookOpen, TrendingUp, MessageSquare, Phone, CheckCircle2 } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -306,13 +306,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma", role: "BBA Graduate, Placed at XYZ Corp", testimonial: "The college provided excellent academic rigor combined with practical industry exposure. Faculty members were highly supportive and career guidance helped me secure a placement in a leading multinational company.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg", imageAlt: "Priya Sharma", icon: Briefcase
|
||||
id: "1", name: "Priya Sharma", role: "BBA Graduate", testimonial: "The college provided excellent academic rigor combined with practical industry exposure. Faculty members were highly supportive and career guidance helped me secure a placement in a leading multinational company.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-smiling-woman_93675-135489.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Rahul Patil", role: "BCA Graduate, GATE Score: 98 Percentile", testimonial: "The computer science infrastructure and technical curriculum prepared me excellently for software development roles. The competitive exam forum also helped me clear GATE with distinction.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Rahul Patil", icon: Star
|
||||
id: "2", name: "Rahul Patil", role: "BCA Graduate", testimonial: "The computer science infrastructure and technical curriculum prepared me excellently for software development roles. The competitive exam forum also helped me clear GATE with distinction.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Rahul Patil"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Anjali Deshmukh", role: "BA Graduate, UPSC Qualified", testimonial: "Beyond academics, the college focused on overall personality development. NSS activities, cultural programs, and sports helped me become a well-rounded professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Anjali Deshmukh", icon: Award
|
||||
id: "3", name: "Anjali Deshmukh", role: "BA Graduate", testimonial: "Beyond academics, the college focused on overall personality development. NSS activities, cultural programs, and sports helped me become a well-rounded professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Anjali Deshmukh"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user