From aa6635e2156af7c35dac376d1b77ebfaaab33c2c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:02:29 +0000 Subject: [PATCH] Switch to version 5: modified src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a2caf7..17f8c8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"