diff --git a/src/app/page.tsx b/src/app/page.tsx index 51136fa..0bf5a40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,16 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Trophy, Sparkles, Globe, MessageCircle, Bookmark, FileText, CheckCircle, Plane, Star, HelpCircle, Rocket } from "lucide-react"; export default function LandingPage() { @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Award-Winning Consultant" tagIcon={Trophy} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Book Free Consultation", href: "contact" }, { text: "Call Now (01-4620988)", href: "tel:01-4620988" }, @@ -61,19 +61,19 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/presentation-contract_1098-15816.jpg", imageAlt: "Education consultant"}, { - imageSrc: "http://img.b2bpic.net/free-photo/royal-botanic-gardens-sydney-australia_181624-49034.jpg?_wi=1", imageAlt: "Study in Australia"}, + imageSrc: "http://img.b2bpic.net/free-photo/royal-botanic-gardens-sydney-australia_181624-49034.jpg", imageAlt: "Study in Australia"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-taking-photos-friend_23-2149536710.jpg?_wi=1", imageAlt: "Study in UK"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-taking-photos-friend_23-2149536710.jpg", imageAlt: "Study in UK"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hercules-hall-surrounded-by-greenery-sunlight-daytime-munich-germany_181624-17876.jpg?_wi=1", imageAlt: "Study in USA"}, + imageSrc: "http://img.b2bpic.net/free-photo/hercules-hall-surrounded-by-greenery-sunlight-daytime-munich-germany_181624-17876.jpg", imageAlt: "Study in USA"}, { - imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-skyline-panorama-viewed-from-central-park-with-cloud-blue-sky-people-lawn_649448-694.jpg?_wi=1", imageAlt: "Study in Canada"}, + imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-skyline-panorama-viewed-from-central-park-with-cloud-blue-sky-people-lawn_649448-694.jpg", imageAlt: "Study in Canada"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-friends-food-festival_23-2149453035.jpg?_wi=1", imageAlt: "Study in Japan"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-friends-food-festival_23-2149453035.jpg", imageAlt: "Study in Japan"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cec-bank-building_1268-14720.jpg?_wi=1", imageAlt: "Study in Europe"}, + imageSrc: "http://img.b2bpic.net/free-photo/cec-bank-building_1268-14720.jpg", imageAlt: "Study in Europe"}, ]} carouselPosition="right" avatars={[ @@ -87,10 +87,10 @@ export default function LandingPage() { avatarText="500+ Students Successfully Placed Abroad" showMarqueeCard={true} marqueeItems={[ - { text: "100% Visa Success Rate" }, - { text: "Expert Guidance" }, - { text: "Trusted by Students" }, - { text: "5.0 Rated" }, + { type: "text-icon", text: "100% Visa Success Rate", icon: CheckCircle }, + { type: "text-icon", text: "Expert Guidance", icon: Sparkles }, + { type: "text-icon", text: "Trusted by Students", icon: Trophy }, + { type: "text-icon", text: "5.0 Rated", icon: Star }, ]} /> @@ -144,17 +144,17 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Australia", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/royal-botanic-gardens-sydney-australia_181624-49034.jpg?_wi=2", imageAlt: "Study in Australia"}, + id: "1", name: "Australia", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/royal-botanic-gardens-sydney-australia_181624-49034.jpg", imageAlt: "Study in Australia"}, { - id: "2", name: "United Kingdom", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-taking-photos-friend_23-2149536710.jpg?_wi=2", imageAlt: "Study in UK"}, + id: "2", name: "United Kingdom", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-taking-photos-friend_23-2149536710.jpg", imageAlt: "Study in UK"}, { - id: "3", name: "United States", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/hercules-hall-surrounded-by-greenery-sunlight-daytime-munich-germany_181624-17876.jpg?_wi=2", imageAlt: "Study in USA"}, + id: "3", name: "United States", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/hercules-hall-surrounded-by-greenery-sunlight-daytime-munich-germany_181624-17876.jpg", imageAlt: "Study in USA"}, { - id: "4", name: "Canada", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-skyline-panorama-viewed-from-central-park-with-cloud-blue-sky-people-lawn_649448-694.jpg?_wi=2", imageAlt: "Study in Canada"}, + id: "4", name: "Canada", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-skyline-panorama-viewed-from-central-park-with-cloud-blue-sky-people-lawn_649448-694.jpg", imageAlt: "Study in Canada"}, { - id: "5", name: "Japan", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-friends-food-festival_23-2149453035.jpg?_wi=2", imageAlt: "Study in Japan"}, + id: "5", name: "Japan", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-friends-food-festival_23-2149453035.jpg", imageAlt: "Study in Japan"}, { - id: "6", name: "Europe", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/cec-bank-building_1268-14720.jpg?_wi=2", imageAlt: "Study in Europe"}, + id: "6", name: "Europe", price: "Explore", imageSrc: "http://img.b2bpic.net/free-photo/cec-bank-building_1268-14720.jpg", imageAlt: "Study in Europe"}, ]} /> @@ -205,7 +205,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/asian-laughing-boy-posing-with-thumb-up-beginning-workday-chinese-office-worker-blue-shirt-glasses-smiling-with-laptop_197531-3766.jpg", imageAlt: "Rohit Poudel"}, { id: "3", name: "Nisha Joshi", role: "MBA Marketing", company: "Harvard Business School", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/excited-asian-young-man-stylish-glasses-standing-with-arms-crossed-library-while-his-friends-talking-pleased-foreign-student-passed-all-exams-happy-it_197531-3764.jpg?_wi=1", imageAlt: "Nisha Joshi"}, + imageSrc: "http://img.b2bpic.net/free-photo/excited-asian-young-man-stylish-glasses-standing-with-arms-crossed-library-while-his-friends-talking-pleased-foreign-student-passed-all-exams-happy-it_197531-3764.jpg", imageAlt: "Nisha Joshi"}, { id: "4", name: "Aarav Singh", role: "BSc Engineering", company: "University of Toronto", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-woman_23-2148201895.jpg", imageAlt: "Aarav Singh"}, @@ -214,7 +214,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-woman-walking-with-tablet-going-somewhere-city_1258-137014.jpg", imageAlt: "Deepa Nepal"}, { id: "6", name: "Karan Thapa", role: "PhD Physics", company: "ETH Zurich", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/excited-asian-young-man-stylish-glasses-standing-with-arms-crossed-library-while-his-friends-talking-pleased-foreign-student-passed-all-exams-happy-it_197531-3764.jpg?_wi=2", imageAlt: "Karan Thapa"}, + imageSrc: "http://img.b2bpic.net/free-photo/excited-asian-young-man-stylish-glasses-standing-with-arms-crossed-library-while-his-friends-talking-pleased-foreign-student-passed-all-exams-happy-it_197531-3764.jpg", imageAlt: "Karan Thapa"}, ]} kpiItems={[ { value: "500+", label: "Students Placed Abroad" }, @@ -261,7 +261,7 @@ export default function LandingPage() { description="Book your free consultation today. Our experts will assess your profile, discuss your goals, and create a personalized roadmap to your dream university." tagIcon={Rocket} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741799.jpg" imageAlt="Growthwings office in Kathmandu"