Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final-Project #6

Open
wants to merge 1 commit into
base: Final-Project
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/(auth)/login/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import loginImage from "@/assets/login-image.jpg";
import loginImage from "@/assets/log.jpg";
import { Metadata } from "next";
import Image from "next/image";
import Link from "next/link";
Expand All @@ -14,7 +14,7 @@ export default function Page() {
<main className="flex h-screen items-center justify-center p-5">
<div className="flex h-full max-h-[40rem] w-full max-w-[64rem] overflow-hidden rounded-2xl bg-card shadow-2xl">
<div className="w-full space-y-10 overflow-y-auto p-10 md:w-1/2">
<h1 className="text-center text-3xl font-bold">Login to bugbook</h1>
<h1 className="text-center text-3xl font-bold">Login to Wasechat</h1>
<div className="space-y-5">
<GoogleSignInButton />
<div className="flex items-center gap-3">
Expand Down
4 changes: 2 additions & 2 deletions src/app/(auth)/signup/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import signupImage from "@/assets/signup-image.jpg";
import signupImage from "@/assets/maxs radio.jpg";
import { Metadata } from "next";
import Image from "next/image";
import Link from "next/link";
Expand All @@ -14,7 +14,7 @@ export default function Page() {
<div className="flex h-full max-h-[40rem] w-full max-w-[64rem] overflow-hidden rounded-2xl bg-card shadow-2xl">
<div className="w-full space-y-10 overflow-y-auto p-10 md:w-1/2">
<div className="space-y-1 text-center">
<h1 className="text-3xl font-bold">Sign up to bugbook</h1>
<h1 className="text-3xl font-bold">Sign up to Wasechat</h1>
<p className="text-muted-foreground">
A place where even <span className="italic">you</span> can find a
friend.
Expand Down
4 changes: 2 additions & 2 deletions src/app/(main)/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export default function Navbar() {
return (
<header className="sticky top-0 z-10 bg-card shadow-sm">
<div className="mx-auto flex max-w-7xl flex-wrap items-center justify-center gap-5 px-5 py-3">
<Link href="/" className="text-2xl font-bold text-primary">
bugbook
<Link href="/" className="text-2xl font-bold text-red-700">
Wasechat
</Link>
<SearchField />
<UserButton className="sm:ms-auto" />
Expand Down
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const geistMono = localFont({

export const metadata: Metadata = {
title: {
template: "%s | bugbook",
default: "bugbook",
template: "%s |Wasechat",
default: "Wasechat",
},
description: "The social media app for powernerds",
};
Expand Down
Binary file added src/assets/ad (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/advert.mp4
Binary file not shown.
Binary file added src/assets/brand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/log.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/maxs radio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/news.mp4
Binary file not shown.
Binary file added src/assets/pic (1).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.