File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import Link from "next/link";
66
77const sitemapLinks = [ ...siteConfig . mainNav , ...siteConfig . utilityNav ] ;
88
9-
109export function Footer ( ) {
1110 return (
1211 < footer className = "w-full py-12 bg-muted/60" >
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ import { Button } from "@/components/ui/button";
1818import { AnimatePresence , motion } from "framer-motion" ;
1919import { useState } from "react" ;
2020
21-
22-
2321export function Header ( ) {
2422 const [ isOpen , setIsOpen ] = useState ( false ) ;
2523
Original file line number Diff line number Diff line change @@ -29,14 +29,16 @@ export function Hero() {
2929 < CarouselItem >
3030 < div className = "p-1" >
3131 < div className = "flex h-96 items-center justify-center p-6" >
32- < span className = "text-4xl font-semibold text-center" > ALPHA University Chapter at HKU </ span >
32+ < span className = "text-4xl font-semibold text-center" > Next generation voices for peace. </ span >
3333 </ div >
3434 </ div >
3535 </ CarouselItem >
3636 < CarouselItem >
3737 < div className = "p-1" >
3838 < div className = "flex h-96 items-center justify-center p-6" >
39- < span className = "text-4xl font-semibold text-center" > Second Slide Placeholder</ span >
39+ < span className = "text-4xl font-semibold text-center" >
40+ ALPHA University Chapter at the University of Hong Kong.
41+ </ span >
4042 </ div >
4143 </ div >
4244 </ CarouselItem >
You can’t perform that action at this time.
0 commit comments