4 Commits

Author SHA1 Message Date
ce961b0ac5 Merge version_2 into main
Merge version_2 into main
2026-03-06 04:00:02 +00:00
69c22b5feb Update src/app/page.tsx 2026-03-06 03:59:58 +00:00
2f850d6b5f Update src/app/layout.tsx 2026-03-06 03:59:57 +00:00
6e618336df Merge version_1 into main
Merge version_1 into main
2026-03-06 03:42:42 +00:00
2 changed files with 46 additions and 143 deletions

View File

@@ -7,47 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
variable: "--font-open-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Campus Buddy - Student Platform for College Exploration",
description: "Explore colleges with virtual tours, connect with faculty, manage campus life. Campus Buddy is your complete student companion platform with 500+ verified colleges.",
keywords: "college finder, virtual tours, student platform, campus explorer, education",
metadataBase: new URL("https://campusbuddy.com"),
title: "Campus Buddy - Student Platform for College Exploration", description: "Explore colleges with virtual tours, connect with faculty, manage campus life. Campus Buddy is your complete student companion platform with 500+ verified colleges.", keywords: "college finder, virtual tours, student platform, campus explorer, education", metadataBase: new URL("https://campusbuddy.com"),
alternates: {
canonical: "https://campusbuddy.com",
},
canonical: "https://campusbuddy.com"},
openGraph: {
title: "Campus Buddy - Your Student Companion",
description: "Virtual tours, college finder, lost & found, and AI chatbot - everything for student success",
url: "https://campusbuddy.com",
siteName: "Campus Buddy",
type: "website",
images: [
title: "Campus Buddy - Your Student Companion", description: "Virtual tours, college finder, lost & found, and AI chatbot - everything for student success", url: "https://campusbuddy.com", siteName: "Campus Buddy", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/diverse-group-students-watching-virtual-video-tutorial_74855-1806.jpg",
alt: "Campus Buddy Platform",
},
url: "http://img.b2bpic.net/free-photo/diverse-group-students-watching-virtual-video-tutorial_74855-1806.jpg", alt: "Campus Buddy Platform"},
],
},
twitter: {
card: "summary_large_image",
title: "Campus Buddy - Student Platform",
description: "Explore colleges, virtual tours, lost & found, and student services",
images: ["http://img.b2bpic.net/free-photo/diverse-group-students-watching-virtual-video-tutorial_74855-1806.jpg"],
card: "summary_large_image", title: "Campus Buddy - Student Platform", description: "Explore colleges, virtual tours, lost & found, and student services", images: ["http://img.b2bpic.net/free-photo/diverse-group-students-watching-virtual-video-tutorial_74855-1806.jpg"],
},
robots: {
index: true,
@@ -1439,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -50,7 +50,7 @@ export default function HomePage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Explore Colleges", href: "/dashboard" },
{ text: "Start Free Exploration", href: "/dashboard" },
{ text: "Login", href: "/login" },
]}
buttonAnimation="slide-up"
@@ -85,36 +85,24 @@ export default function HomePage() {
features={[
{
id: 1,
title: "360° Virtual College Tours",
description: "Explore any campus with immersive 360-degree virtual tours. Get a real feel of campus life without leaving home.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-students-watching-virtual-video-tutorial_74855-1806.jpg?_wi=2",
},
title: "360° Virtual College Tours", description: "Explore any campus with immersive 360-degree virtual tours. Get a real feel of campus life without leaving home.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-students-watching-virtual-video-tutorial_74855-1806.jpg?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040217.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040217.jpg?_wi=1"},
},
{
id: 2,
title: "Smart College Finder",
description: "Find your perfect college using advanced filters. Compare universities based on location, facilities, courses, and ratings.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040217.jpg?_wi=2",
},
title: "Smart College Finder", description: "Find your perfect college using advanced filters. Compare universities based on location, facilities, courses, and ratings.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040217.jpg?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-style_23-2148219821.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-style_23-2148219821.jpg?_wi=1"},
},
{
id: 3,
title: "Location & Transportation",
description: "Check distance from railway and bus stations instantly. Plan your daily commute with integrated mapping and real-time updates.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-style_23-2148219821.jpg?_wi=2",
},
title: "Location & Transportation", description: "Check distance from railway and bus stations instantly. Plan your daily commute with integrated mapping and real-time updates.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-style_23-2148219821.jpg?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/resume-design_98292-2859.jpg",
},
imageSrc: "http://img.b2bpic.net/free-vector/resume-design_98292-2859.jpg"},
},
]}
showStepNumbers={true}
@@ -147,26 +135,11 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "Step 1",
title: "Choose a College",
description: "Browse and select from 500+ verified colleges using our advanced search filters",
imageSrc: "http://img.b2bpic.net/free-vector/online-education-landing-page_23-2148146502.jpg",
},
id: "1", value: "Step 1", title: "Choose a College", description: "Browse and select from 500+ verified colleges using our advanced search filters", imageSrc: "http://img.b2bpic.net/free-vector/online-education-landing-page_23-2148146502.jpg"},
{
id: "2",
value: "Step 2",
title: "Explore the Campus Virtually",
description: "Experience 360° virtual tours and explore campus facilities from anywhere",
imageSrc: "http://img.b2bpic.net/free-photo/serious-african-american-woman-wearing-virtual-reality-glasses_74855-4056.jpg",
},
id: "2", value: "Step 2", title: "Explore the Campus Virtually", description: "Experience 360° virtual tours and explore campus facilities from anywhere", imageSrc: "http://img.b2bpic.net/free-photo/serious-african-american-woman-wearing-virtual-reality-glasses_74855-4056.jpg"},
{
id: "3",
value: "Step 3",
title: "Access Student Services",
description: "Connect with faculty, manage lost items, file complaints, and chat with our AI assistant",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg",
},
id: "3", value: "Step 3", title: "Access Student Services", description: "Connect with faculty, manage lost items, file complaints, and chat with our AI assistant", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-discussing-with-disabled-woman_482257-2402.jpg"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -183,53 +156,23 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Sarah Chen",
role: "College Student",
company: "National University",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
},
id: "1", name: "Sarah Chen", role: "College Student", company: "National University", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg"},
{
id: "2",
name: "Rajesh Kumar",
role: "First Year Student",
company: "Tech Institute",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-before-lesson_329181-2988.jpg?_wi=1",
},
id: "2", name: "Rajesh Kumar", role: "First Year Student", company: "Tech Institute", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-before-lesson_329181-2988.jpg?_wi=1"},
{
id: "3",
name: "Emma Rodriguez",
role: "Campus Ambassador",
company: "State University",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-handsome-unshaved-dark-skinned-guy-standing-park-with-coffee-wearing-headphones-neck-looking-aside-man-tries-find-his-girlfriend-crowd-emotions-concept_176420-42397.jpg?_wi=1",
},
id: "3", name: "Emma Rodriguez", role: "Campus Ambassador", company: "State University", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-handsome-unshaved-dark-skinned-guy-standing-park-with-coffee-wearing-headphones-neck-looking-aside-man-tries-find-his-girlfriend-crowd-emotions-concept_176420-42397.jpg?_wi=1"},
{
id: "4",
name: "Arjun Patel",
role: "Engineering Student",
company: "Tech College",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-successful-woman-employee-entrepreneur-office-hall-tutor-carry-laptop-notebooks-looking-away-with-satisfied-pleased-smile-like-her-job_197531-30584.jpg",
},
id: "4", name: "Arjun Patel", role: "Engineering Student", company: "Tech College", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-successful-woman-employee-entrepreneur-office-hall-tutor-carry-laptop-notebooks-looking-away-with-satisfied-pleased-smile-like-her-job_197531-30584.jpg"},
{
id: "5",
name: "Sophia Morgan",
role: "Arts Student",
company: "Liberal Arts College",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-student-boy-girl-showing-thumbs-up_1262-18113.jpg",
},
id: "5", name: "Sophia Morgan", role: "Arts Student", company: "Liberal Arts College", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-student-boy-girl-showing-thumbs-up_1262-18113.jpg"},
{
id: "6",
name: "James Wilson",
role: "Business Student",
company: "Commerce University",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/university-colleagues-posing-university_23-2148844672.jpg",
},
id: "6", name: "James Wilson", role: "Business Student", company: "Commerce University", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/university-colleagues-posing-university_23-2148844672.jpg"},
]}
kpiItems={[
{ value: "98%", label: "User Satisfaction" },
@@ -248,35 +191,17 @@ export default function HomePage() {
sideDescription="Get answers to common questions about Campus Buddy and how it can enhance your college experience"
faqs={[
{
id: "1",
title: "Is Campus Buddy free to use?",
content: "Yes! Campus Buddy is completely free for all students. We believe education access shouldn't be limited by cost.",
},
id: "1", title: "Is Campus Buddy free to use?", content: "Yes! Campus Buddy is completely free for all students. We believe education access shouldn't be limited by cost."},
{
id: "2",
title: "Which colleges are available on Campus Buddy?",
content: "We have 500+ verified colleges and universities across 12 countries. We're constantly adding more institutions to our platform.",
},
id: "2", title: "Which colleges are available on Campus Buddy?", content: "We have 500+ verified colleges and universities across 12 countries. We're constantly adding more institutions to our platform."},
{
id: "3",
title: "How do the virtual tours work?",
content: "Virtual tours use 360-degree panoramic images and videos. You can navigate campus buildings, classrooms, libraries, and outdoor spaces from your device.",
},
id: "3", title: "How do the virtual tours work?", content: "Virtual tours use 360-degree panoramic images and videos. You can navigate campus buildings, classrooms, libraries, and outdoor spaces from your device."},
{
id: "4",
title: "Can I report lost items on the platform?",
content: "Absolutely! Our Lost & Found system lets you post about lost or found items. Other users can help you locate your belongings.",
},
id: "4", title: "Can I report lost items on the platform?", content: "Absolutely! Our Lost & Found system lets you post about lost or found items. Other users can help you locate your belongings."},
{
id: "5",
title: "Is the AI Chatbot available 24/7?",
content: "Yes, our AI Assistant is available round the clock to answer questions about colleges, courses, campus life, and student services.",
},
id: "5", title: "Is the AI Chatbot available 24/7?", content: "Yes, our AI Assistant is available round the clock to answer questions about colleges, courses, campus life, and student services."},
{
id: "6",
title: "How do I connect with faculty members?",
content: "Browse our comprehensive faculty directory, view their profiles, departments, and designations. You can also send inquiries through the platform.",
},
id: "6", title: "How do I connect with faculty members?", content: "Browse our comprehensive faculty directory, view their profiles, departments, and designations. You can also send inquiries through the platform."},
]}
textPosition="left"
useInvertedBackground={false}
@@ -307,8 +232,7 @@ export default function HomePage() {
logoText="Campus Buddy"
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Virtual Tours", href: "#features" },
{ label: "College Finder", href: "#features" },
@@ -316,8 +240,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -325,8 +248,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "API Reference", href: "#" },
{ label: "Support", href: "#" },
@@ -334,8 +256,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -343,8 +264,7 @@ export default function HomePage() {
],
},
{
title: "Social",
items: [
title: "Social", items: [
{ label: "Twitter", href: "https://twitter.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
@@ -357,4 +277,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}