Skip to content

Commit 6ea5dd9

Browse files
committed
chore(hero): update text
1 parent 16cf767 commit 6ea5dd9

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/components/layout/footer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import Link from "next/link";
66

77
const sitemapLinks = [...siteConfig.mainNav, ...siteConfig.utilityNav];
88

9-
109
export function Footer() {
1110
return (
1211
<footer className="w-full py-12 bg-muted/60">

src/components/layout/header.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import { Button } from "@/components/ui/button";
1818
import { AnimatePresence, motion } from "framer-motion";
1919
import { useState } from "react";
2020

21-
22-
2321
export function Header() {
2422
const [isOpen, setIsOpen] = useState(false);
2523

src/components/sections/hero.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)