Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -56,7 +56,7 @@ export default function AboutPage() {
|
||||
{ title: 'Collaborative Environment', description: 'Work alongside peers on exciting challenges and share knowledge freely.', icon: Users },
|
||||
{ title: 'Expert Mentorship', description: 'Learn from experienced professionals who guide and inspire our members.', icon: GraduationCap }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg"
|
||||
imageAlt="Tech club members collaborating on a project"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="left"
|
||||
|
||||
@@ -4,19 +4,15 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-public-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Tech Club | Connect, Create & Code with Fellow Enthusiasts",
|
||||
description: "Join our vibrant tech club for students aged 16-25. Discover projects, events, and resources to fuel your passion for technology and innovation.",
|
||||
keywords: ["tech club", "computer club", "tech enthusiasts", "student programming", "coding community", "tech events", "innovation hub"],
|
||||
title: "Tech Club | Connect, Create & Code with Fellow Enthusiasts", description: "Join our vibrant tech club for students aged 16-25. Discover projects, events, and resources to fuel your passion for technology and innovation.", keywords: ["tech club", "computer club", "tech enthusiasts", "student programming", "coding community", "tech events", "innovation hub"],
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import React from 'react';
|
||||
import Link from 'next/link';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, Code, Users, GraduationCap, GitBranch, Calendar, BookOpen } from "lucide-react";
|
||||
import { Sparkles, Code, Users, GraduationCap, GitBranch, Calendar } from "lucide-react";
|
||||
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
@@ -64,10 +64,10 @@ export default function HomePage() {
|
||||
imageAlt="Group of diverse tech enthusiasts working together on laptops and prototypes"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{ type: 'text', text: 'Hackathons', icon: 'Code' },
|
||||
{ type: 'text', text: 'Workshops', icon: 'GraduationCap' },
|
||||
{ type: 'text', text: 'Mentorship', icon: 'Users' },
|
||||
{ type: 'text', text: 'Open Source', icon: 'GitBranch' }
|
||||
{ type: 'text', text: 'Hackathons' },
|
||||
{ type: 'text', text: 'Workshops' },
|
||||
{ type: 'text', text: 'Mentorship' },
|
||||
{ type: 'text', text: 'Open Source' }
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
@@ -91,7 +91,7 @@ export default function HomePage() {
|
||||
{ title: 'Collaborative Environment', description: 'Work alongside peers on exciting challenges and share knowledge freely.', icon: Users },
|
||||
{ title: 'Expert Mentorship', description: 'Learn from experienced professionals who guide and inspire our members.', icon: GraduationCap }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg"
|
||||
imageAlt="Tech club members collaborating on a project"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="left"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import React from 'react';
|
||||
import Link from 'next/link';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Code, Calendar, BookOpen, Sparkles } from "lucide-react";
|
||||
import { Code, Calendar, BookOpen } from "lucide-react";
|
||||
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
|
||||
Reference in New Issue
Block a user