Skip to content

Commit

Permalink
Merge pull request #8 from quantum-brackets/home-page
Browse files Browse the repository at this point in the history
made requested changes
  • Loading branch information
henzyd authored Aug 29, 2024
2 parents 90a3aeb + e7a89c4 commit bf8471d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app/(static)/(home)/@contact/page.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Link from "next/link";
import SectionWrapper from "~/components/home/section-wrapper";

const tel = "+61 234–567 8910";
const email = "[email protected]";
const tel = "+234 8174683545";
const email = "[email protected]";

export default function Contact() {
return (
Expand Down
6 changes: 3 additions & 3 deletions src/app/(static)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ export default function Layout({ children }: Props) {
<Logo className="w-[2.5rem]" />
</Link>
<div className="flex items-center gap-8 largeMobile:gap-4">
<Link href={""}>
<Link href={"https://x.com/hotel45ng"}>
<FaSquareXTwitter className="text-xl text-zinc-700" />
</Link>
<Link href={""}>
<Link href={"https://www.instagram.com/hotel45.ng"}>
<FaInstagram className="text-xl text-zinc-700" />
</Link>
<Link href={""}>
<Link href={"https://www.facebook.com/Hotel45.ng"}>
<FaFacebook className="text-xl text-zinc-700" />
</Link>
</div>
Expand Down

0 comments on commit bf8471d

Please sign in to comment.